public interface ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Condition.ExecutionReason |
getExecutionReason()
Output only.
|
int |
getExecutionReasonValue()
Output only.
|
com.google.protobuf.Timestamp |
getLastTransitionTime()
Last time the condition transitioned from one status to another.
|
com.google.protobuf.TimestampOrBuilder |
getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another.
|
String |
getMessage()
Human readable message indicating details about the current status.
|
com.google.protobuf.ByteString |
getMessageBytes()
Human readable message indicating details about the current status.
|
Condition.CommonReason |
getReason()
Output only.
|
Condition.ReasonsCase |
getReasonsCase() |
int |
getReasonValue()
Output only.
|
Condition.RevisionReason |
getRevisionReason()
Output only.
|
int |
getRevisionReasonValue()
Output only.
|
Condition.Severity |
getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
int |
getSeverityValue()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5; |
Condition.State |
getState()
State of the condition.
|
int |
getStateValue()
State of the condition.
|
String |
getType()
type is used to communicate the status of the reconciliation process.
|
com.google.protobuf.ByteString |
getTypeBytes()
type is used to communicate the status of the reconciliation process.
|
boolean |
hasExecutionReason()
Output only.
|
boolean |
hasLastTransitionTime()
Last time the condition transitioned from one status to another.
|
boolean |
hasReason()
Output only.
|
boolean |
hasRevisionReason()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;int getStateValue()
State of the condition.
.google.cloud.run.v2.Condition.State state = 2;Condition.State getState()
State of the condition.
.google.cloud.run.v2.Condition.State state = 2;String getMessage()
Human readable message indicating details about the current status.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
Human readable message indicating details about the current status.
string message = 3;boolean hasLastTransitionTime()
Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;com.google.protobuf.Timestamp getLastTransitionTime()
Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;com.google.protobuf.TimestampOrBuilder getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another.
.google.protobuf.Timestamp last_transition_time = 4;int getSeverityValue()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5;Condition.Severity getSeverity()
How to interpret failures of this condition, one of Error, Warning, Info
.google.cloud.run.v2.Condition.Severity severity = 5;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];
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];
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];
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];
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];
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];
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];
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];
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];
Condition.ReasonsCase getReasonsCase()
Copyright © 2025 Google LLC. All rights reserved.