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