Method: vitals.slowrenderingrate.get
Beschreibt die Attribute des Messwertsatzes.
HTTP-Anfrage
GET https://playdeveloperreporting.googleapis.com/v1beta1/{name=apps/*/slowRenderingRateMetricSet}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Ressourcenname Format: apps/{app}/slowRenderingRateMetricSet
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von SlowRenderingRateMetricSet
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/playdeveloperreporting
Weitere Informationen finden Sie in der Übersicht zu OAuth 2.0.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-05-15 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-05-15 (UTC)."],[[["This document describes the `SlowRenderingRateMetricSet` resource and how to retrieve it using the Play Developer Reporting API."],["You need to make an HTTP GET request to a specific URL, providing the app ID as a path parameter."],["The request body should be empty, and the response will contain an instance of the `SlowRenderingRateMetricSet` if successful."],["To access this data, you'll need to authorize your request using the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope."]]],["The `GET` request retrieves a `SlowRenderingRateMetricSet` resource. The URL structure utilizes gRPC Transcoding, requiring a `name` path parameter in the format `apps/{app}/slowRenderingRateMetricSet`. The request body must be empty. A successful response returns a `SlowRenderingRateMetricSet` instance. Authorization is needed, using the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope. This process fetches the properties for a specific metric set through the provided resource name.\n"]]