public static final class DimensionsInfo.Builder extends GeneratedMessageV3.Builder<DimensionsInfo.Builder> implements DimensionsInfoOrBuilder
The detailed quota information such as effective quota value for a
combination of dimensions.
Protobuf type google.api.cloudquotas.v1.DimensionsInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllApplicableLocations(Iterable<String> values)
public DimensionsInfo.Builder addAllApplicableLocations(Iterable<String> values)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameter |
---|
Name | Description |
values | Iterable<String>
The applicableLocations to add.
|
addApplicableLocations(String value)
public DimensionsInfo.Builder addApplicableLocations(String value)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameter |
---|
Name | Description |
value | String
The applicableLocations to add.
|
addApplicableLocationsBytes(ByteString value)
public DimensionsInfo.Builder addApplicableLocationsBytes(ByteString value)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameter |
---|
Name | Description |
value | ByteString
The bytes of the applicableLocations to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DimensionsInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DimensionsInfo build()
buildPartial()
public DimensionsInfo buildPartial()
clear()
public DimensionsInfo.Builder clear()
Overrides
clearApplicableLocations()
public DimensionsInfo.Builder clearApplicableLocations()
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
clearDetails()
public DimensionsInfo.Builder clearDetails()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
clearDimensions()
public DimensionsInfo.Builder clearDimensions()
clearField(Descriptors.FieldDescriptor field)
public DimensionsInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DimensionsInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public DimensionsInfo.Builder clone()
Overrides
containsDimensions(String key)
public boolean containsDimensions(String key)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
Parameter |
---|
Name | Description |
key | String
|
getApplicableLocations(int index)
public String getApplicableLocations(int index)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The applicableLocations at the given index.
|
getApplicableLocationsBytes(int index)
public ByteString getApplicableLocationsBytes(int index)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the applicableLocations at the given index.
|
getApplicableLocationsCount()
public int getApplicableLocationsCount()
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Returns |
---|
Type | Description |
int | The count of applicableLocations.
|
getApplicableLocationsList()
public ProtocolStringList getApplicableLocationsList()
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
getDefaultInstanceForType()
public DimensionsInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDetails()
public QuotaDetails getDetails()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
getDetailsBuilder()
public QuotaDetails.Builder getDetailsBuilder()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
getDetailsOrBuilder()
public QuotaDetailsOrBuilder getDetailsOrBuilder()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
getDimensions() (deprecated)
public Map<String,String> getDimensions()
getDimensionsCount()
public int getDimensionsCount()
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
Returns |
---|
Type | Description |
int | |
getDimensionsMap()
public Map<String,String> getDimensionsMap()
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
getDimensionsOrDefault(String key, String defaultValue)
public String getDimensionsOrDefault(String key, String defaultValue)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
getDimensionsOrThrow(String key)
public String getDimensionsOrThrow(String key)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
Parameter |
---|
Name | Description |
key | String
|
getMutableDimensions() (deprecated)
public Map<String,String> getMutableDimensions()
Use alternate mutation accessors instead.
hasDetails()
public boolean hasDetails()
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
Returns |
---|
Type | Description |
boolean | Whether the details field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
---|
Name | Description |
number | int
|
Returns |
---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor | |
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
---|
Name | Description |
number | int
|
Returns |
---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor | |
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeDetails(QuotaDetails value)
public DimensionsInfo.Builder mergeDetails(QuotaDetails value)
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
mergeFrom(DimensionsInfo other)
public DimensionsInfo.Builder mergeFrom(DimensionsInfo other)
public DimensionsInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DimensionsInfo.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DimensionsInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllDimensions(Map<String,String> values)
public DimensionsInfo.Builder putAllDimensions(Map<String,String> values)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
putDimensions(String key, String value)
public DimensionsInfo.Builder putDimensions(String key, String value)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
removeDimensions(String key)
public DimensionsInfo.Builder removeDimensions(String key)
The map of dimensions for this dimensions info. The key of a map entry
is "region", "zone" or the name of a service specific dimension, and the
value of a map entry is the value of the dimension. If a dimension does
not appear in the map of dimensions, the dimensions info applies to all
the dimension values except for those that have another DimenisonInfo
instance configured for the specific value.
Example: {"provider" : "Foo Inc"} where "provider" is a service specific
dimension of a quota.
map<string, string> dimensions = 1;
Parameter |
---|
Name | Description |
key | String
|
setApplicableLocations(int index, String value)
public DimensionsInfo.Builder setApplicableLocations(int index, String value)
The applicable regions or zones of this dimensions info. The field will be
set to ['global'] for quotas that are not per region or per zone.
Otherwise, it will be set to the list of locations this dimension info is
applicable to.
repeated string applicable_locations = 3;
Parameters |
---|
Name | Description |
index | int
The index to set the value at.
|
value | String
The applicableLocations to set.
|
setDetails(QuotaDetails value)
public DimensionsInfo.Builder setDetails(QuotaDetails value)
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
setDetails(QuotaDetails.Builder builderForValue)
public DimensionsInfo.Builder setDetails(QuotaDetails.Builder builderForValue)
Quota details for the specified dimensions.
.google.api.cloudquotas.v1.QuotaDetails details = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public DimensionsInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DimensionsInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DimensionsInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides