- 0.52.0 (latest)
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
public interface ConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExecutionReason()
public abstract Condition.ExecutionReason getExecutionReason()
A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;
Returns | |
---|---|
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;
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()
A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6;
Returns | |
---|---|
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;
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()
A reason for the revision condition.
.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9;
Returns | |
---|---|
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;
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()
A reason for the execution condition.
.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;
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()
A common (service-level) reason for this condition.
.google.cloud.run.v2.Condition.CommonReason reason = 6;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean | Whether the revisionReason field is set. |