Method: vitals.slowrenderingrate.get
HTTP リクエスト
GET https://playdeveloperreporting.googleapis.com/v1beta1/{name=apps/*/slowRenderingRateMetricSet}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。リソース名。 形式: apps/{app}/slowRenderingRateMetricSet
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には SlowRenderingRateMetricSet
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/playdeveloperreporting
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-05-15 UTC。
[null,null,["最終更新日 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"]]