Google Cloud Deploy V1 Client - Class RollbackTargetResponse (0.19.1)

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 \ V1

Methods

__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 Rollout created or will be created.

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