public interface PipelineConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPipelineReadyCondition()
public abstract PipelineReadyCondition getPipelineReadyCondition()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Type | Description |
PipelineReadyCondition |
The pipelineReadyCondition. |
getPipelineReadyConditionOrBuilder()
public abstract PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Type | Description |
PipelineReadyConditionOrBuilder |
getTargetsPresentCondition()
public abstract TargetsPresentCondition getTargetsPresentCondition()Detalis around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Type | Description |
TargetsPresentCondition |
The targetsPresentCondition. |
getTargetsPresentConditionOrBuilder()
public abstract TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()Detalis around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Type | Description |
TargetsPresentConditionOrBuilder |
hasPipelineReadyCondition()
public abstract boolean hasPipelineReadyCondition()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Type | Description |
boolean |
Whether the pipelineReadyCondition field is set. |
hasTargetsPresentCondition()
public abstract boolean hasTargetsPresentCondition()Detalis around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Type | Description |
boolean |
Whether the targetsPresentCondition field is set. |