Uses of Class
com.google.cloud.bigquery.storage.v1.StreamWriter.SingleConnectionOrConnectionPool.Kind
-
Packages that use StreamWriter.SingleConnectionOrConnectionPool.Kind Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of StreamWriter.SingleConnectionOrConnectionPool.Kind in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return StreamWriter.SingleConnectionOrConnectionPool.Kind Modifier and Type Method Description abstract StreamWriter.SingleConnectionOrConnectionPool.Kind
StreamWriter.SingleConnectionOrConnectionPool. getKind()
static StreamWriter.SingleConnectionOrConnectionPool.Kind
StreamWriter.SingleConnectionOrConnectionPool.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamWriter.SingleConnectionOrConnectionPool.Kind[]
StreamWriter.SingleConnectionOrConnectionPool.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-