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