Solo salida. Nombre del recurso. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-04-30 (UTC)"],[[["This endpoint allows you to update an existing table using its unique table ID."],["The HTTP request is a `PATCH` method to the specified URL which follows gRPC Transcoding syntax, and requires the table name as a path parameter."],["The `updateMask` query parameter determines which fields of the table will be modified during the update operation."],["The request body should include a `Table` instance with the updated data, and upon success, a `Table` instance is returned in the response body."],["To use this endpoint, one of the listed OAuth scopes is required, and the `biglake.tables.update` IAM permission on the table's resource name is necessary."]]],[]]