Class: Google::Cloud::Deploy::V1::AdvanceRolloutRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

The request object used by AdvanceRollout.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}.



2581
2582
2583
2584
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2581

class AdvanceRolloutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#phase_id::String

Returns Required. The phase ID to advance the Rollout to.

Returns:

  • (::String)

    Required. The phase ID to advance the Rollout to.



2581
2582
2583
2584
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2581

class AdvanceRolloutRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end