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.CloneDefinition¶
- class google.cloud.bigquery.table.CloneDefinition(resource: Dict[str, Any])[source]¶
Information about base table and clone time of the clone.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#clonedefinition
- Parameters
resource – Clone 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.