Searched defs:GetAccessTokenRequest (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/ |
D | app_identity_service.pb.go | 215 type GetAccessTokenRequest struct { struct 216 Scope []string `protobuf:"bytes,1,rep,name=scope" json:"scope,omitempty"` 217 …Id *int64 `protobuf:"varint,2,opt,name=service_account_id" json:"service_account_id,omitempty"` 218 …e *string `protobuf:"bytes,3,opt,name=service_account_name" json:"service_account_name,omitempty"` 219 XXX_unrecognized []byte `json:"-"` 222 func (m *GetAccessTokenRequest) Reset() { *m = GetAccessTokenRequest{} } 223 func (m *GetAccessTokenRequest) String() string { return proto.CompactTextString(m) } 224 func (*GetAccessTokenRequest) ProtoMessage() {} 226 func (m *GetAccessTokenRequest) GetScope() []string { 233 func (m *GetAccessTokenRequest) GetServiceAccountId() int64 { [all …]
|
D | app_identity_service.proto | 48 message GetAccessTokenRequest { message
|