Google Cloud Build V2 Client - Class OAuthCredential (0.11.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class OAuthCredential.

Represents an OAuth token of the account that authorized the Connection, and associated metadata.

Generated from protobuf message google.devtools.cloudbuild.v2.OAuthCredential

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ oauth_token_secret_version string

A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

↳ username string

Output only. The username associated to this token.

getOauthTokenSecretVersion

A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

Returns
TypeDescription
string

setOauthTokenSecretVersion

A SecretManager resource containing the OAuth token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUsername

Output only. The username associated to this token.

Returns
TypeDescription
string

setUsername

Output only. The username associated to this token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this