Home
last modified time | relevance | path

Searched refs:GetServiceAccountNameResponse (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go199 type GetServiceAccountNameResponse struct { struct
204 func (m *GetServiceAccountNameResponse) Reset() { *m = GetServiceAccountNameResponse{} } argument
205 func (m *GetServiceAccountNameResponse) String() string { return proto.CompactTextString(m) } argument
206 func (*GetServiceAccountNameResponse) ProtoMessage() {} argument
208 func (m *GetServiceAccountNameResponse) GetServiceAccountName() string { argument
Dapp_identity_service.proto44 message GetServiceAccountNameResponse { message
/external/syzkaller/vendor/google.golang.org/appengine/
Didentity.go119 res := &pb.GetServiceAccountNameResponse{}