v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

Lists all tables served from a specified instance.

get/v2/{+parent}/tables

Path parameters

parentstring required

Required. The unique name of the instance for which tables should be listed. Values are of the form projects/{project}/instances/{instance}.

Query parameters

pageSizeinteger

Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

pageTokenstring

The value of next_page_token returned by a previous call.

view'VIEW_UNSPECIFIED' | 'NAME_ONLY' | 'SCHEMA_VIEW' | 'REPLICATION_VIEW' | 'ENCRYPTION_VIEW' | 'STATS_VIEW' | 'FULL'

The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.

Response

Successful response