Google Cloud Run V2 Client - Class SecretKeySelector (0.9.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class SecretKeySelector.

SecretEnvVarSource represents a source for the value of an EnvVar.

Generated from protobuf message google.cloud.run.v2.SecretKeySelector

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ secret string

Required. The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.

↳ version string

The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.

getSecret

Required. The name of the secret in Cloud Secret Manager.

Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.

Returns
TypeDescription
string

setSecret

Required. The name of the secret in Cloud Secret Manager.

Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

The Cloud Secret Manager secret version.

Can be 'latest' for the latest version, an integer for a specific version, or a version alias.

Returns
TypeDescription
string

setVersion

The Cloud Secret Manager secret version.

Can be 'latest' for the latest version, an integer for a specific version, or a version alias.

Parameter
NameDescription
var string
Returns
TypeDescription
$this