Google Cloud Deploy V1 Client - Class RollbackTargetResponse (0.17.0)

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
NameDescription
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
TypeDescription
Google\Cloud\Deploy\V1\RollbackTargetConfig|null

hasRollbackConfig

clearRollbackConfig

setRollbackConfig

The config of the rollback Rollout created or will be created.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\RollbackTargetConfig
Returns
TypeDescription
$this