| CloudSaveManager.DeleteResult | Result of a delete request using delete(GoogleApiClient, Query). |
| CloudSaveManager.QueryResult | Result of a query request using query(GoogleApiClient, Query). |
| CloudSaveManager.SaveResult | Result of a save request. |
| CloudSaveManager.SaveResult.SaveEntityResult | Result of a saving a single entity. |
| BaseEventService | Base implementation of Service for listening to CloudSave events. |
| CloudSaveManager | Main public API entry point for the CloudSave APIs. |
| CloudSaveManager.Options | Options for using the CloudSave API. |
| CloudSaveManager.Options.Builder | Builder for GoogleApiClient Options. |
| CloudSaveStatusCodes | CloudSave specific status codes, for use in getStatusCode()
|
| Entity | CloudSave object representing an entity on the backend. |
| Entity.Key | A key that maps to a particular Entity instance. |
| Query | Class representing a query for fetching a collection of Entities. |
| Query.Builder | Builder class for building CloudSave query objects. |