Uses of Class
com.google.cloud.bigquery.TableDefinition
Packages that use TableDefinition
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TableDefinition in com.google.cloud.bigquery
Classes in com.google.cloud.bigquery with type parameters of type TableDefinitionModifier and TypeClassDescriptionstatic classTableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T, B>> Base builder for table definitions.Subclasses of TableDefinition in com.google.cloud.bigqueryModifier and TypeClassDescriptionclassGoogle BigQuery external table definition.classclassA Google BigQuery Model table definition.classclassA Google BigQuery default table definition.classGoogle BigQuery view table definition.Methods in com.google.cloud.bigquery with type parameters of type TableDefinitionModifier and TypeMethodDescription<T extends TableDefinition>
TTableInfo.getDefinition()Returns the table definition.Methods in com.google.cloud.bigquery with parameters of type TableDefinitionModifier and TypeMethodDescriptionDataset.create(String tableId, TableDefinition definition, BigQuery.TableOption... options) Creates a new table in this dataset.static TableInfo.BuilderTableInfo.newBuilder(TableId tableId, TableDefinition definition) Returns a builder for aTableInfoobject given table identity and definition.static TableInfoTableInfo.of(TableId tableId, TableDefinition definition) Returns aTableInfoobject given table identity and definition.Table.Builder.setDefinition(TableDefinition definition) abstract TableInfo.BuilderTableInfo.Builder.setDefinition(TableDefinition definition) Sets the table definition.