Package com.google.cloud.deploy.v1
Class PipelineCondition.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
- com.google.cloud.deploy.v1.PipelineCondition.Builder
-
- All Implemented Interfaces:
PipelineConditionOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- PipelineCondition
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 typegoogle.cloud.deploy.v1.PipelineCondition
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(PipelineCondition other)
PipelineCondition.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PipelineCondition.Builder
mergeFrom(com.google.protobuf.Message 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 value)
Details around the Pipeline's overall status.PipelineCondition.Builder
setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
Details around the Pipeline's overall status.PipelineCondition.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PipelineCondition.Builder
setTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.PipelineCondition.Builder
setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
Details around targets enumerated in the pipeline.PipelineCondition.Builder
setTargetsTypeCondition(TargetsTypeCondition value)
Details on the whether the targets enumerated in the pipeline are of the same type.PipelineCondition.Builder
setTargetsTypeCondition(TargetsTypeCondition.Builder builderForValue)
Details on the whether the targets enumerated in the pipeline are of the same type.PipelineCondition.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
clear
public PipelineCondition.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
getDefaultInstanceForType
public PipelineCondition getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PipelineCondition build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PipelineCondition buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PipelineCondition.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
setField
public PipelineCondition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
clearField
public PipelineCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
clearOneof
public PipelineCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
setRepeatedField
public PipelineCondition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
addRepeatedField
public PipelineCondition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
mergeFrom
public PipelineCondition.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PipelineCondition.Builder>
-
mergeFrom
public PipelineCondition.Builder mergeFrom(PipelineCondition other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
mergeFrom
public PipelineCondition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PipelineCondition.Builder>
- Throws:
IOException
-
hasPipelineReadyCondition
public boolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
- Specified by:
hasPipelineReadyCondition
in interfacePipelineConditionOrBuilder
- Returns:
- Whether the pipelineReadyCondition field is set.
-
getPipelineReadyCondition
public PipelineReadyCondition getPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
- Specified by:
getPipelineReadyCondition
in interfacePipelineConditionOrBuilder
- Returns:
- The pipelineReadyCondition.
-
setPipelineReadyCondition
public PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
setPipelineReadyCondition
public PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
mergePipelineReadyCondition
public PipelineCondition.Builder mergePipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
clearPipelineReadyCondition
public PipelineCondition.Builder clearPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
getPipelineReadyConditionBuilder
public PipelineReadyCondition.Builder getPipelineReadyConditionBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
-
getPipelineReadyConditionOrBuilder
public PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
- Specified by:
getPipelineReadyConditionOrBuilder
in interfacePipelineConditionOrBuilder
-
hasTargetsPresentCondition
public boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
- Specified by:
hasTargetsPresentCondition
in interfacePipelineConditionOrBuilder
- Returns:
- Whether the targetsPresentCondition field is set.
-
getTargetsPresentCondition
public TargetsPresentCondition getTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
- Specified by:
getTargetsPresentCondition
in interfacePipelineConditionOrBuilder
- Returns:
- The targetsPresentCondition.
-
setTargetsPresentCondition
public PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
setTargetsPresentCondition
public PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
mergeTargetsPresentCondition
public PipelineCondition.Builder mergeTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
clearTargetsPresentCondition
public PipelineCondition.Builder clearTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
getTargetsPresentConditionBuilder
public TargetsPresentCondition.Builder getTargetsPresentConditionBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
-
getTargetsPresentConditionOrBuilder
public TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
- Specified by:
getTargetsPresentConditionOrBuilder
in interfacePipelineConditionOrBuilder
-
hasTargetsTypeCondition
public 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;
- Specified by:
hasTargetsTypeCondition
in interfacePipelineConditionOrBuilder
- Returns:
- Whether the targetsTypeCondition field is set.
-
getTargetsTypeCondition
public 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;
- Specified by:
getTargetsTypeCondition
in interfacePipelineConditionOrBuilder
- Returns:
- The targetsTypeCondition.
-
setTargetsTypeCondition
public 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;
-
setTargetsTypeCondition
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;
-
mergeTargetsTypeCondition
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;
-
clearTargetsTypeCondition
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;
-
getTargetsTypeConditionBuilder
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;
-
getTargetsTypeConditionOrBuilder
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;
- Specified by:
getTargetsTypeConditionOrBuilder
in interfacePipelineConditionOrBuilder
-
setUnknownFields
public final PipelineCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
mergeUnknownFields
public final PipelineCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PipelineCondition.Builder>
-
-