Interface ConditionOrBuilder (0.42.0)

public interface ConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionReason()

public abstract Condition.ExecutionReason getExecutionReason()

A reason for the execution condition.

.google.cloud.run.v2.Condition.ExecutionReason execution_reason = 11;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getMessage()

public abstract String getMessage()

Human readable message indicating details about the current status.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Human readable message indicating details about the current status.

string message = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for reason.

getReasonsCase()

public abstract Condition.ReasonsCase getReasonsCase()
Returns
TypeDescription
Condition.ReasonsCase

getRevisionReason()

public abstract Condition.RevisionReason getRevisionReason()

A reason for the revision condition.

.google.cloud.run.v2.Condition.RevisionReason revision_reason = 9;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Condition.State

The state.

getStateValue()

public abstract int getStateValue()

State of the condition.

.google.cloud.run.v2.Condition.State state = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the revisionReason field is set.