Uses of Class
com.google.cloud.bigquery.SnapshotTableDefinition.Builder
-
Packages that use SnapshotTableDefinition.Builder Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of SnapshotTableDefinition.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return SnapshotTableDefinition.Builder Modifier and Type Method Description static SnapshotTableDefinition.Builder
SnapshotTableDefinition. newBuilder()
Returns a builder for a snapshot table definition.abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setBaseTableId(TableId baseTableId)
Reference describing the ID of the table that was snapshot.abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setClustering(Clustering clustering)
abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setRangePartitioning(RangePartitioning rangePartitioning)
abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setSnapshotTime(String dateTime)
The time at which the base table was snapshot.abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)
abstract SnapshotTableDefinition.Builder
SnapshotTableDefinition. toBuilder()
-