public enum Instance.Edition extends Enum<Instance.Edition> implements ProtocolMessageEnum
The edition selected for this instance. Different editions provide different capabilities at different price points.
Protobuf enum google.spanner.admin.instance.v1.Instance.Edition
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EDITION_UNSPECIFIED |
Edition not specified. |
EDITION_UNSPECIFIED_VALUE |
Edition not specified. |
ENTERPRISE |
Enterprise edition. |
ENTERPRISE_PLUS |
Enterprise Plus edition. |
ENTERPRISE_PLUS_VALUE |
Enterprise Plus edition. |
ENTERPRISE_VALUE |
Enterprise edition. |
STANDARD |
Standard edition. |
STANDARD_VALUE |
Standard edition. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |