コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
gpg::LeaderboardManager::FetchScoreSummaryResponse
#include <leaderboard_manager.h>
指定したリーダーボードのスコア概要のデータとレスポンス ステータス。
概要
スコア概要は、リーダーボードのコレクション(公開またはソーシャル)と期間(日別、週別、全期間)の組み合わせで定義されます。
パブリック属性
データ
ScoreSummary gpg::LeaderboardManager::FetchScoreSummaryResponse::data
status
ResponseStatus gpg::LeaderboardManager::FetchScoreSummaryResponse::status
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# gpg::LeaderboardManager::FetchScoreSummaryResponse Struct Reference\n\ngpg::LeaderboardManager::FetchScoreSummaryResponse\n==================================================\n\n`#include \u003cleaderboard_manager.h\u003e`\n\nData and response status for a specified leaderboard score summary.\n\nSummary\n-------\n\nA score summary is defined by the combination of the leaderboard's collection (public or social) and time span (daily, weekly, or all-time).\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [data](#structgpg_1_1_leaderboard_manager_1_1_fetch_score_summary_response_1a54fe7b033d53bc142d3908627e3473fc) | [ScoreSummary](/games/services/cpp/api/class/gpg/score-summary#classgpg_1_1_score_summary) The specified score summary. |\n| [status](#structgpg_1_1_leaderboard_manager_1_1_fetch_score_summary_response_1a5abea92f2f485f9ff0ebac04578402ba) | [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d) Can be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d). |\n\nPublic attributes\n-----------------\n\n### data\n\n```c++\nScoreSummary gpg::LeaderboardManager::FetchScoreSummaryResponse::data\n``` \nThe specified score summary. \n\n### status\n\n```c++\nResponseStatus gpg::LeaderboardManager::FetchScoreSummaryResponse::status\n``` \nCan be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d)."]]