The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.
pageSize
integer
Maximum number of results per page.
A pageSize of zero lets the server choose the number of items to return. A pageSize which is strictly positive will return at most that many items. A negative pageSize will cause an error.
Following the first request, subsequent paginated calls are not required to pass a pageSize. If a pageSize is set in subsequent calls, it must match the pageSize given in the first request.
pageToken
string
The value of nextPageToken returned by a previous call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[[["\u003cp\u003eThis API endpoint lists all tables within a specified Bigtable instance using a \u003ccode\u003eGET\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required to specify the instance, and the caller needs \u003ccode\u003ebigtable.tables.list\u003c/code\u003e IAM permission on the specified resource.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003eview\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e allow customization of the returned table fields, control of result quantity, and pagination through multiple pages of tables respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe API response includes an array of \u003ccode\u003etables\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e if there are additional tables beyond those returned in the current response.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes related to Bigtable or Cloud Platform administration.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.tables.list\n\nLists all tables served from a specified instance.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/tables`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables](/bigtable/docs/reference/admin/rest/v2/projects.instances.tables/list#google.bigtable.admin.v2.BigtableTableAdmin.ListTables)\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.table`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.table`\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]