public static final class PipelineCondition.Builder extends GeneratedMessage.Builder<PipelineCondition.Builder> implements PipelineConditionOrBuilderPipelineCondition contains all conditions relevant to a Delivery Pipeline.
Protobuf type google.cloud.deploy.v1.PipelineCondition
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PipelineCondition.BuilderImplements
PipelineConditionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PipelineCondition build()| Returns | |
|---|---|
| Type | Description |
PipelineCondition |
|
buildPartial()
public PipelineCondition buildPartial()| Returns | |
|---|---|
| Type | Description |
PipelineCondition |
|
clear()
public PipelineCondition.Builder clear()| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
clearPipelineReadyCondition()
public PipelineCondition.Builder clearPipelineReadyCondition()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
clearTargetsPresentCondition()
public PipelineCondition.Builder clearTargetsPresentCondition()Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
getDefaultInstanceForType()
public PipelineCondition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PipelineCondition |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPipelineReadyCondition()
public PipelineReadyCondition getPipelineReadyCondition()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition |
The pipelineReadyCondition. |
getPipelineReadyConditionBuilder()
public PipelineReadyCondition.Builder getPipelineReadyConditionBuilder()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
getPipelineReadyConditionOrBuilder()
public PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
| Returns | |
|---|---|
| Type | Description |
PipelineReadyConditionOrBuilder |
|
getTargetsPresentCondition()
public TargetsPresentCondition getTargetsPresentCondition()Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Returns | |
|---|---|
| Type | Description |
TargetsPresentCondition |
The targetsPresentCondition. |
getTargetsPresentConditionBuilder()
public TargetsPresentCondition.Builder getTargetsPresentConditionBuilder()Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Returns | |
|---|---|
| Type | Description |
TargetsPresentCondition.Builder |
|
getTargetsPresentConditionOrBuilder()
public TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
| Returns | |
|---|---|
| Type | Description |
TargetsPresentConditionOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
TargetsTypeCondition |
The targetsTypeCondition. |
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;
| Returns | |
|---|---|
| Type | Description |
TargetsTypeCondition.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
TargetsTypeConditionOrBuilder |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PipelineCondition other)
public PipelineCondition.Builder mergeFrom(PipelineCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
PipelineCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PipelineCondition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PipelineCondition.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
PipelineReadyCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TargetsPresentCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TargetsTypeCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
PipelineReadyCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PipelineReadyCondition.Builder |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TargetsPresentCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TargetsPresentCondition.Builder |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TargetsTypeCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TargetsTypeCondition.Builder |
| Returns | |
|---|---|
| Type | Description |
PipelineCondition.Builder |
|