Solo output. Nome della risorsa. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 UTC."],[[["This endpoint uses a PATCH request to update an existing table, identified by its unique table ID, in the specified location."],["The `table.name` path parameter is required to specify the table to be updated, and it follows a specific format: `projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}`."],["The `updateMask` query parameter is optional and allows specifying which fields to update, using a comma-separated list of field names in the `FieldMask` format."],["The request body should contain a `Table` instance with the updated information, and a successful response will also return a `Table` instance."],["To use this endpoint, the request needs to be authenticated with one of the following OAuth scopes: `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, and needs to have the `biglake.tables.update` IAM permission."]]],[]]