Class: Google::Cloud::Deploy::V1::PipelineCondition

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

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_ready_condition::Google::Cloud::Deploy::V1::PipelineReadyCondition

Returns Details around the Pipeline's overall status.

Returns:



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.

Returns:



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.

Returns:



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