|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| RevisionsResource (GamesService *service) | |
| ~RevisionsResource () | |
| RevisionsResource_CheckMethod * | NewCheckMethod (client::AuthorizationCredential *_credential_, const absl::string_view &client_revision) 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.
| RevisionsResource_CheckMethod * google_games_api::GamesService::RevisionsResource::NewCheckMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | client_revision | ||
| ) | const |
Creates a new RevisionsResource_CheckMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | client_revision | The revision of the client SDK used by your application. Format:
|
Execute the method instance, then destroy it when they are finished.