TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#missing_targets
def missing_targets() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
#missing_targets=
def missing_targets=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
Returns
- (::Array<::String>) — The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
#status
def status() -> ::Boolean
Returns
- (::Boolean) — True if there aren't any missing Targets.
#status=
def status=(value) -> ::Boolean
Parameter
- value (::Boolean) — True if there aren't any missing Targets.
Returns
- (::Boolean) — True if there aren't any missing Targets.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Last time the condition was updated.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Last time the condition was updated.
Returns
- (::Google::Protobuf::Timestamp) — Last time the condition was updated.