public interface PipelineConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;PipelineReadyCondition getPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;TargetsPresentCondition getTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;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;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;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;Copyright © 2024 Google LLC. All rights reserved.