Class ConsumerQuotaLimit.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
- com.google.api.serviceusage.v1beta1.ConsumerQuotaLimit.Builder
-
- All Implemented Interfaces:
ConsumerQuotaLimitOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ConsumerQuotaLimit
public static final class ConsumerQuotaLimit.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder> implements ConsumerQuotaLimitOrBuilder
Consumer quota settings for a quota limit.
Protobuf typegoogle.api.serviceusage.v1beta1.ConsumerQuotaLimit
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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).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
addQuotaBuckets(int index, QuotaBucket.Builder builderForValue)
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
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).ConsumerQuotaLimit.Builder
addQuotaBuckets(QuotaBucket.Builder builderForValue)
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
addQuotaBucketsBuilder()
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
addQuotaBucketsBuilder(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).ConsumerQuotaLimit.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ConsumerQuotaLimit
build()
ConsumerQuotaLimit
buildPartial()
ConsumerQuotaLimit.Builder
clear()
ConsumerQuotaLimit.Builder
clearAllowsAdminOverrides()
Whether admin overrides are allowed on this limitConsumerQuotaLimit.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ConsumerQuotaLimit.Builder
clearIsPrecise()
Whether this limit is precise or imprecise.ConsumerQuotaLimit.Builder
clearMetric()
The name of the parent metric of this limit.ConsumerQuotaLimit.Builder
clearName()
The resource name of the quota limit.ConsumerQuotaLimit.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ConsumerQuotaLimit.Builder
clearQuotaBuckets()
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
clearUnit()
The limit unit.ConsumerQuotaLimit.Builder
clone()
boolean
getAllowsAdminOverrides()
Whether admin overrides are allowed on this limitConsumerQuotaLimit
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getIsPrecise()
Whether this limit is precise or imprecise.String
getMetric()
The name of the parent metric of this limit.com.google.protobuf.ByteString
getMetricBytes()
The name of the parent metric of this limit.String
getName()
The resource name of the quota limit.com.google.protobuf.ByteString
getNameBytes()
The resource name of the quota limit.QuotaBucket
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.Builder
getQuotaBucketsBuilder(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).List<QuotaBucket.Builder>
getQuotaBucketsBuilderList()
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).int
getQuotaBucketsCount()
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>
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).QuotaBucketOrBuilder
getQuotaBucketsOrBuilder(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).List<? extends QuotaBucketOrBuilder>
getQuotaBucketsOrBuilderList()
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).String
getUnit()
The limit unit.com.google.protobuf.ByteString
getUnitBytes()
The limit unit.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ConsumerQuotaLimit.Builder
mergeFrom(ConsumerQuotaLimit other)
ConsumerQuotaLimit.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ConsumerQuotaLimit.Builder
mergeFrom(com.google.protobuf.Message other)
ConsumerQuotaLimit.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ConsumerQuotaLimit.Builder
removeQuotaBuckets(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).ConsumerQuotaLimit.Builder
setAllowsAdminOverrides(boolean value)
Whether admin overrides are allowed on this limitConsumerQuotaLimit.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ConsumerQuotaLimit.Builder
setIsPrecise(boolean value)
Whether this limit is precise or imprecise.ConsumerQuotaLimit.Builder
setMetric(String value)
The name of the parent metric of this limit.ConsumerQuotaLimit.Builder
setMetricBytes(com.google.protobuf.ByteString value)
The name of the parent metric of this limit.ConsumerQuotaLimit.Builder
setName(String value)
The resource name of the quota limit.ConsumerQuotaLimit.Builder
setNameBytes(com.google.protobuf.ByteString value)
The resource name of the quota limit.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).ConsumerQuotaLimit.Builder
setQuotaBuckets(int index, QuotaBucket.Builder builderForValue)
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
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ConsumerQuotaLimit.Builder
setUnit(String value)
The limit unit.ConsumerQuotaLimit.Builder
setUnitBytes(com.google.protobuf.ByteString value)
The limit unit.ConsumerQuotaLimit.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
clear
public ConsumerQuotaLimit.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
getDefaultInstanceForType
public ConsumerQuotaLimit getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ConsumerQuotaLimit build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ConsumerQuotaLimit buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ConsumerQuotaLimit.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
setField
public ConsumerQuotaLimit.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
clearField
public ConsumerQuotaLimit.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
clearOneof
public ConsumerQuotaLimit.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
setRepeatedField
public ConsumerQuotaLimit.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
addRepeatedField
public ConsumerQuotaLimit.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
mergeFrom
public ConsumerQuotaLimit.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ConsumerQuotaLimit.Builder>
-
mergeFrom
public ConsumerQuotaLimit.Builder mergeFrom(ConsumerQuotaLimit other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
mergeFrom
public ConsumerQuotaLimit.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ConsumerQuotaLimit.Builder>
- Throws:
IOException
-
getName
public String getName()
The resource name of the quota limit. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;
- Specified by:
getName
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The resource name of the quota limit. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;
- Specified by:
getNameBytes
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The bytes for name.
-
setName
public ConsumerQuotaLimit.Builder setName(String value)
The resource name of the quota limit. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ConsumerQuotaLimit.Builder clearName()
The resource name of the quota limit. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public ConsumerQuotaLimit.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name of the quota limit. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getMetric
public String getMetric()
The name of the parent metric of this limit. An example name would be: `compute.googleapis.com/cpus`
string metric = 8;
- Specified by:
getMetric
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The metric.
-
getMetricBytes
public com.google.protobuf.ByteString getMetricBytes()
The name of the parent metric of this limit. An example name would be: `compute.googleapis.com/cpus`
string metric = 8;
- Specified by:
getMetricBytes
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The bytes for metric.
-
setMetric
public ConsumerQuotaLimit.Builder setMetric(String value)
The name of the parent metric of this limit. An example name would be: `compute.googleapis.com/cpus`
string metric = 8;
- Parameters:
value
- The metric to set.- Returns:
- This builder for chaining.
-
clearMetric
public ConsumerQuotaLimit.Builder clearMetric()
The name of the parent metric of this limit. An example name would be: `compute.googleapis.com/cpus`
string metric = 8;
- Returns:
- This builder for chaining.
-
setMetricBytes
public ConsumerQuotaLimit.Builder setMetricBytes(com.google.protobuf.ByteString value)
The name of the parent metric of this limit. An example name would be: `compute.googleapis.com/cpus`
string metric = 8;
- Parameters:
value
- The bytes for metric to set.- Returns:
- This builder for chaining.
-
getUnit
public String getUnit()
The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
string unit = 2;
- Specified by:
getUnit
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The unit.
-
getUnitBytes
public com.google.protobuf.ByteString getUnitBytes()
The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
string unit = 2;
- Specified by:
getUnitBytes
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The bytes for unit.
-
setUnit
public ConsumerQuotaLimit.Builder setUnit(String value)
The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
string unit = 2;
- Parameters:
value
- The unit to set.- Returns:
- This builder for chaining.
-
clearUnit
public ConsumerQuotaLimit.Builder clearUnit()
The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
string unit = 2;
- Returns:
- This builder for chaining.
-
setUnitBytes
public ConsumerQuotaLimit.Builder setUnitBytes(com.google.protobuf.ByteString value)
The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
string unit = 2;
- Parameters:
value
- The bytes for unit to set.- Returns:
- This builder for chaining.
-
getIsPrecise
public boolean getIsPrecise()
Whether this limit is precise or imprecise.
bool is_precise = 3;
- Specified by:
getIsPrecise
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The isPrecise.
-
setIsPrecise
public ConsumerQuotaLimit.Builder setIsPrecise(boolean value)
Whether this limit is precise or imprecise.
bool is_precise = 3;
- Parameters:
value
- The isPrecise to set.- Returns:
- This builder for chaining.
-
clearIsPrecise
public ConsumerQuotaLimit.Builder clearIsPrecise()
Whether this limit is precise or imprecise.
bool is_precise = 3;
- Returns:
- This builder for chaining.
-
getAllowsAdminOverrides
public boolean getAllowsAdminOverrides()
Whether admin overrides are allowed on this limit
bool allows_admin_overrides = 7;
- Specified by:
getAllowsAdminOverrides
in interfaceConsumerQuotaLimitOrBuilder
- Returns:
- The allowsAdminOverrides.
-
setAllowsAdminOverrides
public ConsumerQuotaLimit.Builder setAllowsAdminOverrides(boolean value)
Whether admin overrides are allowed on this limit
bool allows_admin_overrides = 7;
- Parameters:
value
- The allowsAdminOverrides to set.- Returns:
- This builder for chaining.
-
clearAllowsAdminOverrides
public ConsumerQuotaLimit.Builder clearAllowsAdminOverrides()
Whether admin overrides are allowed on this limit
bool allows_admin_overrides = 7;
- Returns:
- This builder for chaining.
-
getQuotaBucketsList
public List<QuotaBucket> 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
- Specified by:
getQuotaBucketsList
in interfaceConsumerQuotaLimitOrBuilder
-
getQuotaBucketsCount
public int getQuotaBucketsCount()
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
- Specified by:
getQuotaBucketsCount
in interfaceConsumerQuotaLimitOrBuilder
-
getQuotaBuckets
public QuotaBucket 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
- Specified by:
getQuotaBuckets
in interfaceConsumerQuotaLimitOrBuilder
-
setQuotaBuckets
public 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
setQuotaBuckets
public ConsumerQuotaLimit.Builder setQuotaBuckets(int index, QuotaBucket.Builder builderForValue)
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addQuotaBuckets
public 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addQuotaBuckets
public 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addQuotaBuckets
public ConsumerQuotaLimit.Builder addQuotaBuckets(QuotaBucket.Builder builderForValue)
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addQuotaBuckets
public ConsumerQuotaLimit.Builder addQuotaBuckets(int index, QuotaBucket.Builder builderForValue)
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addAllQuotaBuckets
public 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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
clearQuotaBuckets
public ConsumerQuotaLimit.Builder clearQuotaBuckets()
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
removeQuotaBuckets
public ConsumerQuotaLimit.Builder removeQuotaBuckets(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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
getQuotaBucketsBuilder
public QuotaBucket.Builder getQuotaBucketsBuilder(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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
getQuotaBucketsOrBuilder
public QuotaBucketOrBuilder getQuotaBucketsOrBuilder(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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
- Specified by:
getQuotaBucketsOrBuilder
in interfaceConsumerQuotaLimitOrBuilder
-
getQuotaBucketsOrBuilderList
public List<? extends QuotaBucketOrBuilder> getQuotaBucketsOrBuilderList()
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
- Specified by:
getQuotaBucketsOrBuilderList
in interfaceConsumerQuotaLimitOrBuilder
-
addQuotaBucketsBuilder
public QuotaBucket.Builder addQuotaBucketsBuilder()
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
addQuotaBucketsBuilder
public QuotaBucket.Builder addQuotaBucketsBuilder(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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
getQuotaBucketsBuilderList
public List<QuotaBucket.Builder> getQuotaBucketsBuilderList()
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).
repeated .google.api.serviceusage.v1beta1.QuotaBucket quota_buckets = 9;
-
setUnknownFields
public final ConsumerQuotaLimit.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
mergeUnknownFields
public final ConsumerQuotaLimit.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ConsumerQuotaLimit.Builder>
-
-