Class: Google::Cloud::Deploy::V1::TargetsTypeCondition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_details::String

Returns Human readable error message.

Returns:

  • (::String)

    Human readable error message.



440
441
442
443
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 440

class TargetsTypeCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Boolean

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



440
441
442
443
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 440

class TargetsTypeCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end