As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit Python 2 support on Google Cloud.
google.cloud.bigquery.table.SnapshotDefinition¶
- class google.cloud.bigquery.table.SnapshotDefinition(resource: Dict[str, Any])[source]¶
Information about base table and snapshot time of the snapshot.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#snapshotdefinition
- Parameters
resource – Snapshot definition representation returned from the API.
- __init__(resource: Dict[str, Any])[source]¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(resource)Initialize self.