Wyszukiwanie pojedynczego połączenia źródłowego usługi o pełnym zakresie. Tylko usługi o pełnym zakresie mogą mieć linki do źródła, więc ta metoda spowoduje zgłoszenie błędu, jeśli zostanie użyta w innych typach usług.
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/rollupPropertySourceLinks/*}
Wymagane. Nazwa połączenia źródłowego usługi o pełnym zakresie do wyszukania. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Przykład: properties/123/rollupPropertySourceLinks/456
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-05-06 UTC."],[[["Look up a single roll-up property source link using the provided HTTP request format."],["The request requires a specific path parameter to identify the roll-up property source link."],["The request body should be empty and upon success, the response includes a RollupPropertySourceLink instance."],["Proper authorization with specified OAuth scopes is required for accessing this functionality."]]],["This document outlines the process for retrieving a specific roll-up property source link via an HTTP GET request. The request targets a URL constructed using gRPC Transcoding syntax and requires a `name` parameter specifying the link's unique identifier, formatted as `properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id}`. The request body must be empty. A successful request returns a `RollupPropertySourceLink` instance. Access requires either the `analytics.readonly` or `analytics.edit` OAuth scope.\n"]]