- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.1.10
 
public static final class QuotaError.Builder extends GeneratedMessageV3.Builder<QuotaError.Builder> implements QuotaErrorOrBuilderRepresents error information for QuotaOperation.
 Protobuf type google.api.servicecontrol.v1.QuotaError
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > QuotaError.BuilderImplements
QuotaErrorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public QuotaError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
build()
public QuotaError build()| Returns | |
|---|---|
| Type | Description | 
QuotaError | 
        |
buildPartial()
public QuotaError buildPartial()| Returns | |
|---|---|
| Type | Description | 
QuotaError | 
        |
clear()
public QuotaError.Builder clear()| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
clearCode()
public QuotaError.Builder clearCode()Error code.
 .google.api.servicecontrol.v1.QuotaError.Code code = 1;
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
clearDescription()
public QuotaError.Builder clearDescription()Free-form text that provides details on the cause of the error.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public QuotaError.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public QuotaError.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
clearStatus()
public QuotaError.Builder clearStatus() Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
clearSubject()
public QuotaError.Builder clearSubject()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>".
 string subject = 2;
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
clone()
public QuotaError.Builder clone()| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
getCode()
public QuotaError.Code getCode()Error code.
 .google.api.servicecontrol.v1.QuotaError.Code code = 1;
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Code | 
        The code.  | 
      
getCodeValue()
public int getCodeValue()Error code.
 .google.api.servicecontrol.v1.QuotaError.Code code = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for code.  | 
      
getDefaultInstanceForType()
public QuotaError getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
QuotaError | 
        |
getDescription()
public String getDescription()Free-form text that provides details on the cause of the error.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()Free-form text that provides details on the cause of the error.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getStatus()
public Status getStatus() Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.Status | 
        The status.  | 
      
getStatusBuilder()
public Status.Builder getStatusBuilder() Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.Status.Builder | 
        |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder() Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Returns | |
|---|---|
| Type | Description | 
com.google.rpc.StatusOrBuilder | 
        |
getSubject()
public 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>".
 string subject = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subject.  | 
      
getSubjectBytes()
public 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>".
 string subject = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for subject.  | 
      
hasStatus()
public boolean hasStatus() Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the status field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(QuotaError other)
public QuotaError.Builder mergeFrom(QuotaError other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        QuotaError | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public QuotaError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public QuotaError.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
mergeStatus(Status value)
public QuotaError.Builder mergeStatus(Status value) Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.rpc.Status | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final QuotaError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
setCode(QuotaError.Code value)
public QuotaError.Builder setCode(QuotaError.Code value)Error code.
 .google.api.servicecontrol.v1.QuotaError.Code code = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        QuotaError.CodeThe code to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setCodeValue(int value)
public QuotaError.Builder setCodeValue(int value)Error code.
 .google.api.servicecontrol.v1.QuotaError.Code code = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for code to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setDescription(String value)
public QuotaError.Builder setDescription(String value)Free-form text that provides details on the cause of the error.
 string description = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public QuotaError.Builder setDescriptionBytes(ByteString value)Free-form text that provides details on the cause of the error.
 string description = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public QuotaError.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public QuotaError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
setStatus(Status value)
public QuotaError.Builder setStatus(Status value) Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.rpc.Status | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
setStatus(Status.Builder builderForValue)
public QuotaError.Builder setStatus(Status.Builder builderForValue) Contains additional information about the quota error.
 If available, status.code will be non zero.
 .google.rpc.Status status = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        com.google.rpc.Status.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |
setSubject(String value)
public QuotaError.Builder setSubject(String value)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>".
 string subject = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe subject to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setSubjectBytes(ByteString value)
public QuotaError.Builder setSubjectBytes(ByteString value)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>".
 string subject = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for subject to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final QuotaError.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
QuotaError.Builder | 
        |