public interface ConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExecutionReason()
public abstract Condition.ExecutionReason getExecutionReason()Output only. A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Condition.ExecutionReason |
The executionReason. |
getExecutionReasonValue()
public abstract int getExecutionReasonValue()Output only. A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMessage()
public abstract String getMessage()Human readable message indicating details about the current status.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Human readable message indicating details about the current status.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getReason()
public abstract Condition.CommonReason getReason()Output only. A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Condition.CommonReason |
The reason. |
getReasonValue()
public abstract int getReasonValue()Output only. A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |
getReasonsCase()
public abstract Condition.ReasonsCase getReasonsCase()| Returns | |
|---|---|
| Type | Description |
Condition.ReasonsCase |
|
getRevisionReason()
public abstract Condition.RevisionReason getRevisionReason()Output only. A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Condition.RevisionReason |
The revisionReason. |
getRevisionReasonValue()
public abstract int getRevisionReasonValue()Output only. A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
Condition.State |
The state. |
getStateValue()
public abstract int getStateValue()State of the condition.
.google.cloud.run.v2.Condition.State state = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasExecutionReason()
public abstract boolean hasExecutionReason()Output only. A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastTransitionTime field is set. |
hasReason()
public abstract boolean hasReason()Output only. A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reason field is set. |
hasRevisionReason()
public abstract boolean hasRevisionReason()Output only. A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the revisionReason field is set. |