Method: properties.bigQueryLinks.get
একটি একক BigQuery লিঙ্ক খুঁজুন।
HTTP অনুরোধ
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। লুকআপ করার জন্য BigQuery লিঙ্কের নাম। বিন্যাস: বৈশিষ্ট্য/{property_id}/bigQueryLinks/{bigquery_link_id} উদাহরণ: বৈশিষ্ট্য/123/bigQueryLinks/456 |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে BigQueryLink
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.readonly
-
https://www.googleapis.com/auth/analytics.edit
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Lookup an existing BigQuery Link associated with a Google Analytics 4 property using this API."],["The API request requires the `name` parameter, specifying the property ID and BigQuery Link ID."],["This method utilizes an HTTP GET request and requires specific authorization scopes for access."],["Upon successful execution, the API returns detailed information about the requested BigQuery Link."]]],["This outlines the process of retrieving a BigQuery link via an HTTP GET request. The request targets a specific link using a URL path parameter, `name`, which follows the format `properties/{property_id}/bigQueryLinks/{bigquery_link_id}`. The request body must be empty. A successful response returns a `BigQueryLink` instance. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. The request structure adheres to gRPC Transcoding syntax.\n"]]