| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaLimit |
ConsumerQuotaLimit.Builder.build() |
ConsumerQuotaLimit |
ConsumerQuotaLimit.Builder.buildPartial() |
ConsumerQuotaLimit |
ConsumerQuotaMetricOrBuilder.getConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimit |
ConsumerQuotaMetric.getConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaLimit |
ConsumerQuotaMetric.Builder.getConsumerQuotaLimits(int index)
The consumer quota for each quota limit defined on the metric.
|
static ConsumerQuotaLimit |
ConsumerQuotaLimit.getDefaultInstance() |
ConsumerQuotaLimit |
ConsumerQuotaLimit.getDefaultInstanceForType() |
ConsumerQuotaLimit |
ConsumerQuotaLimit.Builder.getDefaultInstanceForType() |
ConsumerQuotaLimit |
ConsumerQuotaMetricOrBuilder.getDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit |
ConsumerQuotaMetric.getDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit |
ConsumerQuotaMetric.Builder.getDescendantConsumerQuotaLimits(int index)
The quota limits targeting the descendant containers of the
consumer in request.
|
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseDelimitedFrom(InputStream input) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(byte[] data) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(ByteBuffer data) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(com.google.protobuf.ByteString data) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(com.google.protobuf.CodedInputStream input) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(InputStream input) |
static ConsumerQuotaLimit |
ConsumerQuotaLimit.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetricOrBuilder.getConsumerQuotaLimitsList()
The consumer quota for each quota limit defined on the metric.
|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetric.getConsumerQuotaLimitsList()
The consumer quota for each quota limit defined on the metric.
|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetric.Builder.getConsumerQuotaLimitsList()
The consumer quota for each quota limit defined on the metric.
|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetricOrBuilder.getDescendantConsumerQuotaLimitsList()
The quota limits targeting the descendant containers of the
consumer in request.
|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetric.getDescendantConsumerQuotaLimitsList()
The quota limits targeting the descendant containers of the
consumer in request.
|
List<ConsumerQuotaLimit> |
ConsumerQuotaMetric.Builder.getDescendantConsumerQuotaLimitsList()
The quota limits targeting the descendant containers of the
consumer in request.
|
com.google.protobuf.Parser<ConsumerQuotaLimit> |
ConsumerQuotaLimit.getParserForType() |
static com.google.protobuf.Parser<ConsumerQuotaLimit> |
ConsumerQuotaLimit.parser() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addConsumerQuotaLimits(ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addDescendantConsumerQuotaLimits(ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.Builder.mergeFrom(ConsumerQuotaLimit other) |
static ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.newBuilder(ConsumerQuotaLimit prototype) |
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.setConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.setDescendantConsumerQuotaLimits(int index,
ConsumerQuotaLimit value)
The quota limits targeting the descendant containers of the
consumer in request.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addAllConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The consumer quota for each quota limit defined on the metric.
|
ConsumerQuotaMetric.Builder |
ConsumerQuotaMetric.Builder.addAllDescendantConsumerQuotaLimits(Iterable<? extends ConsumerQuotaLimit> values)
The quota limits targeting the descendant containers of the
consumer in request.
|
Copyright © 2022 Google LLC. All rights reserved.