Package com.google.container.v1
Interface StatusConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatusCondition,StatusCondition.Builder
public interface StatusConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.rpc.CodegetCanonicalCode()Canonical code of the condition.intgetCanonicalCodeValue()Canonical code of the condition.StatusCondition.CodegetCode()Deprecated.google.container.v1.StatusCondition.code is deprecated.intgetCodeValue()Deprecated.google.container.v1.StatusCondition.code is deprecated.StringgetMessage()Human-friendly representation of the conditioncom.google.protobuf.ByteStringgetMessageBytes()Human-friendly representation of the condition-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
@Deprecated int getCodeValue()
Deprecated.google.container.v1.StatusCondition.code is deprecated. See google/container/v1/cluster_service.proto;l=4257Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
.google.container.v1.StatusCondition.Code code = 1 [deprecated = true];- Returns:
- The enum numeric value on the wire for code.
-
getCode
@Deprecated StatusCondition.Code getCode()
Deprecated.google.container.v1.StatusCondition.code is deprecated. See google/container/v1/cluster_service.proto;l=4257Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
.google.container.v1.StatusCondition.Code code = 1 [deprecated = true];- Returns:
- The code.
-
getMessage
String getMessage()
Human-friendly representation of the condition
string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Human-friendly representation of the condition
string message = 2;- Returns:
- The bytes for message.
-
getCanonicalCodeValue
int getCanonicalCodeValue()
Canonical code of the condition.
.google.rpc.Code canonical_code = 3;- Returns:
- The enum numeric value on the wire for canonicalCode.
-
getCanonicalCode
com.google.rpc.Code getCanonicalCode()
Canonical code of the condition.
.google.rpc.Code canonical_code = 3;- Returns:
- The canonicalCode.
-
-