Class: Google::Cloud::Deploy::V1::TargetsTypeCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TargetsTypeCondition
- 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
-
#error_details ⇒ ::String
Human readable error message.
-
#status ⇒ ::Boolean
True if the targets are all a comparable type.
Instance Attribute Details
#error_details ⇒ ::String
Returns Human readable error message.
452 453 454 455 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 452 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.
452 453 454 455 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 452 class TargetsTypeCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |