public interface QuotaInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaInfo.ContainerType |
getContainerType()
The container type of the QuotaInfo.
|
int |
getContainerTypeValue()
The container type of the QuotaInfo.
|
String |
getDimensions(int index)
The dimensions the quota is defined on.
|
com.google.protobuf.ByteString |
getDimensionsBytes(int index)
The dimensions the quota is defined on.
|
int |
getDimensionsCount()
The dimensions the quota is defined on.
|
DimensionsInfo |
getDimensionsInfos(int index)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
int |
getDimensionsInfosCount()
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
List<DimensionsInfo> |
getDimensionsInfosList()
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
DimensionsInfoOrBuilder |
getDimensionsInfosOrBuilder(int index)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
List<? extends DimensionsInfoOrBuilder> |
getDimensionsInfosOrBuilderList()
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
List<String> |
getDimensionsList()
The dimensions the quota is defined on.
|
boolean |
getIsConcurrent()
Whether the quota is a concurrent quota.
|
boolean |
getIsFixed()
Whether the quota value is fixed or adjustable
bool is_fixed = 13; |
boolean |
getIsPrecise()
Whether this is a precise quota.
|
String |
getMetric()
The metric of the quota.
|
com.google.protobuf.ByteString |
getMetricBytes()
The metric of the quota.
|
String |
getMetricDisplayName()
The display name of the quota metric
string metric_display_name = 9; |
com.google.protobuf.ByteString |
getMetricDisplayNameBytes()
The display name of the quota metric
string metric_display_name = 9; |
String |
getMetricUnit()
The unit in which the metric value is reported, e.g., "MByte".
|
com.google.protobuf.ByteString |
getMetricUnitBytes()
The unit in which the metric value is reported, e.g., "MByte".
|
String |
getName()
Resource name of this QuotaInfo.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name of this QuotaInfo.
|
String |
getQuotaDisplayName()
The display name of the quota.
|
com.google.protobuf.ByteString |
getQuotaDisplayNameBytes()
The display name of the quota.
|
String |
getQuotaId()
The id of the quota, which is unquie within the service.
|
com.google.protobuf.ByteString |
getQuotaIdBytes()
The id of the quota, which is unquie within the service.
|
QuotaIncreaseEligibility |
getQuotaIncreaseEligibility()
Whether it is eligible to request a higher quota value for this quota.
|
QuotaIncreaseEligibilityOrBuilder |
getQuotaIncreaseEligibilityOrBuilder()
Whether it is eligible to request a higher quota value for this quota.
|
String |
getRefreshInterval()
The reset time interval for the quota.
|
com.google.protobuf.ByteString |
getRefreshIntervalBytes()
The reset time interval for the quota.
|
String |
getService()
The name of the service in which the quota is defined.
|
com.google.protobuf.ByteString |
getServiceBytes()
The name of the service in which the quota is defined.
|
String |
getServiceRequestQuotaUri()
URI to the page where users can request more quota for the cloud
service—for example,
https://console.cloud.google.com/iam-admin/quotas.
|
com.google.protobuf.ByteString |
getServiceRequestQuotaUriBytes()
URI to the page where users can request more quota for the cloud
service—for example,
https://console.cloud.google.com/iam-admin/quotas.
|
boolean |
hasQuotaIncreaseEligibility()
Whether it is eligible to request a higher quota value for this quota.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Resource name of this QuotaInfo. The ID component following "locations/" must be "global". Example: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
string name = 1;com.google.protobuf.ByteString getNameBytes()
Resource name of this QuotaInfo. The ID component following "locations/" must be "global". Example: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
string name = 1;String getQuotaId()
The id of the quota, which is unquie within the service. Example: `CpusPerProjectPerRegion`
string quota_id = 2;com.google.protobuf.ByteString getQuotaIdBytes()
The id of the quota, which is unquie within the service. Example: `CpusPerProjectPerRegion`
string quota_id = 2;String getMetric()
The metric of the quota. It specifies the resources consumption the quota is defined for. Example: `compute.googleapis.com/cpus`
string metric = 3;com.google.protobuf.ByteString getMetricBytes()
The metric of the quota. It specifies the resources consumption the quota is defined for. Example: `compute.googleapis.com/cpus`
string metric = 3;String getService()
The name of the service in which the quota is defined. Example: `compute.googleapis.com`
string service = 4;com.google.protobuf.ByteString getServiceBytes()
The name of the service in which the quota is defined. Example: `compute.googleapis.com`
string service = 4;boolean getIsPrecise()
Whether this is a precise quota. A precise quota is tracked with absolute precision. In contrast, an imprecise quota is not tracked with precision.
bool is_precise = 5;String getRefreshInterval()
The reset time interval for the quota. Refresh interval applies to rate quota only. Example: "minute" for per minute, "day" for per day, or "10 seconds" for every 10 seconds.
string refresh_interval = 6;com.google.protobuf.ByteString getRefreshIntervalBytes()
The reset time interval for the quota. Refresh interval applies to rate quota only. Example: "minute" for per minute, "day" for per day, or "10 seconds" for every 10 seconds.
string refresh_interval = 6;int getContainerTypeValue()
The container type of the QuotaInfo.
.google.api.cloudquotas.v1beta.QuotaInfo.ContainerType container_type = 7;QuotaInfo.ContainerType getContainerType()
The container type of the QuotaInfo.
.google.api.cloudquotas.v1beta.QuotaInfo.ContainerType container_type = 7;List<String> getDimensionsList()
The dimensions the quota is defined on.
repeated string dimensions = 8;int getDimensionsCount()
The dimensions the quota is defined on.
repeated string dimensions = 8;String getDimensions(int index)
The dimensions the quota is defined on.
repeated string dimensions = 8;index - The index of the element to return.com.google.protobuf.ByteString getDimensionsBytes(int index)
The dimensions the quota is defined on.
repeated string dimensions = 8;index - The index of the value to return.String getMetricDisplayName()
The display name of the quota metric
string metric_display_name = 9;com.google.protobuf.ByteString getMetricDisplayNameBytes()
The display name of the quota metric
string metric_display_name = 9;String getQuotaDisplayName()
The display name of the quota.
string quota_display_name = 10;com.google.protobuf.ByteString getQuotaDisplayNameBytes()
The display name of the quota.
string quota_display_name = 10;String getMetricUnit()
The unit in which the metric value is reported, e.g., "MByte".
string metric_unit = 11;com.google.protobuf.ByteString getMetricUnitBytes()
The unit in which the metric value is reported, e.g., "MByte".
string metric_unit = 11;boolean hasQuotaIncreaseEligibility()
Whether it is eligible to request a higher quota value for this quota.
.google.api.cloudquotas.v1beta.QuotaIncreaseEligibility quota_increase_eligibility = 12;
QuotaIncreaseEligibility getQuotaIncreaseEligibility()
Whether it is eligible to request a higher quota value for this quota.
.google.api.cloudquotas.v1beta.QuotaIncreaseEligibility quota_increase_eligibility = 12;
QuotaIncreaseEligibilityOrBuilder getQuotaIncreaseEligibilityOrBuilder()
Whether it is eligible to request a higher quota value for this quota.
.google.api.cloudquotas.v1beta.QuotaIncreaseEligibility quota_increase_eligibility = 12;
boolean getIsFixed()
Whether the quota value is fixed or adjustable
bool is_fixed = 13;List<DimensionsInfo> getDimensionsInfosList()
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
repeated .google.api.cloudquotas.v1beta.DimensionsInfo dimensions_infos = 14;DimensionsInfo getDimensionsInfos(int index)
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
repeated .google.api.cloudquotas.v1beta.DimensionsInfo dimensions_infos = 14;int getDimensionsInfosCount()
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
repeated .google.api.cloudquotas.v1beta.DimensionsInfo dimensions_infos = 14;List<? extends DimensionsInfoOrBuilder> getDimensionsInfosOrBuilderList()
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
repeated .google.api.cloudquotas.v1beta.DimensionsInfo dimensions_infos = 14;DimensionsInfoOrBuilder getDimensionsInfosOrBuilder(int index)
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
repeated .google.api.cloudquotas.v1beta.DimensionsInfo dimensions_infos = 14;boolean getIsConcurrent()
Whether the quota is a concurrent quota. Concurrent quotas are enforced on the total number of concurrent operations in flight at any given time.
bool is_concurrent = 15;String getServiceRequestQuotaUri()
URI to the page where users can request more quota for the cloud service—for example, https://console.cloud.google.com/iam-admin/quotas.
string service_request_quota_uri = 17;com.google.protobuf.ByteString getServiceRequestQuotaUriBytes()
URI to the page where users can request more quota for the cloud service—for example, https://console.cloud.google.com/iam-admin/quotas.
string service_request_quota_uri = 17;Copyright © 2025 Google LLC. All rights reserved.