Package com.google.api
Class QuotaLimit.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
com.google.api.QuotaLimit.Builder
- All Implemented Interfaces:
QuotaLimitOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- QuotaLimit
public static final class QuotaLimit.Builder
extends com.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
implements QuotaLimitOrBuilder
`QuotaLimit` defines a specific limit that applies over a specified duration for a limit type. There can be at most one limit for a duration and limit type combination defined within a `QuotaGroup`.Protobuf type
google.api.QuotaLimit-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Default number of tokens that can be consumed during the specified duration.Optional.User-visible display name for this limit.Duration of this limit in textual notation.Free tier value displayed in the Developers Console for this limit.Maximum number of tokens that can be consumed during the specified duration.The name of the metric this quota limit applies to.Name of the quota limit.Specify the unit of the quota limit.booleancontainsValues(String key) Tiered limit values.longDefault number of tokens that can be consumed during the specified duration.Optional.com.google.protobuf.ByteStringOptional.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorUser-visible display name for this limit.com.google.protobuf.ByteStringUser-visible display name for this limit.Duration of this limit in textual notation.com.google.protobuf.ByteStringDuration of this limit in textual notation.longFree tier value displayed in the Developers Console for this limit.longMaximum number of tokens that can be consumed during the specified duration.The name of the metric this quota limit applies to.com.google.protobuf.ByteStringThe name of the metric this quota limit applies to.Deprecated.getName()Name of the quota limit.com.google.protobuf.ByteStringName of the quota limit.getUnit()Specify the unit of the quota limit.com.google.protobuf.ByteStringSpecify the unit of the quota limit.Deprecated.intTiered limit values.Tiered limit values.longgetValuesOrDefault(String key, long defaultValue) Tiered limit values.longgetValuesOrThrow(String key) Tiered limit values.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanmergeFrom(QuotaLimit other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) putAllValues(Map<String, Long> values) Tiered limit values.Tiered limit values.removeValues(String key) Tiered limit values.setDefaultLimit(long value) Default number of tokens that can be consumed during the specified duration.setDescription(String value) Optional.setDescriptionBytes(com.google.protobuf.ByteString value) Optional.setDisplayName(String value) User-visible display name for this limit.setDisplayNameBytes(com.google.protobuf.ByteString value) User-visible display name for this limit.setDuration(String value) Duration of this limit in textual notation.setDurationBytes(com.google.protobuf.ByteString value) Duration of this limit in textual notation.setFreeTier(long value) Free tier value displayed in the Developers Console for this limit.setMaxLimit(long value) Maximum number of tokens that can be consumed during the specified duration.The name of the metric this quota limit applies to.setMetricBytes(com.google.protobuf.ByteString value) The name of the metric this quota limit applies to.Name of the quota limit.setNameBytes(com.google.protobuf.ByteString value) Name of the quota limit.Specify the unit of the quota limit.setUnitBytes(com.google.protobuf.ByteString value) Specify the unit of the quota limit.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<QuotaLimit.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<QuotaLimit.Builder>
-
mergeFrom
public QuotaLimit.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<QuotaLimit.Builder>- Throws:
IOException
-
getName
Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters.
string name = 6;- Specified by:
getNamein interfaceQuotaLimitOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters.
string name = 6;- Specified by:
getNameBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for name.
-
setName
Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters.
string name = 6;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters.
string name = 6;- Returns:
- This builder for chaining.
-
setNameBytes
Name of the quota limit. The name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'. The maximum length of the limit name is 64 characters.
string name = 6;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDescription
Optional. User-visible, extended description for this quota limit. Should be used only when more context is needed to understand this limit than provided by the limit's display name (see: `display_name`).
string description = 2;- Specified by:
getDescriptionin interfaceQuotaLimitOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()Optional. User-visible, extended description for this quota limit. Should be used only when more context is needed to understand this limit than provided by the limit's display name (see: `display_name`).
string description = 2;- Specified by:
getDescriptionBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for description.
-
setDescription
Optional. User-visible, extended description for this quota limit. Should be used only when more context is needed to understand this limit than provided by the limit's display name (see: `display_name`).
string description = 2;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
Optional. User-visible, extended description for this quota limit. Should be used only when more context is needed to understand this limit than provided by the limit's display name (see: `display_name`).
string description = 2;- Returns:
- This builder for chaining.
-
setDescriptionBytes
Optional. User-visible, extended description for this quota limit. Should be used only when more context is needed to understand this limit than provided by the limit's display name (see: `display_name`).
string description = 2;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getDefaultLimit
public long getDefaultLimit()Default number of tokens that can be consumed during the specified duration. This is the number of tokens assigned when a client application developer activates the service for his/her project. Specifying a value of 0 will block all requests. This can be used if you are provisioning quota to selected consumers and blocking others. Similarly, a value of -1 will indicate an unlimited quota. No other negative values are allowed. Used by group-based quotas only.
int64 default_limit = 3;- Specified by:
getDefaultLimitin interfaceQuotaLimitOrBuilder- Returns:
- The defaultLimit.
-
setDefaultLimit
Default number of tokens that can be consumed during the specified duration. This is the number of tokens assigned when a client application developer activates the service for his/her project. Specifying a value of 0 will block all requests. This can be used if you are provisioning quota to selected consumers and blocking others. Similarly, a value of -1 will indicate an unlimited quota. No other negative values are allowed. Used by group-based quotas only.
int64 default_limit = 3;- Parameters:
value- The defaultLimit to set.- Returns:
- This builder for chaining.
-
clearDefaultLimit
Default number of tokens that can be consumed during the specified duration. This is the number of tokens assigned when a client application developer activates the service for his/her project. Specifying a value of 0 will block all requests. This can be used if you are provisioning quota to selected consumers and blocking others. Similarly, a value of -1 will indicate an unlimited quota. No other negative values are allowed. Used by group-based quotas only.
int64 default_limit = 3;- Returns:
- This builder for chaining.
-
getMaxLimit
public long getMaxLimit()Maximum number of tokens that can be consumed during the specified duration. Client application developers can override the default limit up to this maximum. If specified, this value cannot be set to a value less than the default limit. If not specified, it is set to the default limit. To allow clients to apply overrides with no upper bound, set this to -1, indicating unlimited maximum quota. Used by group-based quotas only.
int64 max_limit = 4;- Specified by:
getMaxLimitin interfaceQuotaLimitOrBuilder- Returns:
- The maxLimit.
-
setMaxLimit
Maximum number of tokens that can be consumed during the specified duration. Client application developers can override the default limit up to this maximum. If specified, this value cannot be set to a value less than the default limit. If not specified, it is set to the default limit. To allow clients to apply overrides with no upper bound, set this to -1, indicating unlimited maximum quota. Used by group-based quotas only.
int64 max_limit = 4;- Parameters:
value- The maxLimit to set.- Returns:
- This builder for chaining.
-
clearMaxLimit
Maximum number of tokens that can be consumed during the specified duration. Client application developers can override the default limit up to this maximum. If specified, this value cannot be set to a value less than the default limit. If not specified, it is set to the default limit. To allow clients to apply overrides with no upper bound, set this to -1, indicating unlimited maximum quota. Used by group-based quotas only.
int64 max_limit = 4;- Returns:
- This builder for chaining.
-
getFreeTier
public long getFreeTier()Free tier value displayed in the Developers Console for this limit. The free tier is the number of tokens that will be subtracted from the billed amount when billing is enabled. This field can only be set on a limit with duration "1d", in a billable group; it is invalid on any other limit. If this field is not set, it defaults to 0, indicating that there is no free tier for this service. Used by group-based quotas only.
int64 free_tier = 7;- Specified by:
getFreeTierin interfaceQuotaLimitOrBuilder- Returns:
- The freeTier.
-
setFreeTier
Free tier value displayed in the Developers Console for this limit. The free tier is the number of tokens that will be subtracted from the billed amount when billing is enabled. This field can only be set on a limit with duration "1d", in a billable group; it is invalid on any other limit. If this field is not set, it defaults to 0, indicating that there is no free tier for this service. Used by group-based quotas only.
int64 free_tier = 7;- Parameters:
value- The freeTier to set.- Returns:
- This builder for chaining.
-
clearFreeTier
Free tier value displayed in the Developers Console for this limit. The free tier is the number of tokens that will be subtracted from the billed amount when billing is enabled. This field can only be set on a limit with duration "1d", in a billable group; it is invalid on any other limit. If this field is not set, it defaults to 0, indicating that there is no free tier for this service. Used by group-based quotas only.
int64 free_tier = 7;- Returns:
- This builder for chaining.
-
getDuration
Duration of this limit in textual notation. Must be "100s" or "1d". Used by group-based quotas only.
string duration = 5;- Specified by:
getDurationin interfaceQuotaLimitOrBuilder- Returns:
- The duration.
-
getDurationBytes
public com.google.protobuf.ByteString getDurationBytes()Duration of this limit in textual notation. Must be "100s" or "1d". Used by group-based quotas only.
string duration = 5;- Specified by:
getDurationBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for duration.
-
setDuration
Duration of this limit in textual notation. Must be "100s" or "1d". Used by group-based quotas only.
string duration = 5;- Parameters:
value- The duration to set.- Returns:
- This builder for chaining.
-
clearDuration
Duration of this limit in textual notation. Must be "100s" or "1d". Used by group-based quotas only.
string duration = 5;- Returns:
- This builder for chaining.
-
setDurationBytes
Duration of this limit in textual notation. Must be "100s" or "1d". Used by group-based quotas only.
string duration = 5;- Parameters:
value- The bytes for duration to set.- Returns:
- This builder for chaining.
-
getMetric
The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
string metric = 8;- Specified by:
getMetricin interfaceQuotaLimitOrBuilder- Returns:
- The metric.
-
getMetricBytes
public com.google.protobuf.ByteString getMetricBytes()The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
string metric = 8;- Specified by:
getMetricBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for metric.
-
setMetric
The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
string metric = 8;- Parameters:
value- The metric to set.- Returns:
- This builder for chaining.
-
clearMetric
The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
string metric = 8;- Returns:
- This builder for chaining.
-
setMetricBytes
The name of the metric this quota limit applies to. The quota limits with the same metric will be checked together during runtime. The metric must be defined within the service config.
string metric = 8;- Parameters:
value- The bytes for metric to set.- Returns:
- This builder for chaining.
-
getUnit
Specify the unit of the quota limit. It uses the same syntax as [MetricDescriptor.unit][google.api.MetricDescriptor.unit]. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.string unit = 9;- Specified by:
getUnitin interfaceQuotaLimitOrBuilder- Returns:
- The unit.
-
getUnitBytes
public com.google.protobuf.ByteString getUnitBytes()Specify the unit of the quota limit. It uses the same syntax as [MetricDescriptor.unit][google.api.MetricDescriptor.unit]. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.string unit = 9;- Specified by:
getUnitBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for unit.
-
setUnit
Specify the unit of the quota limit. It uses the same syntax as [MetricDescriptor.unit][google.api.MetricDescriptor.unit]. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.string unit = 9;- Parameters:
value- The unit to set.- Returns:
- This builder for chaining.
-
clearUnit
Specify the unit of the quota limit. It uses the same syntax as [MetricDescriptor.unit][google.api.MetricDescriptor.unit]. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.string unit = 9;- Returns:
- This builder for chaining.
-
setUnitBytes
Specify the unit of the quota limit. It uses the same syntax as [MetricDescriptor.unit][google.api.MetricDescriptor.unit]. The supported unit kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}" for quota per minute per project. Note: the order of unit components is insignificant. The "1" at the beginning is required to follow the metric unit syntax.string unit = 9;- Parameters:
value- The bytes for unit to set.- Returns:
- This builder for chaining.
-
getValuesCount
public int getValuesCount()Description copied from interface:QuotaLimitOrBuilderTiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10;- Specified by:
getValuesCountin interfaceQuotaLimitOrBuilder
-
containsValues
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10;- Specified by:
containsValuesin interfaceQuotaLimitOrBuilder
-
getValues
Deprecated.UsegetValuesMap()instead.- Specified by:
getValuesin interfaceQuotaLimitOrBuilder
-
getValuesMap
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10;- Specified by:
getValuesMapin interfaceQuotaLimitOrBuilder
-
getValuesOrDefault
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10;- Specified by:
getValuesOrDefaultin interfaceQuotaLimitOrBuilder
-
getValuesOrThrow
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10;- Specified by:
getValuesOrThrowin interfaceQuotaLimitOrBuilder
-
clearValues
-
removeValues
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10; -
getMutableValues
Deprecated.Use alternate mutation accessors instead. -
putValues
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10; -
putAllValues
Tiered limit values. You must specify this as a key:value pair, with an integer value that is the maximum number of requests allowed for the specified unit. Currently only STANDARD is supported.
map<string, int64> values = 10; -
getDisplayName
User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
string display_name = 12;- Specified by:
getDisplayNamein interfaceQuotaLimitOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
string display_name = 12;- Specified by:
getDisplayNameBytesin interfaceQuotaLimitOrBuilder- Returns:
- The bytes for displayName.
-
setDisplayName
User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
string display_name = 12;- Parameters:
value- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
string display_name = 12;- Returns:
- This builder for chaining.
-
setDisplayNameBytes
User-visible display name for this limit. Optional. If not set, the UI will provide a default display name based on the quota configuration. This field can be used to override the default display name generated from the configuration.
string display_name = 12;- Parameters:
value- The bytes for displayName to set.- Returns:
- This builder for chaining.
-