Reference documentation and code samples for the Google Cloud Deploy V1 Client class TargetsPresentCondition.
TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.
Generated from protobuf message google.cloud.deploy.v1.TargetsPresentCondition
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
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
getStatus
True if there aren't any missing Targets.
bool
setStatus
True if there aren't any missing Targets.
var
bool
$this
getMissingTargets
The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
setMissingTargets
The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
var
string[]
$this
getUpdateTime
Last time the condition was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Last time the condition was updated.
$this