Uses of Class
com.google.cloud.bigquery.TableDefinition
-
Packages that use TableDefinition 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 in com.google.cloud.bigquery
Classes in com.google.cloud.bigquery with type parameters of type TableDefinition Modifier and Type Class Description static classTableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>>Base builder for table definitions.Subclasses of TableDefinition in com.google.cloud.bigquery Modifier and Type Class Description classExternalTableDefinitionGoogle BigQuery external table definition.classMaterializedViewDefinitionclassModelTableDefinitionA Google BigQuery Model table definition.classSnapshotTableDefinitionclassStandardTableDefinitionA Google BigQuery default table definition.classViewDefinitionGoogle BigQuery view table definition.Methods in com.google.cloud.bigquery with type parameters of type TableDefinition Modifier and Type Method Description <T extends TableDefinition>
TTableInfo. getDefinition()Returns the table definition.Methods in com.google.cloud.bigquery with parameters of type TableDefinition Modifier and Type Method Description TableDataset. 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.BuilderTable.Builder. setDefinition(TableDefinition definition)abstract TableInfo.BuilderTableInfo.Builder. setDefinition(TableDefinition definition)Sets the table definition.
-