Batch V1 API - Class Google::Cloud::Batch::V1::Environment (v0.4.3)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::Environment.

An Environment describes a collection of environment variables to set when executing Tasks.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#variables

def variables() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — A map of environment variable names to values.

#variables=

def variables=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — A map of environment variable names to values.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — A map of environment variable names to values.