Class: Google::Cloud::Deploy::V1::PipelineCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::PipelineCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Instance Attribute Summary collapse
-
#pipeline_ready_condition ⇒ ::Google::Cloud::Deploy::V1::PipelineReadyCondition
Details around the Pipeline's overall status.
-
#targets_present_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Details around targets enumerated in the pipeline.
-
#targets_type_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsTypeCondition
Details on the whether the targets enumerated in the pipeline are of the same type.
Instance Attribute Details
#pipeline_ready_condition ⇒ ::Google::Cloud::Deploy::V1::PipelineReadyCondition
Returns Details around the Pipeline's overall status.
456 457 458 459 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 456 class PipelineCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targets_present_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Returns Details around targets enumerated in the pipeline.
456 457 458 459 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 456 class PipelineCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targets_type_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsTypeCondition
Returns Details on the whether the targets enumerated in the pipeline are of the same type.
456 457 458 459 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 456 class PipelineCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |