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 |
|