public interface StatusConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanonicalCode()
public abstract Code getCanonicalCode()Canonical code of the condition.
.google.rpc.Code canonical_code = 3;
| Type | Description |
| com.google.rpc.Code | The canonicalCode. |
getCanonicalCodeValue()
public abstract int getCanonicalCodeValue()Canonical code of the condition.
.google.rpc.Code canonical_code = 3;
| Type | Description |
| 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=4395
Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
.google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true];
| Type | Description |
| 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=4395
Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
.google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true];
| Type | Description |
| int | The enum numeric value on the wire for code. |
getMessage()
public abstract String getMessage()Human-friendly representation of the condition
string message = 2;
| Type | Description |
| String | The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Human-friendly representation of the condition
string message = 2;
| Type | Description |
| ByteString | The bytes for message. |