Class TargetsPresentCondition (1.1.1)

TargetsPresentCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
status bool
True if there aren't any missing Targets.
missing_targets Sequence[str]
The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
update_time google.protobuf.timestamp_pb2.Timestamp
Last time the condition was updated.