|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| LeaderboardsResource (GamesService *service) | |
| ~LeaderboardsResource () | |
| LeaderboardsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &leaderboard_id) const |
| LeaderboardsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| LeaderboardsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| LeaderboardsResource_GetMethod * google_games_api::GamesService::LeaderboardsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | leaderboard_id | ||
| ) | const |
Creates a new LeaderboardsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | leaderboard_id | The ID of the leaderboard. |
Execute the method instance, then destroy it when they are finished. | LeaderboardsResource_ListMethod * google_games_api::GamesService::LeaderboardsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new LeaderboardsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | LeaderboardsResource_ListMethodPager * google_games_api::GamesService::LeaderboardsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |