Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::TargetsTypeCondition (v0.17.2)

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

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_details

def error_details() -> ::String
Returns
  • (::String) — Human readable error message.

#error_details=

def error_details=(value) -> ::String
Parameter
  • value (::String) — Human readable error message.
Returns
  • (::String) — Human readable error message.

#status

def status() -> ::Boolean
Returns
  • (::Boolean) — True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

#status=

def status=(value) -> ::Boolean
Parameter
  • value (::Boolean) — True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
Returns
  • (::Boolean) — True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.