- 2.78.0 (latest)
 - 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.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.5
 - 2.2.1
 - 2.1.12
 
public static final class GeoTaxonomy.Builder extends GeneratedMessageV3.Builder<GeoTaxonomy.Builder> implements GeoTaxonomyOrBuilderEncapsulates the geographic taxonomy data for a sku.
 Protobuf type google.cloud.billing.v1.GeoTaxonomy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GeoTaxonomy.BuilderImplements
GeoTaxonomyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllRegions(Iterable<String> values)
public GeoTaxonomy.Builder addAllRegions(Iterable<String> values)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| values | Iterable<String>The regions to add.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
addRegions(String value)
public GeoTaxonomy.Builder addRegions(String value)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| value | StringThe regions to add.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
addRegionsBytes(ByteString value)
public GeoTaxonomy.Builder addRegionsBytes(ByteString value)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| value | ByteStringThe bytes of the regions to add.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GeoTaxonomy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
build()
public GeoTaxonomy build()| Type | Description | 
| GeoTaxonomy | 
buildPartial()
public GeoTaxonomy buildPartial()| Type | Description | 
| GeoTaxonomy | 
clear()
public GeoTaxonomy.Builder clear()| Type | Description | 
| GeoTaxonomy.Builder | 
clearField(Descriptors.FieldDescriptor field)
public GeoTaxonomy.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public GeoTaxonomy.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
clearRegions()
public GeoTaxonomy.Builder clearRegions()The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
clearType()
public GeoTaxonomy.Builder clearType()The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
 .google.cloud.billing.v1.GeoTaxonomy.Type type = 1;
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
clone()
public GeoTaxonomy.Builder clone()| Type | Description | 
| GeoTaxonomy.Builder | 
getDefaultInstanceForType()
public GeoTaxonomy getDefaultInstanceForType()| Type | Description | 
| GeoTaxonomy | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getRegions(int index)
public String getRegions(int index)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The regions at the given index.  | 
      
getRegionsBytes(int index)
public ByteString getRegionsBytes(int index)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the regions at the given index.  | 
      
getRegionsCount()
public int getRegionsCount()The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Type | Description | 
| int | The count of regions.  | 
      
getRegionsList()
public ProtocolStringList getRegionsList()The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Type | Description | 
| ProtocolStringList | A list containing the regions.  | 
      
getType()
public GeoTaxonomy.Type getType()The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
 .google.cloud.billing.v1.GeoTaxonomy.Type type = 1;
| Type | Description | 
| GeoTaxonomy.Type | The type.  | 
      
getTypeValue()
public int getTypeValue()The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
 .google.cloud.billing.v1.GeoTaxonomy.Type type = 1;
| Type | Description | 
| int | The enum numeric value on the wire for type.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(GeoTaxonomy other)
public GeoTaxonomy.Builder mergeFrom(GeoTaxonomy other)| Name | Description | 
| other | GeoTaxonomy | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GeoTaxonomy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public GeoTaxonomy.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GeoTaxonomy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public GeoTaxonomy.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
setRegions(int index, String value)
public GeoTaxonomy.Builder setRegions(int index, String value)The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
 repeated string regions = 2;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe regions to set.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GeoTaxonomy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| GeoTaxonomy.Builder | 
setType(GeoTaxonomy.Type value)
public GeoTaxonomy.Builder setType(GeoTaxonomy.Type value)The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
 .google.cloud.billing.v1.GeoTaxonomy.Type type = 1;
| Name | Description | 
| value | GeoTaxonomy.TypeThe type to set.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
setTypeValue(int value)
public GeoTaxonomy.Builder setTypeValue(int value)The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
 .google.cloud.billing.v1.GeoTaxonomy.Type type = 1;
| Name | Description | 
| value | intThe enum numeric value on the wire for type to set.  | 
      
| Type | Description | 
| GeoTaxonomy.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final GeoTaxonomy.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GeoTaxonomy.Builder |