Uses of Class
com.google.cloud.bigquery.connection.v1.Connection.PropertiesCase
-
Packages that use Connection.PropertiesCase Package Description com.google.cloud.bigquery.connection.v1 -
-
Uses of Connection.PropertiesCase in com.google.cloud.bigquery.connection.v1
Methods in com.google.cloud.bigquery.connection.v1 that return Connection.PropertiesCase Modifier and Type Method Description static Connection.PropertiesCase
Connection.PropertiesCase. forNumber(int value)
Connection.PropertiesCase
Connection.Builder. getPropertiesCase()
Connection.PropertiesCase
Connection. getPropertiesCase()
Connection.PropertiesCase
ConnectionOrBuilder. getPropertiesCase()
static Connection.PropertiesCase
Connection.PropertiesCase. valueOf(int value)
Deprecated.static Connection.PropertiesCase
Connection.PropertiesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Connection.PropertiesCase[]
Connection.PropertiesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-