Class: Google::Cloud::AIPlatform::V1::SecretEnvVar
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SecretEnvVar
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/env_var.rb
Overview
Represents an environment variable where the value is a secret in Cloud Secret Manager.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#secret_ref ⇒ ::Google::Cloud::AIPlatform::V1::SecretRef
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the secret environment variable.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/env_var.rb', line 67 class SecretEnvVar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_ref ⇒ ::Google::Cloud::AIPlatform::V1::SecretRef
Returns Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/env_var.rb', line 67 class SecretEnvVar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |