public interface CheckErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CheckError.Code |
getCode()
The error code.
|
int |
getCodeValue()
The error code.
|
java.lang.String |
getDetail()
Free-form text providing details on the error cause of the error.
|
com.google.protobuf.ByteString |
getDetailBytes()
Free-form text providing details on the error cause of the error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCodeValue()
The error code.
optional .google.api.servicecontrol.v1.CheckError.Code code = 1;CheckError.Code getCode()
The error code.
optional .google.api.servicecontrol.v1.CheckError.Code code = 1;java.lang.String getDetail()
Free-form text providing details on the error cause of the error.
optional string detail = 2;com.google.protobuf.ByteString getDetailBytes()
Free-form text providing details on the error cause of the error.
optional string detail = 2;