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.ConnectivityCaseConnectionProfile.ConnectivityCase. forNumber(int value)ConnectionProfile.ConnectivityCaseConnectionProfile.Builder. getConnectivityCase()ConnectionProfile.ConnectivityCaseConnectionProfile. getConnectivityCase()ConnectionProfile.ConnectivityCaseConnectionProfileOrBuilder. getConnectivityCase()static ConnectionProfile.ConnectivityCaseConnectionProfile.ConnectivityCase. valueOf(int value)Deprecated.static ConnectionProfile.ConnectivityCaseConnectionProfile.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.
-