public enum Settings.Edition extends Enum<Settings.Edition> implements ProtocolMessageEnumThe list of Cloud SQL editions available to users.
Protobuf enum google.cloud.sql.v1.Settings.Edition
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEVELOPER |
This instance is a Cloud SQL developer edition instance. |
DEVELOPER_VALUE |
This instance is a Cloud SQL developer edition instance. |
EDITION_UNSPECIFIED |
The instance did not specify the edition. |
EDITION_UNSPECIFIED_VALUE |
The instance did not specify the edition. |
ENTERPRISE |
The instance is an enterprise edition. |
ENTERPRISE_PLUS |
The instance is an Enterprise Plus edition. |
ENTERPRISE_PLUS_VALUE |
The instance is an Enterprise Plus edition. |
ENTERPRISE_VALUE |
The instance is an enterprise 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() |
|