Apenas saída. O nome do recurso. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-23 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."]]],[]]