projects
List all tables in a specified database.
get/v1/{+parent}/tables
Path parameters
parentstring required
Required. The parent, which owns this collection of tables. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}
Query parameters
pageSizeinteger
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.
pageTokenstring
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'TABLE_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'
The view for the returned tables.
Response
Successful response