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

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

Upgrade is the unit operation that upgrades a provisioned unit, which may also include the underlying resources represented by a Unit. Can only execute if the Unit is currently provisioned.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input_variables

def input_variables() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>
Returns

#input_variables=

def input_variables=(value) -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>
Parameter
Returns

#release

def release() -> ::String
Returns
  • (::String) — Optional. Reference to the Release object to use for the Unit. (optional).

#release=

def release=(value) -> ::String
Parameter
  • value (::String) — Optional. Reference to the Release object to use for the Unit. (optional).
Returns
  • (::String) — Optional. Reference to the Release object to use for the Unit. (optional).