FreshnessInfo
[TimelineSpec][google.play.developer.reporting.${apiVersion}.TimelineSpec] でリクエストできる最新時刻を表します。
集計期間は異なります。たとえば DAILY
集計は、1 日の終わりに 1 回だけ計算される場合、HOURLY
より遅れることがあります。
JSON 表現 |
{
"freshnesses": [
{
object (Freshness )
}
]
} |
フィールド |
freshnesses[] |
object (Freshness )
サポートされているすべての集計期間のデータの更新頻度に関する情報。 このフィールドには、aggregationPeriod フィールドに基づくセマンティクスが設定されています。
|
鮮度
フィールド |
aggregationPeriod |
enum (AggregationPeriod )
データを表示できる集計期間。
|
latestEndTime |
object (DateTime )
集計期間のデータを利用できる直近の終了時間。この時間は、指標セットのデフォルトのタイムゾーンで指定します。 注: TimelineSpec の時間範囲は [startTime,
endTime) として表されます。たとえば、DAILY 集計期間の利用可能な最新のタイムライン データポイントが 2021-06-23 00:00:00
America/Los_Angeles の場合、このフィールドの値は 2021-06-24
00:00:00 America/Los_Angeles となり、[TimelineSpec.end_time][google.play.developer.reporting.TimelineSpec.end_time] で簡単に再利用できます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-20 UTC。
[null,null,["最終更新日 2022-12-20 UTC。"],[[["Freshness refers to the latest available time that can be requested in a TimelineSpec."],["Different aggregation periods (e.g., DAILY, HOURLY) have varying freshness levels, with `DAILY` potentially lagging behind `HOURLY`."],["Freshness information is provided for each supported aggregation period, including the latest available end time for data in that period."],["The `latestEndTime` field in FreshnessInfo is designed for easy integration into TimelineSpec's `end_time` for querying data."]]],[]]