Class: Google::Cloud::ConfigDelivery::V1::ResumeRolloutRequest

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

Overview

Message for resuming a rollout.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the Rollout.

Returns:

  • (::String)

    Required. Name of the Rollout.



1349
1350
1351
1352
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 1349

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

#reason::String

Returns Optional. Reason for resuming the rollout.

Returns:

  • (::String)

    Optional. Reason for resuming the rollout.



1349
1350
1351
1352
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 1349

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