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.BuilderSnapshotTableDefinition. newBuilder()Returns a builder for a snapshot table definition.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setBaseTableId(TableId baseTableId)Reference describing the ID of the table that was snapshot.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setClustering(Clustering clustering)abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setRangePartitioning(RangePartitioning rangePartitioning)abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setSnapshotTime(String dateTime)The time at which the base table was snapshot.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder. setTimePartitioning(TimePartitioning timePartitioning)abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition. toBuilder()
-