Obligatorio. El superior, que es propietario de esta colección de tablas. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Parámetros de búsqueda
Parámetros
pageSize
integer
La cantidad máxima de tablas que se mostrarán. El servicio puede mostrar menos que este valor. Si no se especifica, se mostrarán como máximo 50 tablas. El valor máximo es 1,000; valores superiores a 1,000 se convertirán en 1,000.
pageToken
string
Un token de página, recibido desde una llamada tables.list anterior. Proporciona esto para recuperar la página siguiente.
Cuando se pagina, todos los demás parámetros proporcionados a tables.list deben coincidir con la llamada que proporcionó el token de la página.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-23 (UTC)"],[[["\u003cp\u003eThis webpage details how to list all tables within a specified database using the BigLake API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request utilizes a \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure that includes placeholders for project, location, catalog, and database identifiers within the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequests can be customized using optional query parameters like \u003ccode\u003epageSize\u003c/code\u003e to limit the number of results and \u003ccode\u003epageToken\u003c/code\u003e for pagination, or \u003ccode\u003eview\u003c/code\u003e to define how much detail the tables will return.\u003c/p\u003e\n"],["\u003cp\u003eThe response to a successful request will include an array of table objects (\u003ccode\u003etables\u003c/code\u003e) and may include a \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully list tables, the user must have one of the required authorization scopes, which include \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, as well as the \u003ccode\u003ebiglake.tables.list\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.catalogs.databases.tables.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListTablesResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [TableView](#TableView)\n- [Try it!](#try-it)\n\nList all tables in a specified database.\n\n### HTTP request\n\n`GET https://biglake.googleapis.com/v1/{parent=projects/*/locations/*/catalogs/*/databases/*}/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\nIf successful, the response body contains data with the following structure:\nResponse message for the tables.list method.\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `biglake.tables.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nTableView\n---------\n\nView on Table. Represents which fields will be populated for calls that return Table objects."]]