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.SchemaCaseReadSession.SchemaCase. forNumber(int value)ReadSession.SchemaCaseReadSession.Builder. getSchemaCase()ReadSession.SchemaCaseReadSession. getSchemaCase()ReadSession.SchemaCaseReadSessionOrBuilder. getSchemaCase()static ReadSession.SchemaCaseReadSession.SchemaCase. valueOf(int value)Deprecated.static ReadSession.SchemaCaseReadSession.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.
-