Class GeoTaxonomy.Builder (2.41.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
TypeDescription
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
NameDescription
valuesIterable<String>

The regions to add.

Returns
TypeDescription
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
NameDescription
valueString

The regions to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the regions to add.

Returns
TypeDescription
GeoTaxonomy.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GeoTaxonomy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

build()

public GeoTaxonomy build()
Returns
TypeDescription
GeoTaxonomy

buildPartial()

public GeoTaxonomy buildPartial()
Returns
TypeDescription
GeoTaxonomy

clear()

public GeoTaxonomy.Builder clear()
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GeoTaxonomy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GeoTaxonomy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
GeoTaxonomy.Builder

This builder for chaining.

clone()

public GeoTaxonomy.Builder clone()
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

getDefaultInstanceForType()

public GeoTaxonomy getDefaultInstanceForType()
Returns
TypeDescription
GeoTaxonomy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GeoTaxonomy other)

public GeoTaxonomy.Builder mergeFrom(GeoTaxonomy other)
Parameter
NameDescription
otherGeoTaxonomy
Returns
TypeDescription
GeoTaxonomy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GeoTaxonomy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GeoTaxonomy.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GeoTaxonomy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GeoTaxonomy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The regions to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueGeoTaxonomy.Type

The type to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
GeoTaxonomy.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GeoTaxonomy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GeoTaxonomy.Builder
Overrides