Uses of Class
com.google.cloud.bigquery.TableDefinition.Type
Packages that use TableDefinition.Type
Package
Description
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.TypeModifier and TypeFieldDescriptionstatic final TableDefinition.TypeTableDefinition.Type.EXTERNALA BigQuery table backed by external data.static final TableDefinition.TypeTableDefinition.Type.MATERIALIZED_VIEWSQL query whose result is persisted.static final TableDefinition.TypeTableDefinition.Type.MODELA BigQuery table representing BigQuery ML Model.static final TableDefinition.TypeTableDefinition.Type.SNAPSHOTstatic final TableDefinition.TypeTableDefinition.Type.TABLEA normal BigQuery table.static final TableDefinition.TypeTableDefinition.Type.VIEWA virtual table defined by a SQL query.Methods in com.google.cloud.bigquery that return TableDefinition.TypeModifier and TypeMethodDescriptionabstract TableDefinition.TypeTableDefinition.getType()Returns the table's type.static TableDefinition.TypeGet 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.TypeModifier and TypeMethodDescriptionabstract 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)