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



3112
3113
3114
3115
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3112

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

#override_deploy_policy::Array<::String>

Returns Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.

Returns:

  • (::Array<::String>)

    Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.



3112
3113
3114
3115
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3112

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.



3112
3113
3114
3115
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3112

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