public static final class PipelineCondition.Builder extends GeneratedMessageV3.Builder<PipelineCondition.Builder> implements PipelineConditionOrBuilder
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Protobuf type google.cloud.deploy.v1.PipelineCondition
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PipelineCondition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public PipelineCondition build()
buildPartial()
public PipelineCondition buildPartial()
clear()
public PipelineCondition.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public PipelineCondition.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PipelineCondition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPipelineReadyCondition()
public PipelineCondition.Builder clearPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
clearTargetsPresentCondition()
public PipelineCondition.Builder clearTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
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;
clone()
public PipelineCondition.Builder clone()
Overrides
getDefaultInstanceForType()
public PipelineCondition getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPipelineReadyCondition()
public PipelineReadyCondition getPipelineReadyCondition()
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;
getTargetsPresentCondition()
public TargetsPresentCondition getTargetsPresentCondition()
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;
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;
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;
hasPipelineReadyCondition()
public boolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
Returns |
Type |
Description |
boolean |
Whether the pipelineReadyCondition field is set.
|
hasTargetsPresentCondition()
public boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
Returns |
Type |
Description |
boolean |
Whether the targetsPresentCondition field is set.
|
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;
Returns |
Type |
Description |
boolean |
Whether the targetsTypeCondition field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(PipelineCondition other)
public PipelineCondition.Builder mergeFrom(PipelineCondition other)
public PipelineCondition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public PipelineCondition.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergePipelineReadyCondition(PipelineReadyCondition value)
public PipelineCondition.Builder mergePipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
mergeTargetsPresentCondition(TargetsPresentCondition value)
public PipelineCondition.Builder mergeTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
mergeTargetsTypeCondition(TargetsTypeCondition value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PipelineCondition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public PipelineCondition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPipelineReadyCondition(PipelineReadyCondition value)
public PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition value)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
public PipelineCondition.Builder setPipelineReadyCondition(PipelineReadyCondition.Builder builderForValue)
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PipelineCondition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTargetsPresentCondition(TargetsPresentCondition value)
public PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition value)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
public PipelineCondition.Builder setTargetsPresentCondition(TargetsPresentCondition.Builder builderForValue)
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
setTargetsTypeCondition(TargetsTypeCondition value)
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(TargetsTypeCondition.Builder builderForValue)
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final PipelineCondition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides