public interface QuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getLimit()
Quota limit for this metric.
|
String |
getMetric()
Name of the quota metric.
|
com.google.protobuf.ByteString |
getMetricBytes()
Name of the quota metric.
|
double |
getUsage()
Current usage of this metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMetric()
Name of the quota metric.
string metric = 1;com.google.protobuf.ByteString getMetricBytes()
Name of the quota metric.
string metric = 1;double getLimit()
Quota limit for this metric.
double limit = 2;double getUsage()
Current usage of this metric.
double usage = 3;Copyright © 2024 Google LLC. All rights reserved.