सिर्फ़ आउटपुट के लिए. इस BigQuery लिंक का संसाधन का नाम. फ़ॉर्मैट: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' फ़ॉर्मैट: 'properties/1234/bigQueryLinks/abc567'
ज़रूरी है. अपडेट किए जाने वाले फ़ील्ड की सूची. फ़ील्ड के नाम स्नेक केस में होने चाहिए (उदाहरण के लिए, "field_to_update"). छूटे हुए फ़ील्ड अपडेट नहीं किए जाएंगे. पूरी इकाई को बदलने के लिए, सभी फ़ील्ड से मैच करने के लिए, स्ट्रिंग "*" के साथ एक पाथ का इस्तेमाल करें.
यह फ़ील्ड के पूरी तरह से क्वालिफ़ाइड नामों की सूची है. इसमें नामों को कॉमा लगाकर अलग किया गया है. उदाहरण: "user.displayName,photo".
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में BigQueryLink का उदाहरण है.
जवाब का मुख्य भाग
कामयाब रहने पर, जवाब के मुख्य हिस्से में BigQueryLink का एक इंस्टेंस शामिल किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-01-14 (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"]]