Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::AbortRolloutRequest.
Message for aborting a rollout.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the Rollout.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Rollout.
Returns
- (::String) — Required. Name of the Rollout.
#reason
def reason() -> ::String
Returns
- (::String) — Optional. Reason for aborting.
#reason=
def reason=(value) -> ::String
Parameter
- value (::String) — Optional. Reason for aborting.
Returns
- (::String) — Optional. Reason for aborting.