public static enum CloudSqlSettings.SqlDatabaseVersion extends Enum<CloudSqlSettings.SqlDatabaseVersion> implements com.google.protobuf.ProtocolMessageEnum
The database engine type and version.Protobuf enum
google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion| Enum Constant and Description |
|---|
MYSQL_5_6
MySQL 5.6.
|
MYSQL_5_7
MySQL 5.7.
|
MYSQL_8_0
MySQL 8.0.
|
POSTGRES_10
PostgreSQL 10.
|
POSTGRES_11
PostgreSQL 11.
|
POSTGRES_12
PostgreSQL 12.
|
POSTGRES_13
PostgreSQL 13.
|
POSTGRES_14
PostgreSQL 14.
|
POSTGRES_15
PostgreSQL 15.
|
POSTGRES_9_6
PostgreSQL 9.6.
|
SQL_DATABASE_VERSION_UNSPECIFIED
Unspecified version.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MYSQL_5_6_VALUE
MySQL 5.6.
|
static int |
MYSQL_5_7_VALUE
MySQL 5.7.
|
static int |
MYSQL_8_0_VALUE
MySQL 8.0.
|
static int |
POSTGRES_10_VALUE
PostgreSQL 10.
|
static int |
POSTGRES_11_VALUE
PostgreSQL 11.
|
static int |
POSTGRES_12_VALUE
PostgreSQL 12.
|
static int |
POSTGRES_13_VALUE
PostgreSQL 13.
|
static int |
POSTGRES_14_VALUE
PostgreSQL 14.
|
static int |
POSTGRES_15_VALUE
PostgreSQL 15.
|
static int |
POSTGRES_9_6_VALUE
PostgreSQL 9.6.
|
static int |
SQL_DATABASE_VERSION_UNSPECIFIED_VALUE
Unspecified version.
|
| Modifier and Type | Method and Description |
|---|---|
static CloudSqlSettings.SqlDatabaseVersion |
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<CloudSqlSettings.SqlDatabaseVersion> |
internalGetValueMap() |
static CloudSqlSettings.SqlDatabaseVersion |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CloudSqlSettings.SqlDatabaseVersion |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CloudSqlSettings.SqlDatabaseVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudSqlSettings.SqlDatabaseVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudSqlSettings.SqlDatabaseVersion SQL_DATABASE_VERSION_UNSPECIFIED
Unspecified version.
SQL_DATABASE_VERSION_UNSPECIFIED = 0;public static final CloudSqlSettings.SqlDatabaseVersion MYSQL_5_6
MySQL 5.6.
MYSQL_5_6 = 1;public static final CloudSqlSettings.SqlDatabaseVersion MYSQL_5_7
MySQL 5.7.
MYSQL_5_7 = 2;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_9_6
PostgreSQL 9.6.
POSTGRES_9_6 = 3;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_11
PostgreSQL 11.
POSTGRES_11 = 4;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_10
PostgreSQL 10.
POSTGRES_10 = 5;public static final CloudSqlSettings.SqlDatabaseVersion MYSQL_8_0
MySQL 8.0.
MYSQL_8_0 = 6;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_12
PostgreSQL 12.
POSTGRES_12 = 7;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_13
PostgreSQL 13.
POSTGRES_13 = 8;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_14
PostgreSQL 14.
POSTGRES_14 = 17;public static final CloudSqlSettings.SqlDatabaseVersion POSTGRES_15
PostgreSQL 15.
POSTGRES_15 = 18;public static final CloudSqlSettings.SqlDatabaseVersion UNRECOGNIZED
public static final int SQL_DATABASE_VERSION_UNSPECIFIED_VALUE
Unspecified version.
SQL_DATABASE_VERSION_UNSPECIFIED = 0;public static final int MYSQL_5_6_VALUE
MySQL 5.6.
MYSQL_5_6 = 1;public static final int MYSQL_5_7_VALUE
MySQL 5.7.
MYSQL_5_7 = 2;public static final int POSTGRES_9_6_VALUE
PostgreSQL 9.6.
POSTGRES_9_6 = 3;public static final int POSTGRES_11_VALUE
PostgreSQL 11.
POSTGRES_11 = 4;public static final int POSTGRES_10_VALUE
PostgreSQL 10.
POSTGRES_10 = 5;public static final int MYSQL_8_0_VALUE
MySQL 8.0.
MYSQL_8_0 = 6;public static final int POSTGRES_12_VALUE
PostgreSQL 12.
POSTGRES_12 = 7;public static final int POSTGRES_13_VALUE
PostgreSQL 13.
POSTGRES_13 = 8;public static final int POSTGRES_14_VALUE
PostgreSQL 14.
POSTGRES_14 = 17;public static final int POSTGRES_15_VALUE
PostgreSQL 15.
POSTGRES_15 = 18;public static CloudSqlSettings.SqlDatabaseVersion[] values()
for (CloudSqlSettings.SqlDatabaseVersion c : CloudSqlSettings.SqlDatabaseVersion.values()) System.out.println(c);
public static CloudSqlSettings.SqlDatabaseVersion 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 CloudSqlSettings.SqlDatabaseVersion valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CloudSqlSettings.SqlDatabaseVersion forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CloudSqlSettings.SqlDatabaseVersion> 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 CloudSqlSettings.SqlDatabaseVersion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.