Class GeoTaxonomy.Builder (2.42.0)

public static final class GeoTaxonomy.Builder extends GeneratedMessageV3.Builder<GeoTaxonomy.Builder> implements GeoTaxonomyOrBuilder

Encapsulates the geographic taxonomy data for a sku.

Protobuf type google.cloud.billing.v1.GeoTaxonomy

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
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;

Parameter
Name Description
values Iterable<String>

The regions to add.

Returns
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;

Parameter
Name Description
value String

The regions to add.

Returns
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;

Parameter
Name Description
value ByteString

The bytes of the regions to add.

Returns
Type Description
GeoTaxonomy.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GeoTaxonomy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GeoTaxonomy.Builder
Overrides

build()

public GeoTaxonomy build()
Returns
Type Description
GeoTaxonomy

buildPartial()

public GeoTaxonomy buildPartial()
Returns
Type Description
GeoTaxonomy

clear()

public GeoTaxonomy.Builder clear()
Returns
Type Description
GeoTaxonomy.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GeoTaxonomy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GeoTaxonomy.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GeoTaxonomy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GeoTaxonomy.Builder
Overrides

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;

Returns
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;

Returns
Type Description
GeoTaxonomy.Builder

This builder for chaining.

clone()

public GeoTaxonomy.Builder clone()
Returns
Type Description
GeoTaxonomy.Builder
Overrides

getDefaultInstanceForType()

public GeoTaxonomy getDefaultInstanceForType()
Returns
Type Description
GeoTaxonomy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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;

Parameter
Name Description
index int

The index of the element to return.

Returns
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;

Parameter
Name Description
index int

The index of the value to return.

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GeoTaxonomy other)

public GeoTaxonomy.Builder mergeFrom(GeoTaxonomy other)
Parameter
Name Description
other GeoTaxonomy
Returns
Type Description
GeoTaxonomy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GeoTaxonomy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GeoTaxonomy.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GeoTaxonomy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GeoTaxonomy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GeoTaxonomy.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GeoTaxonomy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GeoTaxonomy.Builder
Overrides

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;

Parameters
Name Description
index int

The index to set the value at.

value String

The regions to set.

Returns
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)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GeoTaxonomy.Builder
Overrides

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;

Parameter
Name Description
value GeoTaxonomy.Type

The type to set.

Returns
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;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
GeoTaxonomy.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GeoTaxonomy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GeoTaxonomy.Builder
Overrides