Nur Ausgabe. Der Ressourcenname. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
[[["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-06-06 (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."]]],[]]