Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::SecretEnvVar.
Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String Returns
- (::String) — Name of the environment variable.
#key=
def key=(value) -> ::String Parameter
- value (::String) — Name of the environment variable.
Returns
- (::String) — Name of the environment variable.
#project_id
def project_id() -> ::String Returns
- (::String) — Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
#project_id=
def project_id=(value) -> ::String Parameter
- value (::String) — Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
Returns
- (::String) — Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
#secret
def secret() -> ::String Returns
- (::String) — Name of the secret in secret manager (not the full resource name).
#secret=
def secret=(value) -> ::String Parameter
- value (::String) — Name of the secret in secret manager (not the full resource name).
Returns
- (::String) — Name of the secret in secret manager (not the full resource name).
#version
def version() -> ::String Returns
- (::String) — Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
#version=
def version=(value) -> ::String Parameter
- value (::String) — Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
Returns
- (::String) — Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.