| Game | Data interface for retrieving game information. | 
| OnGamesLoadedListener | Listener for receiving callbacks when game metadata has been loaded. | 
| OnPlayersLoadedListener | Listener for receiving callbacks when player data has been loaded. | 
| OnSignOutCompleteListener | Listener for receiving a callback when a sign-out is complete. | 
| Player | Data interface for retrieving player information. | 
| GameBuffer | Data structure providing access to a list of games. | 
| GameEntity | Data object representing a set of Game data. | 
| GamesActivityResultCodes | Result codes that can be set as result in Activities from the Client UI started with
 startActivityForResult(Intent, int).  | 
          
| GamesClient | Main public API entry point for the games client. | 
| GamesClient.Builder | Builder class for GamesClient. | 
| PageDirection | Direction constants for pagination over data sets. | 
| PlayerBuffer | Data structure providing access to a list of players. | 
| PlayerEntity | Data object representing a set of Player data. |