Reference documentation and code samples for the Google Cloud Deploy V1 Client class RollbackTargetResponse.
The response object from RollbackTarget
.
Generated from protobuf message google.cloud.deploy.v1.RollbackTargetResponse
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollback_config |
Google\Cloud\Deploy\V1\RollbackTargetConfig
The config of the rollback |
getRollbackConfig
The config of the rollback Rollout
created or will be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\Deploy\V1\RollbackTargetConfig|null |
hasRollbackConfig
clearRollbackConfig
setRollbackConfig
The config of the rollback Rollout
created or will be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Deploy\V1\RollbackTargetConfig
|
Returns | |
---|---|
Type | Description |
$this |