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.
Table API¶
User friendly container for Cloud Spanner Table.
- class google.cloud.spanner_v1.table.Table(table_id, database)[source]¶
Bases:
object
Representation of a Cloud Spanner Table.
- Parameters
- exists()[source]¶
Test whether this table exists.
- Return type
- Returns
True if the table exists, else false.