Class GeoTaxonomy (2.42.0)

public final class GeoTaxonomy extends GeneratedMessageV3 implements GeoTaxonomyOrBuilder

Encapsulates the geographic taxonomy data for a sku.

Protobuf type google.cloud.billing.v1.GeoTaxonomy

Static Fields

REGIONS_FIELD_NUMBER

public static final int REGIONS_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GeoTaxonomy getDefaultInstance()
Returns
Type Description
GeoTaxonomy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GeoTaxonomy.Builder newBuilder()
Returns
Type Description
GeoTaxonomy.Builder

newBuilder(GeoTaxonomy prototype)

public static GeoTaxonomy.Builder newBuilder(GeoTaxonomy prototype)
Parameter
Name Description
prototype GeoTaxonomy
Returns
Type Description
GeoTaxonomy.Builder

parseDelimitedFrom(InputStream input)

public static GeoTaxonomy parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GeoTaxonomy parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GeoTaxonomy parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GeoTaxonomy parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GeoTaxonomy parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GeoTaxonomy parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GeoTaxonomy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GeoTaxonomy
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GeoTaxonomy> parser()
Returns
Type Description
Parser<GeoTaxonomy>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GeoTaxonomy getDefaultInstanceForType()
Returns
Type Description
GeoTaxonomy

getParserForType()

public Parser<GeoTaxonomy> getParserForType()
Returns
Type Description
Parser<GeoTaxonomy>
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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GeoTaxonomy.Builder newBuilderForType()
Returns
Type Description
GeoTaxonomy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GeoTaxonomy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GeoTaxonomy.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GeoTaxonomy.Builder toBuilder()
Returns
Type Description
GeoTaxonomy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException