Erforderlich. Das übergeordnete Element, das diese Tabellensammlung besitzt. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Abfrageparameter
Parameter
pageSize
integer
Die maximale Anzahl der zurückzugebenden Tabellen. Der Dienst gibt möglicherweise weniger als diesen Wert zurück. Wenn nicht angegeben, werden maximal 50 Tabellen zurückgegeben. Der Höchstwert beträgt 1.000. Werte über 1.000 werden implizit auf 1.000 umgewandelt.
pageToken
string
Ein Seitentoken, das von einem vorherigen tables.list-Aufruf empfangen wurde. Geben Sie diese an, um die nachfolgende Seite abzurufen.
Beim Paginieren müssen alle anderen für tables.list bereitgestellten Parameter mit dem Aufruf übereinstimmen, der das Seitentoken bereitgestellt hat.
Ein Token, das als pageToken gesendet werden kann, um die nächste Seite abzurufen. Wenn dieses Feld weggelassen wird, gibt es keine nachfolgenden Seiten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (UTC)."],[[["\u003cp\u003eThis API endpoint retrieves a list of tables within a specified database using a \u003ccode\u003eGET\u003c/code\u003e request to a designated URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter to identify the database, and it also accepts optional \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eview\u003c/code\u003e query parameters for refining the results.\u003c/p\u003e\n"],["\u003cp\u003eThe API returns a JSON response body containing an array of \u003ccode\u003etables\u003c/code\u003e and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, which indicates that more data can be retrieved.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication for this API requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope, along with the \u003ccode\u003ebiglake.tables.list\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableView\u003c/code\u003e parameter allows users to control the detail level of the returned table information, which can be \u003ccode\u003eTABLE_VIEW_UNSPECIFIED\u003c/code\u003e (defaults to BASIC), \u003ccode\u003eBASIC\u003c/code\u003e (only table names), or \u003ccode\u003eFULL\u003c/code\u003e (all details).\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/v1alpha1/{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."]]