public interface PipelineReadyConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStatus()
public abstract 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 abstract Timestamp getUpdateTime()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |