Obligatorio. La máscara de campo especifica los campos que se actualizarán en el recurso de listado. Los campos especificados en updateMask se relacionan con el recurso y no son una solicitud completa.
Esta es una lista separada por comas de los nombres de campos totalmente calificados. Ejemplo: "user.displayName,photo".
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de Listing.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Listing.
Alcances de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["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-05-21 (UTC)"],[[["This webpage details how to update an existing listing using the `PATCH` HTTP method at a specific URL."],["The request requires the `listing.name` path parameter, which identifies the listing to be updated using the provided resource name, such as `projects/myproject/locations/US/dataExchanges/123/listings/456`."],["The `updateMask` query parameter is required and specifies which fields within the listing resource will be updated, as a comma-separated list of field names."],["The request and response bodies both use the `Listing` resource type, which is defined in a separate documentation, and the request body contains the desired updates to the listing."],["Updating a listing requires specific authorization scopes, such as `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, along with the `analyticshub.listings.update` IAM permission."]]],[]]