| Modifier and Type | Method and Description |
|---|---|
QuotaInfo.Builder |
QuotaInfo.Builder.addAllDimensions(Iterable<String> values)
The dimensions the quota is defined on.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addAllDimensionsInfos(Iterable<? extends DimensionsInfo> values)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensions(String value)
The dimensions the quota is defined on.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensionsBytes(com.google.protobuf.ByteString value)
The dimensions the quota is defined on.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensionsInfos(DimensionsInfo.Builder builderForValue)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensionsInfos(DimensionsInfo value)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensionsInfos(int index,
DimensionsInfo.Builder builderForValue)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.addDimensionsInfos(int index,
DimensionsInfo value)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfosBuilder()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfosBuilder(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo.Builder |
QuotaInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QuotaInfo.Builder |
QuotaInfo.Builder.clear() |
QuotaInfo.Builder |
QuotaInfo.Builder.clearContainerType()
The container type of the QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearDimensions()
The dimensions the quota is defined on.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearDimensionsInfos()
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
QuotaInfo.Builder |
QuotaInfo.Builder.clearIsConcurrent()
Whether the quota is a concurrent quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearIsFixed()
Whether the quota value is fixed or adjustable
bool is_fixed = 13; |
QuotaInfo.Builder |
QuotaInfo.Builder.clearIsPrecise()
Whether this is a precise quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearMetric()
The metric of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearMetricDisplayName()
The display name of the quota metric
string metric_display_name = 9; |
QuotaInfo.Builder |
QuotaInfo.Builder.clearMetricUnit()
The unit in which the metric value is reported, e.g., "MByte".
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearName()
Resource name of this QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
QuotaInfo.Builder |
QuotaInfo.Builder.clearQuotaDisplayName()
The display name of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearQuotaId()
The id of the quota, which is unquie within the service.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearQuotaIncreaseEligibility()
Whether it is eligible to request a higher quota value for this quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearRefreshInterval()
The reset time interval for the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearService()
The name of the service in which the quota is defined.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clearServiceRequestQuotaUri()
URI to the page where users can request more quota for the cloud
service—for example,
https://console.cloud.google.com/iam-admin/quotas.
|
QuotaInfo.Builder |
QuotaInfo.Builder.clone() |
QuotaInfo.Builder |
ListQuotaInfosResponse.Builder.getQuotaInfosBuilder(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo.Builder |
QuotaInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaInfo.Builder |
QuotaInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
QuotaInfo.Builder |
QuotaInfo.Builder.mergeFrom(QuotaInfo other) |
QuotaInfo.Builder |
QuotaInfo.Builder.mergeQuotaIncreaseEligibility(QuotaIncreaseEligibility value)
Whether it is eligible to request a higher quota value for this quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static QuotaInfo.Builder |
QuotaInfo.newBuilder() |
static QuotaInfo.Builder |
QuotaInfo.newBuilder(QuotaInfo prototype) |
QuotaInfo.Builder |
QuotaInfo.newBuilderForType() |
protected QuotaInfo.Builder |
QuotaInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
QuotaInfo.Builder |
QuotaInfo.Builder.removeDimensionsInfos(int index)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setContainerType(QuotaInfo.ContainerType value)
The container type of the QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setContainerTypeValue(int value)
The container type of the QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setDimensions(int index,
String value)
The dimensions the quota is defined on.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setDimensionsInfos(int index,
DimensionsInfo.Builder builderForValue)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setDimensionsInfos(int index,
DimensionsInfo value)
The collection of dimensions info ordered by their dimensions from more
specific ones to less specific ones.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QuotaInfo.Builder |
QuotaInfo.Builder.setIsConcurrent(boolean value)
Whether the quota is a concurrent quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setIsFixed(boolean value)
Whether the quota value is fixed or adjustable
bool is_fixed = 13; |
QuotaInfo.Builder |
QuotaInfo.Builder.setIsPrecise(boolean value)
Whether this is a precise quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setMetric(String value)
The metric of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setMetricBytes(com.google.protobuf.ByteString value)
The metric of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setMetricDisplayName(String value)
The display name of the quota metric
string metric_display_name = 9; |
QuotaInfo.Builder |
QuotaInfo.Builder.setMetricDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the quota metric
string metric_display_name = 9; |
QuotaInfo.Builder |
QuotaInfo.Builder.setMetricUnit(String value)
The unit in which the metric value is reported, e.g., "MByte".
|
QuotaInfo.Builder |
QuotaInfo.Builder.setMetricUnitBytes(com.google.protobuf.ByteString value)
The unit in which the metric value is reported, e.g., "MByte".
|
QuotaInfo.Builder |
QuotaInfo.Builder.setName(String value)
Resource name of this QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setNameBytes(com.google.protobuf.ByteString value)
Resource name of this QuotaInfo.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaDisplayName(String value)
The display name of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaId(String value)
The id of the quota, which is unquie within the service.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaIdBytes(com.google.protobuf.ByteString value)
The id of the quota, which is unquie within the service.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaIncreaseEligibility(QuotaIncreaseEligibility.Builder builderForValue)
Whether it is eligible to request a higher quota value for this quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setQuotaIncreaseEligibility(QuotaIncreaseEligibility value)
Whether it is eligible to request a higher quota value for this quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setRefreshInterval(String value)
The reset time interval for the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setRefreshIntervalBytes(com.google.protobuf.ByteString value)
The reset time interval for the quota.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
QuotaInfo.Builder |
QuotaInfo.Builder.setService(String value)
The name of the service in which the quota is defined.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setServiceBytes(com.google.protobuf.ByteString value)
The name of the service in which the quota is defined.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setServiceRequestQuotaUri(String value)
URI to the page where users can request more quota for the cloud
service—for example,
https://console.cloud.google.com/iam-admin/quotas.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setServiceRequestQuotaUriBytes(com.google.protobuf.ByteString value)
URI to the page where users can request more quota for the cloud
service—for example,
https://console.cloud.google.com/iam-admin/quotas.
|
QuotaInfo.Builder |
QuotaInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
QuotaInfo.Builder |
QuotaInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<QuotaInfo.Builder> |
ListQuotaInfosResponse.Builder.getQuotaInfosBuilderList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
| Modifier and Type | Method and Description |
|---|---|
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfos(int index,
QuotaInfo.Builder builderForValue)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfos(QuotaInfo.Builder builderForValue)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.setQuotaInfos(int index,
QuotaInfo.Builder builderForValue)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
Copyright © 2025 Google LLC. All rights reserved.