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 PipelineReadyCondition
getPipelineReadyCondition()
Details around the Pipeline's overall status.PipelineReadyConditionOrBuilder
getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.TargetsPresentCondition
getTargetsPresentCondition()
Details around targets enumerated in the pipeline.TargetsPresentConditionOrBuilder
getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.TargetsTypeCondition
getTargetsTypeCondition()
Details on the whether the targets enumerated in the pipeline are of the same type.TargetsTypeConditionOrBuilder
getTargetsTypeConditionOrBuilder()
Details on the whether the targets enumerated in the pipeline are of the same type.boolean
hasPipelineReadyCondition()
Details around the Pipeline's overall status.boolean
hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.boolean
hasTargetsTypeCondition()
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;
-
-