public interface QuotaErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaError.Code |
getCode()
Error code.
|
int |
getCodeValue()
Error code.
|
java.lang.String |
getDescription()
Free-form text that provides details on the cause of the error.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Free-form text that provides details on the cause of the error.
|
java.lang.String |
getSubject()
Subject to whom this error applies.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Subject to whom this error applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCodeValue()
Error code.
optional .google.api.servicecontrol.v1.QuotaError.Code code = 1;QuotaError.Code getCode()
Error code.
optional .google.api.servicecontrol.v1.QuotaError.Code code = 1;java.lang.String getSubject()
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:<ip address of client>" or "project:<Google developer project id>".
optional string subject = 2;com.google.protobuf.ByteString getSubjectBytes()
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:<ip address of client>" or "project:<Google developer project id>".
optional string subject = 2;java.lang.String getDescription()
Free-form text that provides details on the cause of the error.
optional string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Free-form text that provides details on the cause of the error.
optional string description = 3;