Class: Google::Cloud::Deploy::V1::AdvanceRolloutOperation

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

Contains the information of an automated advance-rollout operation.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phase::String (readonly)

Returns Output only. The phase the rollout will be advanced to.

Returns:

  • (::String)

    Output only. The phase the rollout will be advanced to.



3635
3636
3637
3638
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3635

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

#rollout::String (readonly)

Returns Output only. The name of the rollout that initiates the AutomationRun.

Returns:

  • (::String)

    Output only. The name of the rollout that initiates the AutomationRun.



3635
3636
3637
3638
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3635

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

#source_phase::String (readonly)

Returns Output only. The phase of a deployment that initiated the operation.

Returns:

  • (::String)

    Output only. The phase of a deployment that initiated the operation.



3635
3636
3637
3638
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3635

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

#wait::Google::Protobuf::Duration (readonly)

Returns Output only. How long the operation will be paused.

Returns:



3635
3636
3637
3638
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3635

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