Interface StatusConditionOrBuilder (2.44.0)

public interface StatusConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCanonicalCode()

public abstract Code getCanonicalCode()

Canonical code of the condition.

.google.rpc.Code canonical_code = 3;

Returns
TypeDescription
com.google.rpc.Code

The canonicalCode.

getCanonicalCodeValue()

public abstract int getCanonicalCodeValue()

Canonical code of the condition.

.google.rpc.Code canonical_code = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for canonicalCode.

getCode() (deprecated)

public abstract StatusCondition.Code getCode()

Deprecated. google.container.v1beta1.StatusCondition.code is deprecated. See google/container/v1beta1/cluster_service.proto;l=4915

Machine-friendly representation of the condition Deprecated. Use canonical_code instead.

.google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true];

Returns
TypeDescription
StatusCondition.Code

The code.

getCodeValue() (deprecated)

public abstract int getCodeValue()

Deprecated. google.container.v1beta1.StatusCondition.code is deprecated. See google/container/v1beta1/cluster_service.proto;l=4915

Machine-friendly representation of the condition Deprecated. Use canonical_code instead.

.google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true];

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getMessage()

public abstract String getMessage()

Human-friendly representation of the condition

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Human-friendly representation of the condition

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.