games  v1
Public Member Functions | List of all members
google_games_api::GamesService::LeaderboardsResource Class Reference

#include <games_service.h>

Public Member Functions

 LeaderboardsResource (GamesService *service)
 
 ~LeaderboardsResource ()
 
LeaderboardsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &leaderboard_id) const
 
LeaderboardsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
LeaderboardsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ LeaderboardsResource()

google_games_api::GamesService::LeaderboardsResource::LeaderboardsResource ( GamesService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~LeaderboardsResource()

google_games_api::GamesService::LeaderboardsResource::~LeaderboardsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

LeaderboardsResource_GetMethod * google_games_api::GamesService::LeaderboardsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  leaderboard_id 
) const

Creates a new LeaderboardsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]leaderboard_idThe ID of the leaderboard.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

LeaderboardsResource_ListMethod * google_games_api::GamesService::LeaderboardsResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new LeaderboardsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

LeaderboardsResource_ListMethodPager * google_games_api::GamesService::LeaderboardsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

The documentation for this class was generated from the following files: