Uses of Class
com.google.cloud.bigquery.TableInfo.Builder
Packages that use TableInfo.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TableInfo.Builder in com.google.cloud.bigquery
Subclasses of TableInfo.Builder in com.google.cloud.bigqueryMethods in com.google.cloud.bigquery that return TableInfo.BuilderModifier and TypeMethodDescriptionstatic TableInfo.BuilderTableInfo.newBuilder(TableId tableId, TableDefinition definition) Returns a builder for aTableInfoobject given table identity and definition.Table.Builder.setCloneDefinition(CloneDefinition cloneDefinition) abstract TableInfo.BuilderTableInfo.Builder.setCloneDefinition(CloneDefinition cloneDefinition) abstract TableInfo.BuilderTableInfo.Builder.setDefaultCollation(String defaultCollation) abstract TableInfo.BuilderTableInfo.Builder.setDefinition(TableDefinition definition) Sets the table definition.abstract TableInfo.BuilderTableInfo.Builder.setDescription(String description) Sets a user-friendly description for the table.Table.Builder.setEncryptionConfiguration(EncryptionConfiguration configuration) abstract TableInfo.BuilderTableInfo.Builder.setEncryptionConfiguration(EncryptionConfiguration configuration) abstract TableInfo.BuilderTableInfo.Builder.setExpirationTime(Long expirationTime) Sets the time when this table expires, in milliseconds since the epoch.abstract TableInfo.BuilderTableInfo.Builder.setFriendlyName(String friendlyName) Sets a user-friendly name for the table.abstract TableInfo.BuilderSets the labels applied to this table.TableInfo.Builder.setRequirePartitionFilter(Boolean requirePartitionFilter) abstract TableInfo.BuilderTableInfo.Builder.setResourceTags(Map<String, String> resourceTags) Sets the resource tags applied to this table.abstract TableInfo.BuilderTableInfo.Builder.setTableConstraints(TableConstraints tableConstraints) abstract TableInfo.BuilderTableInfo.Builder.setTableId(TableId tableId) Sets the table identity.TableInfo.toBuilder()Returns a builder for the table object.