Class QuotaError.Builder (1.85.0)

public static final class QuotaError.Builder extends GeneratedMessage.Builder<QuotaError.Builder> implements QuotaErrorOrBuilder

Represents error information for QuotaOperation.

Protobuf type google.api.servicecontrol.v1.QuotaError

Implements

QuotaErrorOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

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
Overrides

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.

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.

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
Overrides

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public QuotaError.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
QuotaError.Builder
Overrides

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

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

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

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

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

The bytes for description to set.

Returns
Type Description
QuotaError.Builder

This builder for chaining.

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 String

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

The bytes for subject to set.

Returns
Type Description
QuotaError.Builder

This builder for chaining.