Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::PipelineCondition.
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pipeline_ready_condition
def pipeline_ready_condition() -> ::Google::Cloud::Deploy::V1::PipelineReadyCondition
Returns
- (::Google::Cloud::Deploy::V1::PipelineReadyCondition) — Details around the Pipeline's overall status.
#pipeline_ready_condition=
def pipeline_ready_condition=(value) -> ::Google::Cloud::Deploy::V1::PipelineReadyCondition
Parameter
- value (::Google::Cloud::Deploy::V1::PipelineReadyCondition) — Details around the Pipeline's overall status.
Returns
- (::Google::Cloud::Deploy::V1::PipelineReadyCondition) — Details around the Pipeline's overall status.
#targets_present_condition
def targets_present_condition() -> ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Returns
- (::Google::Cloud::Deploy::V1::TargetsPresentCondition) — Details around targets enumerated in the pipeline.
#targets_present_condition=
def targets_present_condition=(value) -> ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Parameter
- value (::Google::Cloud::Deploy::V1::TargetsPresentCondition) — Details around targets enumerated in the pipeline.
Returns
- (::Google::Cloud::Deploy::V1::TargetsPresentCondition) — Details around targets enumerated in the pipeline.
#targets_type_condition
def targets_type_condition() -> ::Google::Cloud::Deploy::V1::TargetsTypeCondition
Returns
- (::Google::Cloud::Deploy::V1::TargetsTypeCondition) — Details on the whether the targets enumerated in the pipeline are of the same type.
#targets_type_condition=
def targets_type_condition=(value) -> ::Google::Cloud::Deploy::V1::TargetsTypeCondition
Parameter
- value (::Google::Cloud::Deploy::V1::TargetsTypeCondition) — Details on the whether the targets enumerated in the pipeline are of the same type.
Returns
- (::Google::Cloud::Deploy::V1::TargetsTypeCondition) — Details on the whether the targets enumerated in the pipeline are of the same type.