Uses of Class
com.google.cloud.scheduler.v1beta1.OAuthToken
-
Packages that use OAuthToken Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler API -
-
Uses of OAuthToken in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 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
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
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
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(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.scheduler.v1beta1 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.scheduler.v1beta1 with parameters of type OAuthToken Modifier and Type Method 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.
-