public static final class ConsumerQuotaMetric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder> implements ConsumerQuotaMetricOrBuilder
Consumer quota settings for a quota metric.Protobuf type
google.api.serviceusage.v1beta1.ConsumerQuotaMetric| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaMetric.Builder |
addAllConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
addAllDescendantConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
addConsumerQuotaLimits(ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
addConsumerQuotaLimits(ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
addConsumerQuotaLimits(int index,
ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
addConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimit.Builder |
addConsumerQuotaLimitsBuilder()
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimit.Builder |
addConsumerQuotaLimitsBuilder(int index)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
addDescendantConsumerQuotaLimits(ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
addDescendantConsumerQuotaLimits(ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
addDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
addDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit.Builder |
addDescendantConsumerQuotaLimitsBuilder()
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit.Builder |
addDescendantConsumerQuotaLimitsBuilder(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConsumerQuotaMetric |
build() |
ConsumerQuotaMetric |
buildPartial() |
ConsumerQuotaMetric.Builder |
clear() |
ConsumerQuotaMetric.Builder |
clearConsumerQuotaLimits()
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
clearDescendantConsumerQuotaLimits()
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
clearDisplayName()
The display name of the metric.
|
ConsumerQuotaMetric.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ConsumerQuotaMetric.Builder |
clearMetric()
The name of the metric.
|
ConsumerQuotaMetric.Builder |
clearName()
The resource name of the quota settings on this metric for this consumer.
|
ConsumerQuotaMetric.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ConsumerQuotaMetric.Builder |
clearUnit()
The units in which the metric value is reported.
|
ConsumerQuotaMetric.Builder |
clone() |
ConsumerQuotaLimit |
getConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimit.Builder |
getConsumerQuotaLimitsBuilder(int index)
The consumer quota for each quota limit defined on the metric.
|
List<ConsumerQuotaLimit.Builder> |
getConsumerQuotaLimitsBuilderList()
The consumer quota for each quota limit defined on the metric.
|
int |
getConsumerQuotaLimitsCount()
The consumer quota for each quota limit defined on the metric.
|
List<ConsumerQuotaLimit> |
getConsumerQuotaLimitsList()
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimitOrBuilder |
getConsumerQuotaLimitsOrBuilder(int index)
The consumer quota for each quota limit defined on the metric.
|
List<? extends ConsumerQuotaLimitOrBuilder> |
getConsumerQuotaLimitsOrBuilderList()
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric |
getDefaultInstanceForType() |
ConsumerQuotaLimit |
getDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit.Builder |
getDescendantConsumerQuotaLimitsBuilder(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
List<ConsumerQuotaLimit.Builder> |
getDescendantConsumerQuotaLimitsBuilderList()
The quota limits targeting the descendant containers of the
consumer in request.
|
int |
getDescendantConsumerQuotaLimitsCount()
The quota limits targeting the descendant containers of the
consumer in request.
|
List<ConsumerQuotaLimit> |
getDescendantConsumerQuotaLimitsList()
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimitOrBuilder |
getDescendantConsumerQuotaLimitsOrBuilder(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
List<? extends ConsumerQuotaLimitOrBuilder> |
getDescendantConsumerQuotaLimitsOrBuilderList()
The quota limits targeting the descendant containers of the
consumer in request.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
The display name of the metric.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the metric.
|
String |
getMetric()
The name of the metric.
|
com.google.protobuf.ByteString |
getMetricBytes()
The name of the metric.
|
String |
getName()
The resource name of the quota settings on this metric for this consumer.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the quota settings on this metric for this consumer.
|
String |
getUnit()
The units in which the metric value is reported.
|
com.google.protobuf.ByteString |
getUnitBytes()
The units in which the metric value is reported.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ConsumerQuotaMetric.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ConsumerQuotaMetric.Builder |
mergeFrom(ConsumerQuotaMetric other) |
ConsumerQuotaMetric.Builder |
mergeFrom(com.google.protobuf.Message other) |
ConsumerQuotaMetric.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConsumerQuotaMetric.Builder |
removeConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
removeDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
setConsumerQuotaLimits(int index,
ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
setConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
setDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
setDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
setDisplayName(String value)
The display name of the metric.
|
ConsumerQuotaMetric.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the metric.
|
ConsumerQuotaMetric.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConsumerQuotaMetric.Builder |
setMetric(String value)
The name of the metric.
|
ConsumerQuotaMetric.Builder |
setMetricBytes(com.google.protobuf.ByteString value)
The name of the metric.
|
ConsumerQuotaMetric.Builder |
setName(String value)
The resource name of the quota settings on this metric for this consumer.
|
ConsumerQuotaMetric.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The resource name of the quota settings on this metric for this consumer.
|
ConsumerQuotaMetric.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ConsumerQuotaMetric.Builder |
setUnit(String value)
The units in which the metric value is reported.
|
ConsumerQuotaMetric.Builder |
setUnitBytes(com.google.protobuf.ByteString value)
The units in which the metric value is reported.
|
ConsumerQuotaMetric.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConsumerQuotaMetric build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConsumerQuotaMetric buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConsumerQuotaMetric.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder mergeFrom(ConsumerQuotaMetric other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public ConsumerQuotaMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConsumerQuotaMetric.Builder>IOExceptionpublic String getName()
The resource name of the quota settings on this metric for this consumer. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;getName in interface ConsumerQuotaMetricOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name of the quota settings on this metric for this consumer. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;getNameBytes in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setName(String value)
The resource name of the quota settings on this metric for this consumer. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;value - The name to set.public ConsumerQuotaMetric.Builder clearName()
The resource name of the quota settings on this metric for this consumer. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;public ConsumerQuotaMetric.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name of the quota settings on this metric for this consumer. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;value - The bytes for name to set.public String getMetric()
The name of the metric. An example name would be: `compute.googleapis.com/cpus`
string metric = 4;getMetric in interface ConsumerQuotaMetricOrBuilderpublic com.google.protobuf.ByteString getMetricBytes()
The name of the metric. An example name would be: `compute.googleapis.com/cpus`
string metric = 4;getMetricBytes in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setMetric(String value)
The name of the metric. An example name would be: `compute.googleapis.com/cpus`
string metric = 4;value - The metric to set.public ConsumerQuotaMetric.Builder clearMetric()
The name of the metric. An example name would be: `compute.googleapis.com/cpus`
string metric = 4;public ConsumerQuotaMetric.Builder setMetricBytes(com.google.protobuf.ByteString value)
The name of the metric. An example name would be: `compute.googleapis.com/cpus`
string metric = 4;value - The bytes for metric to set.public String getDisplayName()
The display name of the metric. An example name would be: `CPUs`
string display_name = 2;getDisplayName in interface ConsumerQuotaMetricOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the metric. An example name would be: `CPUs`
string display_name = 2;getDisplayNameBytes in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setDisplayName(String value)
The display name of the metric. An example name would be: `CPUs`
string display_name = 2;value - The displayName to set.public ConsumerQuotaMetric.Builder clearDisplayName()
The display name of the metric. An example name would be: `CPUs`
string display_name = 2;public ConsumerQuotaMetric.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the metric. An example name would be: `CPUs`
string display_name = 2;value - The bytes for displayName to set.public List<ConsumerQuotaLimit> getConsumerQuotaLimitsList()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
getConsumerQuotaLimitsList in interface ConsumerQuotaMetricOrBuilderpublic int getConsumerQuotaLimitsCount()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
getConsumerQuotaLimitsCount in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaLimit getConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
getConsumerQuotaLimits in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setConsumerQuotaLimits(int index, ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder setConsumerQuotaLimits(int index, ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder addConsumerQuotaLimits(ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder addConsumerQuotaLimits(int index, ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder addConsumerQuotaLimits(ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder addConsumerQuotaLimits(int index, ConsumerQuotaLimit.Builder builderForValue)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder addAllConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder clearConsumerQuotaLimits()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaMetric.Builder removeConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaLimit.Builder getConsumerQuotaLimitsBuilder(int index)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaLimitOrBuilder getConsumerQuotaLimitsOrBuilder(int index)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
getConsumerQuotaLimitsOrBuilder in interface ConsumerQuotaMetricOrBuilderpublic List<? extends ConsumerQuotaLimitOrBuilder> getConsumerQuotaLimitsOrBuilderList()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
getConsumerQuotaLimitsOrBuilderList in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaLimit.Builder addConsumerQuotaLimitsBuilder()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public ConsumerQuotaLimit.Builder addConsumerQuotaLimitsBuilder(int index)
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public List<ConsumerQuotaLimit.Builder> getConsumerQuotaLimitsBuilderList()
The consumer quota for each quota limit defined on the metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit consumer_quota_limits = 3;
public List<ConsumerQuotaLimit> getDescendantConsumerQuotaLimitsList()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
getDescendantConsumerQuotaLimitsList in interface ConsumerQuotaMetricOrBuilderpublic int getDescendantConsumerQuotaLimitsCount()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
getDescendantConsumerQuotaLimitsCount in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaLimit getDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
getDescendantConsumerQuotaLimits in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setDescendantConsumerQuotaLimits(int index, ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder setDescendantConsumerQuotaLimits(int index, ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder addDescendantConsumerQuotaLimits(ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder addDescendantConsumerQuotaLimits(int index, ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder addDescendantConsumerQuotaLimits(ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder addDescendantConsumerQuotaLimits(int index, ConsumerQuotaLimit.Builder builderForValue)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder addAllDescendantConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder clearDescendantConsumerQuotaLimits()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaMetric.Builder removeDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaLimit.Builder getDescendantConsumerQuotaLimitsBuilder(int index)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaLimitOrBuilder getDescendantConsumerQuotaLimitsOrBuilder(int index)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
getDescendantConsumerQuotaLimitsOrBuilder in interface ConsumerQuotaMetricOrBuilderpublic List<? extends ConsumerQuotaLimitOrBuilder> getDescendantConsumerQuotaLimitsOrBuilderList()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
getDescendantConsumerQuotaLimitsOrBuilderList in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaLimit.Builder addDescendantConsumerQuotaLimitsBuilder()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public ConsumerQuotaLimit.Builder addDescendantConsumerQuotaLimitsBuilder(int index)
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public List<ConsumerQuotaLimit.Builder> getDescendantConsumerQuotaLimitsBuilderList()
The quota limits targeting the descendant containers of the consumer in request. If the consumer in request is of type `organizations` or `folders`, the field will list per-project limits in the metric; if the consumer in request is of type `project`, the field will be empty. The `quota_buckets` field of each descendant consumer quota limit will not be populated.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaLimit descendant_consumer_quota_limits = 6;
public String getUnit()
The units in which the metric value is reported.
string unit = 5;getUnit in interface ConsumerQuotaMetricOrBuilderpublic com.google.protobuf.ByteString getUnitBytes()
The units in which the metric value is reported.
string unit = 5;getUnitBytes in interface ConsumerQuotaMetricOrBuilderpublic ConsumerQuotaMetric.Builder setUnit(String value)
The units in which the metric value is reported.
string unit = 5;value - The unit to set.public ConsumerQuotaMetric.Builder clearUnit()
The units in which the metric value is reported.
string unit = 5;public ConsumerQuotaMetric.Builder setUnitBytes(com.google.protobuf.ByteString value)
The units in which the metric value is reported.
string unit = 5;value - The bytes for unit to set.public final ConsumerQuotaMetric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>public final ConsumerQuotaMetric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaMetric.Builder>Copyright © 2022 Google LLC. All rights reserved.