Method: vitals.errors.counts.get
Opisuje właściwości zbioru danych.
Żądanie HTTP
GET https://playdeveloperreporting.googleapis.com/v1alpha1/{name=apps/*/errorCountMetricSet}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa zestawu wskaźników błędów. Format: apps/{app}/errorCountMetricSet
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ErrorCountMetricSet
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/playdeveloperreporting
Więcej informacji znajdziesz w artykule Omówienie protokołu OAuth 2.0.
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: 2023-05-15 UTC.
[null,null,["Ostatnia aktualizacja: 2023-05-15 UTC."],[[["Retrieves error count metrics for a specific app using a GET request."],["Requires the `name` path parameter specifying the app in the format `apps/{app}/errorCountMetricSet`."],["An empty request body is necessary, and a successful response returns an `ErrorCountMetricSet` object."],["Authorization necessitates the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope."]]],["The core content outlines retrieving an error count metric set via a `GET` HTTP request to a specified URL. The URL requires a `name` path parameter in the format `apps/{app}/errorCountMetricSet`. The request body should be empty. A successful response returns an `ErrorCountMetricSet` instance. Authorization requires the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope. The request leverages gRPC Transcoding syntax.\n"]]