public interface DimensionsInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDimensions(String key)
The map of dimensions in key-value pairs.
|
String |
getApplicableLocations(int index)
The applicable regions or zones of this dimension.
|
com.google.protobuf.ByteString |
getApplicableLocationsBytes(int index)
The applicable regions or zones of this dimension.
|
int |
getApplicableLocationsCount()
The applicable regions or zones of this dimension.
|
List<String> |
getApplicableLocationsList()
The applicable regions or zones of this dimension.
|
QuotaDetails |
getDetails()
Quota details for the specified dimensions.
|
QuotaDetailsOrBuilder |
getDetailsOrBuilder()
Quota details for the specified dimensions.
|
Map<String,String> |
getDimensions()
Deprecated.
|
int |
getDimensionsCount()
The map of dimensions in key-value pairs.
|
Map<String,String> |
getDimensionsMap()
The map of dimensions in key-value pairs.
|
String |
getDimensionsOrDefault(String key,
String defaultValue)
The map of dimensions in key-value pairs.
|
String |
getDimensionsOrThrow(String key)
The map of dimensions in key-value pairs.
|
boolean |
hasDetails()
Quota details for the specified dimensions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDimensionsCount()
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: `{"provider" : "Example Organization"}` where `provider` is a
service-specific quota dimension and `Example Organization` is the provider
name.
map<string, string> dimensions = 1;boolean containsDimensions(String key)
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: `{"provider" : "Example Organization"}` where `provider` is a
service-specific quota dimension and `Example Organization` is the provider
name.
map<string, string> dimensions = 1;@Deprecated Map<String,String> getDimensions()
getDimensionsMap() instead.Map<String,String> getDimensionsMap()
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: `{"provider" : "Example Organization"}` where `provider` is a
service-specific quota dimension and `Example Organization` is the provider
name.
map<string, string> dimensions = 1;String getDimensionsOrDefault(String key, String defaultValue)
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: `{"provider" : "Example Organization"}` where `provider` is a
service-specific quota dimension and `Example Organization` is the provider
name.
map<string, string> dimensions = 1;String getDimensionsOrThrow(String key)
The map of dimensions in key-value pairs. The key of a map entry
is "region", "zone", or the name of a service-specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimensionInfo
instance configured for the specific value.
For example: `{"provider" : "Example Organization"}` where `provider` is a
service-specific quota dimension and `Example Organization` is the provider
name.
map<string, string> dimensions = 1;boolean hasDetails()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1beta.QuotaDetails details = 2;QuotaDetails getDetails()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1beta.QuotaDetails details = 2;QuotaDetailsOrBuilder getDetailsOrBuilder()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1beta.QuotaDetails details = 2;List<String> getApplicableLocationsList()
The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
repeated string applicable_locations = 3;int getApplicableLocationsCount()
The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
repeated string applicable_locations = 3;String getApplicableLocations(int index)
The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
repeated string applicable_locations = 3;index - The index of the element to return.com.google.protobuf.ByteString getApplicableLocationsBytes(int index)
The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
repeated string applicable_locations = 3;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.