Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class ResumeRolloutRequest.
Message for resuming a rollout.
Generated from protobuf message google.cloud.configdelivery.v1.ResumeRolloutRequest
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the Rollout.
↳ reason
string
Optional. Reason for resuming the rollout.
getName
Required. Name of the Rollout.
string
setName
Required. Name of the Rollout.
var
string
$this
getReason
Optional. Reason for resuming the rollout.
string
setReason
Optional. Reason for resuming the rollout.
var
string
$this
static::build
name
string
Required. Name of the Rollout. Please see ConfigDeliveryClient::rolloutName() for help formatting this field.