Method: properties.bigQueryLinks.get
wyszukać pojedyncze połączenie z BigQuery;
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa połączenia z BigQuery do wyszukiwania. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Przykład: properties/123/bigQueryLinks/456
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu BigQueryLink
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-06 UTC.
[null,null,["Ostatnia aktualizacja: 2024-05-06 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"]]