Google Cloud Deploy V1 Client - Class TargetsPresentCondition (0.18.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class TargetsPresentCondition.

TargetsPresentCondition contains information on any Targets referenced in the Delivery Pipeline that do not actually exist.

Generated from protobuf message google.cloud.deploy.v1.TargetsPresentCondition

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ status bool

True if there aren't any missing Targets.

↳ missing_targets array

The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

↳ update_time Google\Protobuf\Timestamp

Last time the condition was updated.

getStatus

True if there aren't any missing Targets.

Returns
Type Description
bool

setStatus

True if there aren't any missing Targets.

Parameter
Name Description
var bool
Returns
Type Description
$this

getMissingTargets

The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMissingTargets

The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getUpdateTime

Last time the condition was updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last time the condition was updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this