Class: Google::Cloud::Run::V2::EnvVar
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::EnvVar
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
EnvVar represents an environment variable present in a Container.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#value ⇒ ::String
Literal value of the environment variable.
-
#value_source ⇒ ::Google::Cloud::Run::V2::EnvVarSource
Source for the environment variable's value.
Instance Attribute Details
#name ⇒ ::String
144 145 146 147 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 144 class EnvVar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |