Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class AbortRolloutRequest.
Message for aborting a rollout.
Generated from protobuf message google.cloud.configdelivery.v1beta.AbortRolloutRequest
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 aborting. |
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 aborting.
| Returns | |
|---|---|
| Type | Description |
string |
|
setReason
Optional. Reason for aborting.
| 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 |
AbortRolloutRequest |
|