Class ListTablesRequest (0.3.0)

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

Request message for the ListTables method.

Attributes

NameDescription
parent str
Required. The parent, which owns this collection of tables. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}
page_size int
The maximum number of tables to return. The service may return fewer than this value. If unspecified, at most 50 tables will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
A page token, received from a previous ListTables call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTables must match the call that provided the page token.
view google.cloud.bigquery.biglake_v1.types.TableView
The view for the returned tables.