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