Enum GeoTaxonomy.Type (2.41.0)

public enum GeoTaxonomy.Type extends Enum<GeoTaxonomy.Type> implements ProtocolMessageEnum

The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.

Protobuf enum google.cloud.billing.v1.GeoTaxonomy.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GLOBAL

The sku is global in nature, e.g. a license sku. Global skus are available in all regions, and so have an empty region list.

GLOBAL = 1;

GLOBAL_VALUE

The sku is global in nature, e.g. a license sku. Global skus are available in all regions, and so have an empty region list.

GLOBAL = 1;

MULTI_REGIONAL

The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".

MULTI_REGIONAL = 3;

MULTI_REGIONAL_VALUE

The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".

MULTI_REGIONAL = 3;

REGIONAL

The sku is available in a specific region, e.g. "us-west2".

REGIONAL = 2;

REGIONAL_VALUE

The sku is available in a specific region, e.g. "us-west2".

REGIONAL = 2;

TYPE_UNSPECIFIED

The type is not specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type is not specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()