| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotDefinition |
SnapshotDefinition.clone() |
SnapshotDefinition |
Table.getSnapshotDefinition()
[Output-only] Snapshot definition.
|
SnapshotDefinition |
SnapshotDefinition.set(String fieldName,
Object value) |
SnapshotDefinition |
SnapshotDefinition.setBaseTableReference(TableReference baseTableReference)
[Required] Reference describing the ID of the table that was snapshot.
|
SnapshotDefinition |
SnapshotDefinition.setSnapshotTime(com.google.api.client.util.DateTime snapshotTime)
[Required] The time at which the base table was snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.setSnapshotDefinition(SnapshotDefinition snapshotDefinition)
[Output-only] Snapshot definition.
|
Copyright © 2011–2023 Google. All rights reserved.