Class: Google::Cloud::Deploy::V1::Rollback

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

Rolls back a Rollout.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phase::String

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



3327
3328
3329
3330
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3327

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