public static final class QuotaStatus.Builder extends GeneratedMessage.Builder<QuotaStatus.Builder> implements QuotaStatusOrBuilderCurrent state for a particular quota group.
Protobuf type google.analytics.data.v1beta.QuotaStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > QuotaStatus.BuilderImplements
QuotaStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public QuotaStatus build()| Returns | |
|---|---|
| Type | Description |
QuotaStatus |
|
buildPartial()
public QuotaStatus buildPartial()| Returns | |
|---|---|
| Type | Description |
QuotaStatus |
|
clear()
public QuotaStatus.Builder clear()| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
|
clearConsumed()
public QuotaStatus.Builder clearConsumed()Quota consumed by this request.
optional int32 consumed = 1;
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
This builder for chaining. |
clearRemaining()
public QuotaStatus.Builder clearRemaining()Quota remaining after this request.
optional int32 remaining = 2;
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
This builder for chaining. |
getConsumed()
public int getConsumed()Quota consumed by this request.
optional int32 consumed = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The consumed. |
getDefaultInstanceForType()
public QuotaStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
QuotaStatus |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRemaining()
public int getRemaining()Quota remaining after this request.
optional int32 remaining = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The remaining. |
hasConsumed()
public boolean hasConsumed()Quota consumed by this request.
optional int32 consumed = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the consumed field is set. |
hasRemaining()
public boolean hasRemaining()Quota remaining after this request.
optional int32 remaining = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the remaining field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(QuotaStatus other)
public QuotaStatus.Builder mergeFrom(QuotaStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
QuotaStatus |
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public QuotaStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public QuotaStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
|
setConsumed(int value)
public QuotaStatus.Builder setConsumed(int value)Quota consumed by this request.
optional int32 consumed = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe consumed to set. |
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
This builder for chaining. |
setRemaining(int value)
public QuotaStatus.Builder setRemaining(int value)Quota remaining after this request.
optional int32 remaining = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe remaining to set. |
| Returns | |
|---|---|
| Type | Description |
QuotaStatus.Builder |
This builder for chaining. |