public static enum Instance.Edition extends Enum<Instance.Edition> implements com.google.protobuf.ProtocolMessageEnum
Possible editions of an instance. An edition is a specific tier of Cloud Bigtable. Each edition is tailored to different customer needs. Higher tiers offer more features and better performance.Protobuf enum
google.bigtable.admin.v2.Instance.Edition| Enum Constant and Description |
|---|
EDITION_UNSPECIFIED
The edition is unspecified.
|
ENTERPRISE
The Enterprise edition.
|
ENTERPRISE_PLUS
The Enterprise Plus edition.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EDITION_UNSPECIFIED_VALUE
The edition is unspecified.
|
static int |
ENTERPRISE_PLUS_VALUE
The Enterprise Plus edition.
|
static int |
ENTERPRISE_VALUE
The Enterprise edition.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance.Edition |
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<Instance.Edition> |
internalGetValueMap() |
static Instance.Edition |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.Edition |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.Edition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.Edition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instance.Edition EDITION_UNSPECIFIED
The edition is unspecified. This is treated as `ENTERPRISE`.
EDITION_UNSPECIFIED = 0;public static final Instance.Edition ENTERPRISE
The Enterprise edition. This is the default offering that is designed to meet the needs of most enterprise workloads.
ENTERPRISE = 1;public static final Instance.Edition ENTERPRISE_PLUS
The Enterprise Plus edition. This is a premium tier that is designed for demanding, multi-tenant workloads requiring the highest levels of performance, scale, and global availability. The nodes in the Enterprise Plus tier come at a higher cost than the Enterprise tier. Any Enterprise Plus features must be disabled before downgrading to Enterprise.
ENTERPRISE_PLUS = 2;public static final Instance.Edition UNRECOGNIZED
public static final int EDITION_UNSPECIFIED_VALUE
The edition is unspecified. This is treated as `ENTERPRISE`.
EDITION_UNSPECIFIED = 0;public static final int ENTERPRISE_VALUE
The Enterprise edition. This is the default offering that is designed to meet the needs of most enterprise workloads.
ENTERPRISE = 1;public static final int ENTERPRISE_PLUS_VALUE
The Enterprise Plus edition. This is a premium tier that is designed for demanding, multi-tenant workloads requiring the highest levels of performance, scale, and global availability. The nodes in the Enterprise Plus tier come at a higher cost than the Enterprise tier. Any Enterprise Plus features must be disabled before downgrading to Enterprise.
ENTERPRISE_PLUS = 2;public static Instance.Edition[] values()
for (Instance.Edition c : Instance.Edition.values()) System.out.println(c);
public static Instance.Edition 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 Instance.Edition valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Instance.Edition forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Instance.Edition> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Instance.Edition valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.