|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| AchievementsResource (GamesService *service) | |
| ~AchievementsResource () | |
| AchievementsResource_IncrementMethod * | NewIncrementMethod (client::AuthorizationCredential *_credential_, const absl::string_view &achievement_id, const int32 &steps_to_increment) const |
| AchievementsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &player_id) const |
| AchievementsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &player_id) const |
| AchievementsResource_RevealMethod * | NewRevealMethod (client::AuthorizationCredential *_credential_, const absl::string_view &achievement_id) const |
| AchievementsResource_SetStepsAtLeastMethod * | NewSetStepsAtLeastMethod (client::AuthorizationCredential *_credential_, const absl::string_view &achievement_id, const int32 &steps) const |
| AchievementsResource_UnlockMethod * | NewUnlockMethod (client::AuthorizationCredential *_credential_, const absl::string_view &achievement_id) const |
| AchievementsResource_UpdateMultipleMethod * | NewUpdateMultipleMethod (client::AuthorizationCredential *_credential_, const AchievementUpdateMultipleRequest &_content_) 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.
| AchievementsResource_IncrementMethod * google_games_api::GamesService::AchievementsResource::NewIncrementMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | achievement_id, | ||
| const int32 & | steps_to_increment | ||
| ) | const |
Creates a new AchievementsResource_IncrementMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | achievement_id | The ID of the achievement used by this method. |
| [in] | steps_to_increment | The number of steps to increment. |
Execute the method instance, then destroy it when they are finished. | AchievementsResource_ListMethod * google_games_api::GamesService::AchievementsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | player_id | ||
| ) | const |
Creates a new AchievementsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | player_id | A player ID. A value of me may be used in place of the authenticated player's ID. |
Execute the method instance, then destroy it when they are finished. | AchievementsResource_ListMethodPager * google_games_api::GamesService::AchievementsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | player_id | ||
| ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | player_id | A player ID. A value of me may be used in place of the authenticated player's ID. |
| AchievementsResource_RevealMethod * google_games_api::GamesService::AchievementsResource::NewRevealMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | achievement_id | ||
| ) | const |
Creates a new AchievementsResource_RevealMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | achievement_id | The ID of the achievement used by this method. |
Execute the method instance, then destroy it when they are finished. | AchievementsResource_SetStepsAtLeastMethod * google_games_api::GamesService::AchievementsResource::NewSetStepsAtLeastMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | achievement_id, | ||
| const int32 & | steps | ||
| ) | const |
Creates a new AchievementsResource_SetStepsAtLeastMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | achievement_id | The ID of the achievement used by this method. |
| [in] | steps | The minimum value to set the steps to. |
Execute the method instance, then destroy it when they are finished. | AchievementsResource_UnlockMethod * google_games_api::GamesService::AchievementsResource::NewUnlockMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | achievement_id | ||
| ) | const |
Creates a new AchievementsResource_UnlockMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | achievement_id | The ID of the achievement used by this method. |
Execute the method instance, then destroy it when they are finished. | AchievementsResource_UpdateMultipleMethod * google_games_api::GamesService::AchievementsResource::NewUpdateMultipleMethod | ( | client::AuthorizationCredential * | _credential_, |
| const AchievementUpdateMultipleRequest & | _content_ | ||
| ) | const |
Creates a new AchievementsResource_UpdateMultipleMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to updateMultiple. |
Execute the method instance, then destroy it when they are finished.