Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and 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() |
Copyright © 2023 Google LLC. All rights reserved.