public static final class PipelineCondition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder> implements PipelineConditionOrBuilder
PipelineCondition contains all conditions relevant to a Delivery Pipeline.Protobuf type
google.cloud.deploy.v1.PipelineCondition| Modifier and Type | Method and Description |
|---|---|
PipelineCondition.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PipelineCondition |
build() |
PipelineCondition |
buildPartial() |
PipelineCondition.Builder |
clear() |
PipelineCondition.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PipelineCondition.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PipelineCondition.Builder |
clearPipelineReadyCondition()
Details around the Pipeline's overall status.
|
PipelineCondition.Builder |
clearTargetsPresentCondition()
Details around targets enumerated in the pipeline.
|
PipelineCondition.Builder |
clearTargetsTypeCondition()
Details on the whether the targets enumerated in the pipeline are of the
same type.
|
PipelineCondition.Builder |
clone() |
PipelineCondition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PipelineReadyCondition |
getPipelineReadyCondition()
Details around the Pipeline's overall status.
|
PipelineReadyCondition.Builder |
getPipelineReadyConditionBuilder()
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.
|
TargetsPresentCondition.Builder |
getTargetsPresentConditionBuilder()
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.
|
TargetsTypeCondition.Builder |
getTargetsTypeConditionBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PipelineCondition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PipelineCondition.Builder |
mergeFrom(com.google.protobuf.Message other) |
PipelineCondition.Builder |
mergeFrom(PipelineCondition other) |
PipelineCondition.Builder |
mergePipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
|
PipelineCondition.Builder |
mergeTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
|
PipelineCondition.Builder |
mergeTargetsTypeCondition(TargetsTypeCondition value)
Details on the whether the targets enumerated in the pipeline are of the
same type.
|
PipelineCondition.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PipelineCondition.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PipelineCondition.Builder |
setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
Details around the Pipeline's overall status.
|
PipelineCondition.Builder |
setPipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
|
PipelineCondition.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PipelineCondition.Builder |
setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
Details around targets enumerated in the pipeline.
|
PipelineCondition.Builder |
setTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
|
PipelineCondition.Builder |
setTargetsTypeCondition(TargetsTypeCondition.Builder builderForValue)
Details on the whether the targets enumerated in the pipeline are of the
same type.
|
PipelineCondition.Builder |
setTargetsTypeCondition(TargetsTypeCondition value)
Details on the whether the targets enumerated in the pipeline are of the
same type.
|
PipelineCondition.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PipelineCondition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PipelineCondition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PipelineCondition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineCondition.Builder>public PipelineCondition.Builder mergeFrom(PipelineCondition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public PipelineCondition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineCondition.Builder>IOExceptionpublic boolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;hasPipelineReadyCondition in interface PipelineConditionOrBuilderpublic PipelineReadyCondition getPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;getPipelineReadyCondition in interface PipelineConditionOrBuilderpublic PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;public PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;public PipelineCondition.Builder mergePipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;public PipelineCondition.Builder clearPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;public PipelineReadyCondition.Builder getPipelineReadyConditionBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;public PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;getPipelineReadyConditionOrBuilder in interface PipelineConditionOrBuilderpublic boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;hasTargetsPresentCondition in interface PipelineConditionOrBuilderpublic TargetsPresentCondition getTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;getTargetsPresentCondition in interface PipelineConditionOrBuilderpublic PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;public PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;public PipelineCondition.Builder mergeTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;public PipelineCondition.Builder clearTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;public TargetsPresentCondition.Builder getTargetsPresentConditionBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;public TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;getTargetsPresentConditionOrBuilder in interface PipelineConditionOrBuilderpublic 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;hasTargetsTypeCondition in interface PipelineConditionOrBuilderpublic 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;getTargetsTypeCondition in interface PipelineConditionOrBuilderpublic PipelineCondition.Builder setTargetsTypeCondition(TargetsTypeCondition value)
Details on the whether the targets enumerated in the pipeline are of the same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;public PipelineCondition.Builder setTargetsTypeCondition(TargetsTypeCondition.Builder builderForValue)
Details on the whether the targets enumerated in the pipeline are of the same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;public PipelineCondition.Builder mergeTargetsTypeCondition(TargetsTypeCondition value)
Details on the whether the targets enumerated in the pipeline are of the same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;public PipelineCondition.Builder clearTargetsTypeCondition()
Details on the whether the targets enumerated in the pipeline are of the same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;public TargetsTypeCondition.Builder getTargetsTypeConditionBuilder()
Details on the whether the targets enumerated in the pipeline are of the same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;public 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;getTargetsTypeConditionOrBuilder in interface PipelineConditionOrBuilderpublic final PipelineCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>public final PipelineCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>Copyright © 2024 Google LLC. All rights reserved.