Interface PipelineConditionOrBuilder (1.42.0)

public interface PipelineConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPipelineReadyCondition()

public abstract PipelineReadyCondition getPipelineReadyCondition()

Details around the Pipeline's overall status.

.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;

Returns
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;

Returns
Type Description
PipelineReadyConditionOrBuilder

getTargetsPresentCondition()

public abstract TargetsPresentCondition getTargetsPresentCondition()

Details around targets enumerated in the pipeline.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;

Returns
Type Description
TargetsPresentCondition

The targetsPresentCondition.

getTargetsPresentConditionOrBuilder()

public abstract TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()

Details around targets enumerated in the pipeline.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;

Returns
Type Description
TargetsPresentConditionOrBuilder

getTargetsTypeCondition()

public abstract TargetsTypeCondition getTargetsTypeCondition()

Details on the whether the targets enumerated in the pipeline are of the same type.

.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;

Returns
Type Description
TargetsTypeCondition

The targetsTypeCondition.

getTargetsTypeConditionOrBuilder()

public abstract TargetsTypeConditionOrBuilder getTargetsTypeConditionOrBuilder()

Details on the whether the targets enumerated in the pipeline are of the same type.

.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;

Returns
Type Description
TargetsTypeConditionOrBuilder

hasPipelineReadyCondition()

public abstract boolean hasPipelineReadyCondition()

Details around the Pipeline's overall status.

.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;

Returns
Type Description
boolean

Whether the pipelineReadyCondition field is set.

hasTargetsPresentCondition()

public abstract boolean hasTargetsPresentCondition()

Details around targets enumerated in the pipeline.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;

Returns
Type Description
boolean

Whether the targetsPresentCondition field is set.

hasTargetsTypeCondition()

public abstract boolean hasTargetsTypeCondition()

Details on the whether the targets enumerated in the pipeline are of the same type.

.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;

Returns
Type Description
boolean

Whether the targetsTypeCondition field is set.