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 QuotaBucketQuotaBucket.Builder. build()QuotaBucketQuotaBucket.Builder. buildPartial()static QuotaBucketQuotaBucket. getDefaultInstance()QuotaBucketQuotaBucket.Builder. getDefaultInstanceForType()QuotaBucketQuotaBucket. getDefaultInstanceForType()QuotaBucketConsumerQuotaLimit.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).QuotaBucketConsumerQuotaLimit. 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).QuotaBucketConsumerQuotaLimitOrBuilder. 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 QuotaBucketQuotaBucket. parseDelimitedFrom(InputStream input)static QuotaBucketQuotaBucket. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaBucketQuotaBucket. parseFrom(byte[] data)static QuotaBucketQuotaBucket. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaBucketQuotaBucket. parseFrom(com.google.protobuf.ByteString data)static QuotaBucketQuotaBucket. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaBucketQuotaBucket. parseFrom(com.google.protobuf.CodedInputStream input)static QuotaBucketQuotaBucket. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaBucketQuotaBucket. parseFrom(InputStream input)static QuotaBucketQuotaBucket. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaBucketQuotaBucket. parseFrom(ByteBuffer data)static QuotaBucketQuotaBucket. 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.BuilderConsumerQuotaLimit.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.BuilderConsumerQuotaLimit.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.BuilderQuotaBucket.Builder. mergeFrom(QuotaBucket other)static QuotaBucket.BuilderQuotaBucket. newBuilder(QuotaBucket prototype)ConsumerQuotaLimit.BuilderConsumerQuotaLimit.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.BuilderConsumerQuotaLimit.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).
-