|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| PushtokensResource (GamesService *service) | |
| ~PushtokensResource () | |
| PushtokensResource_RemoveMethod * | NewRemoveMethod (client::AuthorizationCredential *_credential_, const PushTokenId &_content_) const |
| PushtokensResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const PushToken &_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.
| PushtokensResource_RemoveMethod * google_games_api::GamesService::PushtokensResource::NewRemoveMethod | ( | client::AuthorizationCredential * | _credential_, |
| const PushTokenId & | _content_ | ||
| ) | const |
Creates a new PushtokensResource_RemoveMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to remove. |
Execute the method instance, then destroy it when they are finished. | PushtokensResource_UpdateMethod * google_games_api::GamesService::PushtokensResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const PushToken & | _content_ | ||
| ) | const |
Creates a new PushtokensResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.