public interface QuotaExceededInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDimensions(String key)
The map holding related quota dimensions.
|
Map<String,String> |
getDimensions()
Deprecated.
|
int |
getDimensionsCount()
The map holding related quota dimensions.
|
Map<String,String> |
getDimensionsMap()
The map holding related quota dimensions.
|
String |
getDimensionsOrDefault(String key,
String defaultValue)
The map holding related quota dimensions.
|
String |
getDimensionsOrThrow(String key)
The map holding related quota dimensions.
|
double |
getLimit()
Current effective quota limit.
|
String |
getLimitName()
The name of the quota limit.
|
com.google.protobuf.ByteString |
getLimitNameBytes()
The name of the quota limit.
|
String |
getMetricName()
The Compute Engine quota metric name.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
The Compute Engine quota metric name.
|
boolean |
hasLimit()
Current effective quota limit.
|
boolean |
hasLimitName()
The name of the quota limit.
|
boolean |
hasMetricName()
The Compute Engine quota metric name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDimensionsCount()
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;boolean containsDimensions(String key)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;@Deprecated Map<String,String> getDimensions()
getDimensionsMap() instead.Map<String,String> getDimensionsMap()
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;String getDimensionsOrDefault(String key, String defaultValue)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;String getDimensionsOrThrow(String key)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;boolean hasLimit()
Current effective quota limit. The limit's unit depends on the quota type or metric.
optional double limit = 102976443;double getLimit()
Current effective quota limit. The limit's unit depends on the quota type or metric.
optional double limit = 102976443;boolean hasLimitName()
The name of the quota limit.
optional string limit_name = 398197903;String getLimitName()
The name of the quota limit.
optional string limit_name = 398197903;com.google.protobuf.ByteString getLimitNameBytes()
The name of the quota limit.
optional string limit_name = 398197903;boolean hasMetricName()
The Compute Engine quota metric name.
optional string metric_name = 409881530;String getMetricName()
The Compute Engine quota metric name.
optional string metric_name = 409881530;com.google.protobuf.ByteString getMetricNameBytes()
The Compute Engine quota metric name.
optional string metric_name = 409881530;Copyright © 2023 Google LLC. All rights reserved.