Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::EnvironmentVariable (v0.21.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::EnvironmentVariable.

EnvironmentVariable is a name-value pair to store environment variables for Process.

Inherits

  • Object

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.