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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |