Uses of Class
com.google.cloud.clouddms.v1.DatabaseEngine
-
Packages that use DatabaseEngine Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of DatabaseEngine in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return DatabaseEngine Modifier and Type Method Description static DatabaseEngine
DatabaseEngine. forNumber(int value)
DatabaseEngine
DatabaseEngineInfo.Builder. getEngine()
Required.DatabaseEngine
DatabaseEngineInfo. getEngine()
Required.DatabaseEngine
DatabaseEngineInfoOrBuilder. getEngine()
Required.DatabaseEngine
DatabaseType.Builder. getEngine()
The database engine.DatabaseEngine
DatabaseType. getEngine()
The database engine.DatabaseEngine
DatabaseTypeOrBuilder. getEngine()
The database engine.static DatabaseEngine
DatabaseEngine. valueOf(int value)
Deprecated.static DatabaseEngine
DatabaseEngine. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DatabaseEngine
DatabaseEngine. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseEngine[]
DatabaseEngine. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type DatabaseEngine Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DatabaseEngine>
DatabaseEngine. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type DatabaseEngine Modifier and Type Method Description DatabaseEngineInfo.Builder
DatabaseEngineInfo.Builder. setEngine(DatabaseEngine value)
Required.DatabaseType.Builder
DatabaseType.Builder. setEngine(DatabaseEngine value)
The database engine.
-