Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class ResumeRolloutRequest.
Message for resuming a rollout.
Generated from protobuf message google.cloud.configdelivery.v1beta.ResumeRolloutRequest
Namespace
Google \ Cloud \ ConfigDelivery \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the Rollout.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReason
Optional. Reason for resuming the rollout.
Returns | |
---|---|
Type | Description |
string |
setReason
Optional. Reason for resuming the rollout.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Name of the Rollout. Please see ConfigDeliveryClient::rolloutName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
ResumeRolloutRequest |