Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Table.
[[["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 2023-04-05 UTC."],[[["This webpage details how to retrieve a specific table using a GET request to the BigLake API."],["The request URL requires a resource name parameter, which specifies the project, location, catalog, database, and table ID in a specific format."],["The request body for retrieving a table must be empty, and the API will respond with a table instance if the request is successful."],["Authorizing the request requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, and the `biglake.tables.get` IAM permission on the specified table resource."]]],[]]