Uses of Class
com.google.cloud.clouddms.v1.OracleConnectionProfile.ConnectivityCase
-
Packages that use OracleConnectionProfile.ConnectivityCase Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of OracleConnectionProfile.ConnectivityCase in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return OracleConnectionProfile.ConnectivityCase Modifier and Type Method Description static OracleConnectionProfile.ConnectivityCase
OracleConnectionProfile.ConnectivityCase. forNumber(int value)
OracleConnectionProfile.ConnectivityCase
OracleConnectionProfile.Builder. getConnectivityCase()
OracleConnectionProfile.ConnectivityCase
OracleConnectionProfile. getConnectivityCase()
OracleConnectionProfile.ConnectivityCase
OracleConnectionProfileOrBuilder. getConnectivityCase()
static OracleConnectionProfile.ConnectivityCase
OracleConnectionProfile.ConnectivityCase. valueOf(int value)
Deprecated.static OracleConnectionProfile.ConnectivityCase
OracleConnectionProfile.ConnectivityCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleConnectionProfile.ConnectivityCase[]
OracleConnectionProfile.ConnectivityCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-