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 OAuthTokenOAuthToken.Builder. build()OAuthTokenOAuthToken.Builder. buildPartial()static OAuthTokenOAuthToken. getDefaultInstance()OAuthTokenOAuthToken.Builder. getDefaultInstanceForType()OAuthTokenOAuthToken. getDefaultInstanceForType()OAuthTokenHttpTarget.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.OAuthTokenHttpTarget. 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.OAuthTokenHttpTargetOrBuilder. 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 OAuthTokenOAuthToken. parseDelimitedFrom(InputStream input)static OAuthTokenOAuthToken. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuthTokenOAuthToken. parseFrom(byte[] data)static OAuthTokenOAuthToken. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuthTokenOAuthToken. parseFrom(com.google.protobuf.ByteString data)static OAuthTokenOAuthToken. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuthTokenOAuthToken. parseFrom(com.google.protobuf.CodedInputStream input)static OAuthTokenOAuthToken. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuthTokenOAuthToken. parseFrom(InputStream input)static OAuthTokenOAuthToken. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuthTokenOAuthToken. parseFrom(ByteBuffer data)static OAuthTokenOAuthToken. 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.BuilderOAuthToken.Builder. mergeFrom(OAuthToken other)HttpTarget.BuilderHttpTarget.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.BuilderOAuthToken. newBuilder(OAuthToken prototype)HttpTarget.BuilderHttpTarget.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.
-