Class: Google::Cloud::Deploy::V1::PipelineReadyCondition

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

PipelineReadyCondition contains information around the status of the Pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#status::Boolean

Returns True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

Returns:

  • (::Boolean)

    True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.



408
409
410
411
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 408

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

#update_time::Google::Protobuf::Timestamp

Returns Last time the condition was updated.

Returns:



408
409
410
411
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 408

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