Package | Description |
---|---|
com.google.cloud.tasks.v2beta3 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
OAuthToken |
OAuthToken.Builder.build() |
OAuthToken |
OAuthToken.Builder.buildPartial() |
static OAuthToken |
OAuthToken.getDefaultInstance() |
OAuthToken |
OAuthToken.getDefaultInstanceForType() |
OAuthToken |
OAuthToken.Builder.getDefaultInstanceForType() |
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.
|
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 |
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.
|
static OAuthToken |
OAuthToken.parseDelimitedFrom(InputStream input) |
static OAuthToken |
OAuthToken.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static OAuthToken |
OAuthToken.parseFrom(byte[] data) |
static OAuthToken |
OAuthToken.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static OAuthToken |
OAuthToken.parseFrom(ByteBuffer data) |
static OAuthToken |
OAuthToken.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static OAuthToken |
OAuthToken.parseFrom(ByteString data) |
static OAuthToken |
OAuthToken.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static OAuthToken |
OAuthToken.parseFrom(CodedInputStream input) |
static OAuthToken |
OAuthToken.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static OAuthToken |
OAuthToken.parseFrom(InputStream input) |
static OAuthToken |
OAuthToken.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<OAuthToken> |
OAuthToken.getParserForType() |
static Parser<OAuthToken> |
OAuthToken.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.