Method: properties.dataStreams.get
Wyszukiwanie pojedynczego strumienia danych.
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa strumienia danych do pobrania. Przykładowy format: properties/1234/dataStreams/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu DataStream
.
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."],[[["Retrieve a specific DataStream's configuration and details using its unique resource name."],["Access requires `analytics.readonly` or `analytics.edit` OAuth scopes for authorization."],["The API endpoint uses a standard `GET` request with the DataStream's name as a path parameter."],["The response provides a comprehensive representation of the DataStream if the request is successful."]]],["The core content describes how to retrieve a single DataStream using a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*}`. The `name` path parameter, a string, is required and specifies the DataStream to retrieve. The request body must be empty. A successful response returns a DataStream instance. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope.\n"]]