Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ReadSession.SchemaCase
-
Packages that use ReadSession.SchemaCase Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of ReadSession.SchemaCase in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ReadSession.SchemaCase Modifier and Type Method Description static ReadSession.SchemaCase
ReadSession.SchemaCase. forNumber(int value)
ReadSession.SchemaCase
ReadSession.Builder. getSchemaCase()
ReadSession.SchemaCase
ReadSession. getSchemaCase()
ReadSession.SchemaCase
ReadSessionOrBuilder. getSchemaCase()
static ReadSession.SchemaCase
ReadSession.SchemaCase. valueOf(int value)
Deprecated.static ReadSession.SchemaCase
ReadSession.SchemaCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReadSession.SchemaCase[]
ReadSession.SchemaCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-