public interface ConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExecutionReason()
public abstract Condition.ExecutionReason getExecutionReason()A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;
| Type | Description |
| Condition.ExecutionReason | The executionReason. |
getExecutionReasonValue()
public abstract int getExecutionReasonValue()A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;
| Type | Description |
| int | The enum numeric value on the wire for executionReason. |
getLastTransitionTime()
public abstract Timestamp getLastTransitionTime()Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;
| Type | Description |
| Timestamp | The lastTransitionTime. |
getLastTransitionTimeOrBuilder()
public abstract TimestampOrBuilder getLastTransitionTimeOrBuilder()Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;
| Type | Description |
| TimestampOrBuilder |
getMessage()
public abstract String getMessage()Human readable message indicating details about the current status.
string message = 3;
| Type | Description |
| String | The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Human readable message indicating details about the current status.
string message = 3;
| Type | Description |
| ByteString | The bytes for message. |
getReason()
public abstract Condition.CommonReason getReason()A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6;
| Type | Description |
| Condition.CommonReason | The reason. |
getReasonValue()
public abstract int getReasonValue()A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6;
| Type | Description |
| int | The enum numeric value on the wire for reason. |
getReasonsCase()
public abstract Condition.ReasonsCase getReasonsCase()| Type | Description |
| Condition.ReasonsCase |
getRevisionReason()
public abstract Condition.RevisionReason getRevisionReason()A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9;
| Type | Description |
| Condition.RevisionReason | The revisionReason. |
getRevisionReasonValue()
public abstract int getRevisionReasonValue()A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9;
| Type | Description |
| int | The enum numeric value on the wire for revisionReason. |
getSeverity()
public abstract Condition.Severity getSeverity()How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5;
| Type | Description |
| Condition.Severity | The severity. |
getSeverityValue()
public abstract int getSeverityValue()How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5;
| Type | Description |
| int | The enum numeric value on the wire for severity. |
getState()
public abstract Condition.State getState()State of the condition.
.google.cloud.run.v2.Condition.State state = 2;
| Type | Description |
| Condition.State | The state. |
getStateValue()
public abstract int getStateValue()State of the condition.
.google.cloud.run.v2.Condition.State state = 2;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getType()
public abstract String getType()type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include:
- "Ready": True when the Resource is ready.
string type = 1;
| Type | Description |
| String | The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include:
- "Ready": True when the Resource is ready.
string type = 1;
| Type | Description |
| ByteString | The bytes for type. |
hasExecutionReason()
public abstract boolean hasExecutionReason()A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;
| Type | Description |
| boolean | Whether the executionReason field is set. |
hasLastTransitionTime()
public abstract boolean hasLastTransitionTime()Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;
| Type | Description |
| boolean | Whether the lastTransitionTime field is set. |
hasReason()
public abstract boolean hasReason()A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6;
| Type | Description |
| boolean | Whether the reason field is set. |
hasRevisionReason()
public abstract boolean hasRevisionReason()A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9;
| Type | Description |
| boolean | Whether the revisionReason field is set. |