Uses of Class
com.google.api.serviceusage.v1beta1.QuotaBucket
-
Packages that use QuotaBucket Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage API -
-
Uses of QuotaBucket in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 that return QuotaBucket Modifier and Type Method Description QuotaBucket
QuotaBucket.Builder. build()
QuotaBucket
QuotaBucket.Builder. buildPartial()
static QuotaBucket
QuotaBucket. getDefaultInstance()
QuotaBucket
QuotaBucket.Builder. getDefaultInstanceForType()
QuotaBucket
QuotaBucket. getDefaultInstanceForType()
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).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
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).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(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)
static QuotaBucket
QuotaBucket. parseFrom(ByteBuffer data)
static QuotaBucket
QuotaBucket. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1beta1 that return types with arguments of type QuotaBucket Modifier and Type Method Description com.google.protobuf.Parser<QuotaBucket>
QuotaBucket. getParserForType()
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).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>
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).static com.google.protobuf.Parser<QuotaBucket>
QuotaBucket. parser()
Methods in com.google.api.serviceusage.v1beta1 with parameters of type QuotaBucket Modifier and Type Method 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).Method parameters in com.google.api.serviceusage.v1beta1 with type arguments of type QuotaBucket Modifier and Type Method 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).
-