TargetsPresentCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)TargetsPresentCondition contains information on any Targets
referenced in the Delivery Pipeline that do not actually exist.
Attributes |
|
|---|---|
| Name | Description |
status |
bool
True if there aren't any missing Targets. |
missing_targets |
MutableSequence[str]
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_pb2.Timestamp
Last time the condition was updated. |