Solo output. Nome della risorsa di questo link BigQuery. Formato: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}" Formato: "properties/1234/bigQueryLinks/abc567"
Obbligatorio. L'elenco dei campi da aggiornare. I nomi dei campi devono essere in caratteri snake (ad es. "field_to_update"). I campi omessi non verranno aggiornati. Per sostituire l'intera entità, utilizza un unico percorso con la stringa "*" in modo da corrispondere a tutti i campi.
Si tratta di un elenco di nomi completi dei campi separati da virgole. Esempio: "user.displayName,photo".
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di BigQueryLink.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di BigQueryLink.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-02 UTC."],[[["Updates a specified BigQueryLink within a Google Analytics 4 property."],["Requires providing the BigQueryLink's resource name as a path parameter."],["Uses an `updateMask` query parameter to specify fields to be updated."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."],["The request and response bodies both contain a BigQueryLink object."]]],["This document details how to update a BigQueryLink using a PATCH request to the specified URL. The URL path uses `bigqueryLink.name` to identify the resource. The `updateMask` query parameter is required to define which fields to update, using snake case and a comma-separated list. The request and response bodies both contain an instance of `BigQueryLink`. This operation requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The document also specifies how to use gRPC Transcoding.\n"]]