type google.golang.org/genproto/googleapis/cloud/tasks/v2.OAuthToken

13 uses

	google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
		target.pb.go#L276: func (x *HttpRequest) GetOauthToken() *OAuthToken {
		target.pb.go#L302: 	OauthToken *OAuthToken `protobuf:"bytes,5,opt,name=oauth_token,json=oauthToken,proto3,oneof"`
		target.pb.go#L681: type OAuthToken struct {
		target.pb.go#L698: func (x *OAuthToken) Reset() {
		target.pb.go#L699: 	*x = OAuthToken{}
		target.pb.go#L707: func (x *OAuthToken) String() string {
		target.pb.go#L711: func (*OAuthToken) ProtoMessage() {}
		target.pb.go#L713: func (x *OAuthToken) ProtoReflect() protoreflect.Message {
		target.pb.go#L726: func (*OAuthToken) Descriptor() ([]byte, []int) {
		target.pb.go#L730: func (x *OAuthToken) GetServiceAccountEmail() string {
		target.pb.go#L737: func (x *OAuthToken) GetScope() string {
		target.pb.go#L927: 	(*OAuthToken)(nil),           // 4: google.cloud.tasks.v2.OAuthToken
		target.pb.go#L990: 			switch v := v.(*OAuthToken); i {