Searched defs:GetServiceAccountNameResponse (Results 1 – 2 of 2) sorted by relevance
199 type GetServiceAccountNameResponse struct { struct200 …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 {
44 message GetServiceAccountNameResponse { message