Uses of Class
com.google.cloud.bigquery.storage.v1.ReadSession.SchemaCase
-
Packages that use ReadSession.SchemaCase Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ReadSession.SchemaCase in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 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.
-