public interface QuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getLimit()
[Output Only] Quota limit for this metric.
|
String |
getMetric()
[Output Only] Name of the quota metric.
|
com.google.protobuf.ByteString |
getMetricBytes()
[Output Only] Name of the quota metric.
|
String |
getOwner()
[Output Only] Owning resource.
|
com.google.protobuf.ByteString |
getOwnerBytes()
[Output Only] Owning resource.
|
double |
getUsage()
[Output Only] Current usage of this metric.
|
boolean |
hasLimit()
[Output Only] Quota limit for this metric.
|
boolean |
hasMetric()
[Output Only] Name of the quota metric.
|
boolean |
hasOwner()
[Output Only] Owning resource.
|
boolean |
hasUsage()
[Output Only] Current usage of this metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLimit()
[Output Only] Quota limit for this metric.
optional double limit = 102976443;double getLimit()
[Output Only] Quota limit for this metric.
optional double limit = 102976443;boolean hasMetric()
[Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
optional string metric = 533067184;String getMetric()
[Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
optional string metric = 533067184;com.google.protobuf.ByteString getMetricBytes()
[Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
optional string metric = 533067184;boolean hasOwner()
[Output Only] Owning resource. This is the resource on which this quota is applied.
optional string owner = 106164915;String getOwner()
[Output Only] Owning resource. This is the resource on which this quota is applied.
optional string owner = 106164915;com.google.protobuf.ByteString getOwnerBytes()
[Output Only] Owning resource. This is the resource on which this quota is applied.
optional string owner = 106164915;boolean hasUsage()
[Output Only] Current usage of this metric.
optional double usage = 111574433;double getUsage()
[Output Only] Current usage of this metric.
optional double usage = 111574433;Copyright © 2023 Google LLC. All rights reserved.