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

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

The request object used by AdvanceRollout.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Returns
  • (::String) — Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.

#phase_id

def phase_id() -> ::String
Returns
  • (::String) — Required. The phase ID to advance the Rollout to.

#phase_id=

def phase_id=(value) -> ::String
Parameter
  • value (::String) — Required. The phase ID to advance the Rollout to.
Returns
  • (::String) — Required. The phase ID to advance the Rollout to.