public static final class PipelineReadyCondition.Builder extends GeneratedMessage.Builder<PipelineReadyCondition.Builder> implements PipelineReadyConditionOrBuilderPipelineReadyCondition contains information around the status of the Pipeline.
Protobuf type google.cloud.deploy.v1.PipelineReadyCondition
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PipelineReadyCondition.BuilderImplements
PipelineReadyConditionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PipelineReadyCondition build()| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition |
|
buildPartial()
public PipelineReadyCondition buildPartial()| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition |
|
clear()
public PipelineReadyCondition.Builder clear()| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
clearStatus()
public PipelineReadyCondition.Builder clearStatus() True if the Pipeline is in a valid state. Otherwise at least one condition
in PipelineCondition is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Pipeline.
bool status = 3;
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
This builder for chaining. |
clearUpdateTime()
public PipelineReadyCondition.Builder clearUpdateTime()Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
getDefaultInstanceForType()
public PipelineReadyCondition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStatus()
public boolean getStatus() True if the Pipeline is in a valid state. Otherwise at least one condition
in PipelineCondition is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Pipeline.
bool status = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The status. |
getUpdateTime()
public Timestamp getUpdateTime()Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public boolean hasUpdateTime()Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PipelineReadyCondition other)
public PipelineReadyCondition.Builder mergeFrom(PipelineReadyCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
PipelineReadyCondition |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PipelineReadyCondition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PipelineReadyCondition.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
mergeUpdateTime(Timestamp value)
public PipelineReadyCondition.Builder mergeUpdateTime(Timestamp value)Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
setStatus(boolean value)
public PipelineReadyCondition.Builder setStatus(boolean value) True if the Pipeline is in a valid state. Otherwise at least one condition
in PipelineCondition is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Pipeline.
bool status = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe status to set. |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public PipelineReadyCondition.Builder setUpdateTime(Timestamp value)Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public PipelineReadyCondition.Builder setUpdateTime(Timestamp.Builder builderForValue)Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
PipelineReadyCondition.Builder |
|