Obligatorio. El nombre del vínculo de BigQuery que se buscará. Formato: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Ejemplo: properties/123/bigQueryLinks/456
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de BigQueryLink.
Permisos de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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`"]]