Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::EnvironmentVariable.
A name-value pair representing an environment variable used in an operating system process.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Environment variable name as a JSON encoded string.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Environment variable name as a JSON encoded string.
Returns
- (::String) — Environment variable name as a JSON encoded string.
#val
def val() -> ::String
Returns
- (::String) — Environment variable value as a JSON encoded string.
#val=
def val=(value) -> ::String
Parameter
- value (::String) — Environment variable value as a JSON encoded string.
Returns
- (::String) — Environment variable value as a JSON encoded string.