public static enum GeoTaxonomy.Type extends Enum<GeoTaxonomy.Type> implements com.google.protobuf.ProtocolMessageEnum
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.Protobuf enum
google.cloud.billing.v1.GeoTaxonomy.Type| Enum Constant and Description |
|---|
GLOBAL
The sku is global in nature, e.g. a license sku.
|
MULTI_REGIONAL
The sku is associated with multiple regions, e.g.
|
REGIONAL
The sku is available in a specific region, e.g.
|
TYPE_UNSPECIFIED
The type is not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBAL_VALUE
The sku is global in nature, e.g. a license sku.
|
static int |
MULTI_REGIONAL_VALUE
The sku is associated with multiple regions, e.g.
|
static int |
REGIONAL_VALUE
The sku is available in a specific region, e.g.
|
static int |
TYPE_UNSPECIFIED_VALUE
The type is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoTaxonomy.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<GeoTaxonomy.Type> |
internalGetValueMap() |
static GeoTaxonomy.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GeoTaxonomy.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GeoTaxonomy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoTaxonomy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoTaxonomy.Type TYPE_UNSPECIFIED
The type is not specified.
TYPE_UNSPECIFIED = 0;public static final GeoTaxonomy.Type 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;public static final GeoTaxonomy.Type REGIONAL
The sku is available in a specific region, e.g. "us-west2".
REGIONAL = 2;public static final GeoTaxonomy.Type MULTI_REGIONAL
The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".
MULTI_REGIONAL = 3;public static final GeoTaxonomy.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
The type is not specified.
TYPE_UNSPECIFIED = 0;public static final int 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;public static final int REGIONAL_VALUE
The sku is available in a specific region, e.g. "us-west2".
REGIONAL = 2;public static final int MULTI_REGIONAL_VALUE
The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".
MULTI_REGIONAL = 3;public static GeoTaxonomy.Type[] values()
for (GeoTaxonomy.Type c : GeoTaxonomy.Type.values()) System.out.println(c);
public static GeoTaxonomy.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GeoTaxonomy.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GeoTaxonomy.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GeoTaxonomy.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GeoTaxonomy.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.