Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::TargetsPresentCondition (v0.18.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::TargetsPresentCondition.

TargetsPresentCondition contains information on any Targets referenced 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 do not exist. 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 do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
Returns
  • (::Array<::String>) — The list of Target names that do not exist. 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

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns