public interface QuotaStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getConsumed()
Quota consumed by this request.
|
int |
getRemaining()
Quota remaining after this request.
|
boolean |
hasConsumed()
Quota consumed by this request.
|
boolean |
hasRemaining()
Quota remaining after this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConsumed()
Quota consumed by this request.
optional int32 consumed = 1;int getConsumed()
Quota consumed by this request.
optional int32 consumed = 1;boolean hasRemaining()
Quota remaining after this request.
optional int32 remaining = 2;int getRemaining()
Quota remaining after this request.
optional int32 remaining = 2;Copyright © 2024 Google LLC. All rights reserved.