Uses of Class
com.google.cloud.bigquery.TableDefinition.Type
-
Packages that use TableDefinition.Type Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TableDefinition.Type in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as TableDefinition.Type Modifier and Type Field Description static TableDefinition.TypeTableDefinition.Type. EXTERNALA BigQuery table backed by external data.static TableDefinition.TypeTableDefinition.Type. MATERIALIZED_VIEWSQL query whose result is persisted.static TableDefinition.TypeTableDefinition.Type. MODELA BigQuery table representing BigQuery ML Model.static TableDefinition.TypeTableDefinition.Type. SNAPSHOTstatic TableDefinition.TypeTableDefinition.Type. TABLEA normal BigQuery table.static TableDefinition.TypeTableDefinition.Type. VIEWA virtual table defined by a SQL query.Methods in com.google.cloud.bigquery that return TableDefinition.Type Modifier and Type Method Description abstract TableDefinition.TypeTableDefinition. getType()Returns the table's type.static TableDefinition.TypeTableDefinition.Type. valueOf(String constant)Get the Type for the given String constant, and allow unrecognized values.static TableDefinition.TypeTableDefinition.Type. valueOfStrict(String constant)Get the Type for the given String constant, and throw an exception if the constant is not recognized.static TableDefinition.Type[]TableDefinition.Type. values()Return the known values for Type.Methods in com.google.cloud.bigquery with parameters of type TableDefinition.Type Modifier and Type Method Description abstract ExternalTableDefinition.BuilderExternalTableDefinition.Builder. setType(TableDefinition.Type type)abstract MaterializedViewDefinition.BuilderMaterializedViewDefinition.Builder. setType(TableDefinition.Type type)abstract ModelTableDefinition.BuilderModelTableDefinition.Builder. setType(TableDefinition.Type type)abstract StandardTableDefinition.BuilderStandardTableDefinition.Builder. setType(TableDefinition.Type type)abstract BTableDefinition.Builder. setType(TableDefinition.Type type)abstract ViewDefinition.BuilderViewDefinition.Builder. setType(TableDefinition.Type type)
-