Package com.google.cloud.deploy.v1
Interface PipelineConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineCondition,PipelineCondition.Builder
public interface PipelineConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineReadyConditiongetPipelineReadyCondition()Details around the Pipeline's overall status.PipelineReadyConditionOrBuildergetPipelineReadyConditionOrBuilder()Details around the Pipeline's overall status.TargetsPresentConditiongetTargetsPresentCondition()Details around targets enumerated in the pipeline.TargetsPresentConditionOrBuildergetTargetsPresentConditionOrBuilder()Details around targets enumerated in the pipeline.TargetsTypeConditiongetTargetsTypeCondition()Details on the whether the targets enumerated in the pipeline are of the same type.TargetsTypeConditionOrBuildergetTargetsTypeConditionOrBuilder()Details on the whether the targets enumerated in the pipeline are of the same type.booleanhasPipelineReadyCondition()Details around the Pipeline's overall status.booleanhasTargetsPresentCondition()Details around targets enumerated in the pipeline.booleanhasTargetsTypeCondition()Details on the whether the targets enumerated in the pipeline are of the same type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPipelineReadyCondition
boolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;- Returns:
- Whether the pipelineReadyCondition field is set.
-
getPipelineReadyCondition
PipelineReadyCondition getPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;- Returns:
- The pipelineReadyCondition.
-
getPipelineReadyConditionOrBuilder
PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
hasTargetsPresentCondition
boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;- Returns:
- Whether the targetsPresentCondition field is set.
-
getTargetsPresentCondition
TargetsPresentCondition getTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;- Returns:
- The targetsPresentCondition.
-
getTargetsPresentConditionOrBuilder
TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
hasTargetsTypeCondition
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:
- Whether the targetsTypeCondition field is set.
-
getTargetsTypeCondition
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:
- The targetsTypeCondition.
-
getTargetsTypeConditionOrBuilder
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;
-
-