Home
last modified time | relevance | path

Searched defs:GetServiceAccountNameResponse (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go199 type GetServiceAccountNameResponse struct { struct
200 …me *string `protobuf:"bytes,1,opt,name=service_account_name" json:"service_account_name,omitempty"`
201 XXX_unrecognized []byte `json:"-"`
204 func (m *GetServiceAccountNameResponse) Reset() { *m = GetServiceAccountNameResponse{} }
205 func (m *GetServiceAccountNameResponse) String() string { return proto.CompactTextString(m) }
206 func (*GetServiceAccountNameResponse) ProtoMessage() {}
208 func (m *GetServiceAccountNameResponse) GetServiceAccountName() string {
Dapp_identity_service.proto44 message GetServiceAccountNameResponse { message