public enum DatabaseProvider extends Enum<DatabaseProvider> implements com.google.protobuf.ProtocolMessageEnum
The database providers.Protobuf enum
google.cloud.clouddms.v1.DatabaseProvider| Enum Constant and Description |
|---|
ALLOYDB
AlloyDB.
|
AURORA
Amazon Aurora.
|
CLOUDSQL
CloudSQL runs the database.
|
DATABASE_PROVIDER_UNSPECIFIED
The database provider is unknown.
|
RDS
RDS runs the database.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOYDB_VALUE
AlloyDB.
|
static int |
AURORA_VALUE
Amazon Aurora.
|
static int |
CLOUDSQL_VALUE
CloudSQL runs the database.
|
static int |
DATABASE_PROVIDER_UNSPECIFIED_VALUE
The database provider is unknown.
|
static int |
RDS_VALUE
RDS runs the database.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseProvider |
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<DatabaseProvider> |
internalGetValueMap() |
static DatabaseProvider |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseProvider |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseProvider DATABASE_PROVIDER_UNSPECIFIED
The database provider is unknown.
DATABASE_PROVIDER_UNSPECIFIED = 0;public static final DatabaseProvider CLOUDSQL
CloudSQL runs the database.
CLOUDSQL = 1;public static final DatabaseProvider RDS
RDS runs the database.
RDS = 2;public static final DatabaseProvider AURORA
Amazon Aurora.
AURORA = 3;public static final DatabaseProvider ALLOYDB
AlloyDB.
ALLOYDB = 4;public static final DatabaseProvider UNRECOGNIZED
public static final int DATABASE_PROVIDER_UNSPECIFIED_VALUE
The database provider is unknown.
DATABASE_PROVIDER_UNSPECIFIED = 0;public static final int CLOUDSQL_VALUE
CloudSQL runs the database.
CLOUDSQL = 1;public static final int RDS_VALUE
RDS runs the database.
RDS = 2;public static final int AURORA_VALUE
Amazon Aurora.
AURORA = 3;public static final int ALLOYDB_VALUE
AlloyDB.
ALLOYDB = 4;public static DatabaseProvider[] values()
for (DatabaseProvider c : DatabaseProvider.values()) System.out.println(c);
public static DatabaseProvider 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 DatabaseProvider valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DatabaseProvider forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DatabaseProvider> 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 DatabaseProvider valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.