Class TargetsPresentCondition (1.18.0)

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

NameDescription
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.