| 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 |
HttpTarget.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 |
HttpTarget.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 |
HttpTargetOrBuilder.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(ByteBuffer data) |
static OAuthToken |
OAuthToken.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OAuthToken> |
OAuthToken.getParserForType() |
static com.google.protobuf.Parser<OAuthToken> |
OAuthToken.parser() |
| Modifier and Type | Method and Description |
|---|---|
OAuthToken.Builder |
OAuthToken.Builder.mergeFrom(OAuthToken other) |
HttpTarget.Builder |
HttpTarget.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) |
HttpTarget.Builder |
HttpTarget.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 © 2019 Google LLC. All rights reserved.