Class QuotaBucket (2.2.8)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.8
publicfinalclass QuotaBucketextendsGeneratedMessageV3implementsQuotaBucketOrBuilderA quota bucket is a quota provisioning unit for a specific set of dimensions.
Protobuf type google.api.serviceusage.v1beta1.QuotaBucket
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > QuotaBucketImplements
QuotaBucketOrBuilderInherited Members
Static Fields
ADMIN_OVERRIDE_FIELD_NUMBER
publicstaticfinalintADMIN_OVERRIDE_FIELD_NUMBERCONSUMER_OVERRIDE_FIELD_NUMBER
publicstaticfinalintCONSUMER_OVERRIDE_FIELD_NUMBERDEFAULT_LIMIT_FIELD_NUMBER
publicstaticfinalintDEFAULT_LIMIT_FIELD_NUMBERDIMENSIONS_FIELD_NUMBER
publicstaticfinalintDIMENSIONS_FIELD_NUMBEREFFECTIVE_LIMIT_FIELD_NUMBER
publicstaticfinalintEFFECTIVE_LIMIT_FIELD_NUMBERPRODUCER_OVERRIDE_FIELD_NUMBER
publicstaticfinalintPRODUCER_OVERRIDE_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticQuotaBucketgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticQuotaBucket.BuildernewBuilder()newBuilder(QuotaBucket prototype)
publicstaticQuotaBucket.BuildernewBuilder(QuotaBucketprototype)parseDelimitedFrom(InputStream input)
publicstaticQuotaBucketparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticQuotaBucketparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticQuotaBucketparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticQuotaBucketparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticQuotaBucketparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticQuotaBucketparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticQuotaBucketparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<QuotaBucket>parser()Methods
containsDimensions(String key)
publicbooleancontainsDimensions(Stringkey) The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota
value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota
overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
map<string, string> dimensions = 6;
equals(Object obj)
publicbooleanequals(Objectobj)getAdminOverride()
publicQuotaOverridegetAdminOverride()Admin override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride admin_override = 5;
The adminOverride.
getAdminOverrideOrBuilder()
publicQuotaOverrideOrBuildergetAdminOverrideOrBuilder()Admin override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride admin_override = 5;
getConsumerOverride()
publicQuotaOverridegetConsumerOverride()Consumer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride consumer_override = 4;
The consumerOverride.
getConsumerOverrideOrBuilder()
publicQuotaOverrideOrBuildergetConsumerOverrideOrBuilder()Consumer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride consumer_override = 4;
getDefaultInstanceForType()
publicQuotaBucketgetDefaultInstanceForType()getDefaultLimit()
publiclonggetDefaultLimit()The default limit of this quota bucket, as specified by the service configuration.
int64 default_limit = 2;
The defaultLimit.
getDimensions()
publicMap<String,String>getDimensions()Use #getDimensionsMap() instead.
getDimensionsCount()
publicintgetDimensionsCount() The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota
value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota
overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
map<string, string> dimensions = 6;
getDimensionsMap()
publicMap<String,String>getDimensionsMap() The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota
value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota
overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
map<string, string> dimensions = 6;
getDimensionsOrDefault(String key, String defaultValue)
publicStringgetDimensionsOrDefault(Stringkey,StringdefaultValue) The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota
value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota
overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
map<string, string> dimensions = 6;
getDimensionsOrThrow(String key)
publicStringgetDimensionsOrThrow(Stringkey) The dimensions of this quota bucket.
If this map is empty, this is the global bucket, which is the default quota
value applied to all requests that do not have a more specific override.
If this map is nonempty, the default limit, effective limit, and quota
overrides apply only to requests that have the dimensions given in the map.
For example, if the map has key region and value us-east-1, then the
specified effective limit is only effective in that region, and the
specified overrides apply only in that region.
map<string, string> dimensions = 6;
getEffectiveLimit()
publiclonggetEffectiveLimit()The effective limit of this quota bucket. Equal to default_limit if there are no overrides.
int64 effective_limit = 1;
The effectiveLimit.
getParserForType()
publicParser<QuotaBucket>getParserForType()getProducerOverride()
publicQuotaOverridegetProducerOverride()Producer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride producer_override = 3;
The producerOverride.
getProducerOverrideOrBuilder()
publicQuotaOverrideOrBuildergetProducerOverrideOrBuilder()Producer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride producer_override = 3;
getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasAdminOverride()
publicbooleanhasAdminOverride()Admin override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride admin_override = 5;
Whether the adminOverride field is set.
hasConsumerOverride()
publicbooleanhasConsumerOverride()Consumer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride consumer_override = 4;
Whether the consumerOverride field is set.
hasProducerOverride()
publicbooleanhasProducerOverride()Producer override on this quota bucket.
.google.api.serviceusage.v1beta1.QuotaOverride producer_override = 3;
Whether the producerOverride field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicQuotaBucket.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedQuotaBucket.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicQuotaBucket.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)