SaaS Runtime V1BETA1 API - Class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable (v0.1.0)

Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable.

UnitVariable describes a parameter for a Unit.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#type

def type() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable::Type
Parameter
Returns

#value

def value() -> ::String
Returns
  • (::String) — Optional. String encoded value for the variable.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Optional. String encoded value for the variable.
Returns
  • (::String) — Optional. String encoded value for the variable.

#variable

def variable() -> ::String
Returns
  • (::String) — Required. Immutable. Name of the variable from actuation configs.

#variable=

def variable=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. Name of the variable from actuation configs.
Returns
  • (::String) — Required. Immutable. Name of the variable from actuation configs.