Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RollbackTargetConfig (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RollbackTargetConfig.

Configs for the Rollback rollout.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#rollout

def rollout() -> ::Google::Cloud::Deploy::V1::Rollout
Returns

#rollout=

def rollout=(value) -> ::Google::Cloud::Deploy::V1::Rollout
Parameter
Returns

#starting_phase_id

def starting_phase_id() -> ::String
Returns
  • (::String) — Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

#starting_phase_id=

def starting_phase_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.
Returns
  • (::String) — Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.