Class TableName (1.0.6)

TableName(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The fully-qualified name for a table.

Attributes

NameDescription
project_id str
The project ID.
dataset_id str
The dataset ID within the project.
table_id str
The table ID of the table within the dataset.

Inheritance

builtins.object > proto.message.Message > TableName