Uses of Class
com.google.cloud.tasks.v2.OAuthToken
-
Packages that use OAuthToken Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of OAuthToken in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return OAuthToken Modifier and Type Method Description OAuthToken
OAuthToken.Builder. build()
OAuthToken
OAuthToken.Builder. buildPartial()
static OAuthToken
OAuthToken. getDefaultInstance()
OAuthToken
OAuthToken.Builder. getDefaultInstanceForType()
OAuthToken
OAuthToken. getDefaultInstanceForType()
OAuthToken
HttpRequest.Builder. getOauthToken()
If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.OAuthToken
HttpRequest. getOauthToken()
If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.OAuthToken
HttpRequestOrBuilder. getOauthToken()
If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.static OAuthToken
OAuthToken. parseDelimitedFrom(InputStream input)
static OAuthToken
OAuthToken. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OAuthToken
OAuthToken. parseFrom(byte[] data)
static OAuthToken
OAuthToken. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OAuthToken
OAuthToken. parseFrom(com.google.protobuf.ByteString data)
static OAuthToken
OAuthToken. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OAuthToken
OAuthToken. parseFrom(com.google.protobuf.CodedInputStream input)
static OAuthToken
OAuthToken. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OAuthToken
OAuthToken. parseFrom(InputStream input)
static OAuthToken
OAuthToken. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OAuthToken
OAuthToken. parseFrom(ByteBuffer data)
static OAuthToken
OAuthToken. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2 that return types with arguments of type OAuthToken Modifier and Type Method Description com.google.protobuf.Parser<OAuthToken>
OAuthToken. getParserForType()
static com.google.protobuf.Parser<OAuthToken>
OAuthToken. parser()
Methods in com.google.cloud.tasks.v2 with parameters of type OAuthToken Modifier and Type Method Description OAuthToken.Builder
OAuthToken.Builder. mergeFrom(OAuthToken other)
HttpRequest.Builder
HttpRequest.Builder. mergeOauthToken(OAuthToken value)
If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.static OAuthToken.Builder
OAuthToken. newBuilder(OAuthToken prototype)
HttpRequest.Builder
HttpRequest.Builder. setOauthToken(OAuthToken value)
If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.
-