Erforderlich. Der Name der BigQuery-Verknüpfung, die gesucht werden soll. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Beispiel: properties/123/bigQueryLinks/456
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von BigQueryLink.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eLookup an existing BigQuery Link associated with a Google Analytics 4 property using this API.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires the \u003ccode\u003ename\u003c/code\u003e parameter, specifying the property ID and BigQuery Link ID.\u003c/p\u003e\n"],["\u003cp\u003eThis method utilizes an HTTP GET request and requires specific authorization scopes for access.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns detailed information about the requested BigQuery Link.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLookup for a single BigQuery Link.\n\nHTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the BigQuery link to lookup. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Example: properties/123/bigQueryLinks/456 |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [BigQueryLink](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.bigQueryLinks#BigQueryLink).\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]