| Modifier and Type | Method and Description |
|---|---|
QuotaBucket |
QuotaBucket.Builder.build() |
QuotaBucket |
QuotaBucket.Builder.buildPartial() |
static QuotaBucket |
QuotaBucket.getDefaultInstance() |
QuotaBucket |
QuotaBucket.getDefaultInstanceForType() |
QuotaBucket |
QuotaBucket.Builder.getDefaultInstanceForType() |
QuotaBucket |
ConsumerQuotaLimitOrBuilder.getQuotaBuckets(int index)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
QuotaBucket |
ConsumerQuotaLimit.getQuotaBuckets(int index)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
QuotaBucket |
ConsumerQuotaLimit.Builder.getQuotaBuckets(int index)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
static QuotaBucket |
QuotaBucket.parseDelimitedFrom(InputStream input) |
static QuotaBucket |
QuotaBucket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaBucket |
QuotaBucket.parseFrom(byte[] data) |
static QuotaBucket |
QuotaBucket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaBucket |
QuotaBucket.parseFrom(ByteBuffer data) |
static QuotaBucket |
QuotaBucket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaBucket |
QuotaBucket.parseFrom(com.google.protobuf.ByteString data) |
static QuotaBucket |
QuotaBucket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaBucket |
QuotaBucket.parseFrom(com.google.protobuf.CodedInputStream input) |
static QuotaBucket |
QuotaBucket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaBucket |
QuotaBucket.parseFrom(InputStream input) |
static QuotaBucket |
QuotaBucket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<QuotaBucket> |
QuotaBucket.getParserForType() |
List<QuotaBucket> |
ConsumerQuotaLimitOrBuilder.getQuotaBucketsList()
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
List<QuotaBucket> |
ConsumerQuotaLimit.getQuotaBucketsList()
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
List<QuotaBucket> |
ConsumerQuotaLimit.Builder.getQuotaBucketsList()
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
static com.google.protobuf.Parser<QuotaBucket> |
QuotaBucket.parser() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.Builder.addQuotaBuckets(int index,
QuotaBucket value)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.Builder.addQuotaBuckets(QuotaBucket value)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
QuotaBucket.Builder |
QuotaBucket.Builder.mergeFrom(QuotaBucket other) |
static QuotaBucket.Builder |
QuotaBucket.newBuilder(QuotaBucket prototype) |
ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.Builder.setQuotaBuckets(int index,
QuotaBucket value)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaLimit.Builder |
ConsumerQuotaLimit.Builder.addAllQuotaBuckets(Iterable<? extends QuotaBucket> values)
Summary of the enforced quota buckets, organized by quota dimension,
ordered from least specific to most specific (for example, the global
default bucket, with no quota dimensions, will always appear first).
|
Copyright © 2022 Google LLC. All rights reserved.