|
games
v1
|
#include <event_update_response.h>
Public Member Functions | |
| EventUpdateResponse (const Json::Value &storage) | |
| EventUpdateResponse (Json::Value *storage) | |
| virtual | ~EventUpdateResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_batch_failures () const |
| void | clear_batch_failures () |
| const client::JsonCppArray< EventBatchRecordFailure > | get_batch_failures () const |
| client::JsonCppArray< EventBatchRecordFailure > | mutable_batchFailures () |
| bool | has_event_failures () const |
| void | clear_event_failures () |
| const client::JsonCppArray< EventRecordFailure > | get_event_failures () const |
| client::JsonCppArray< EventRecordFailure > | mutable_eventFailures () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_player_events () const |
| void | clear_player_events () |
| const client::JsonCppArray< PlayerEvent > | get_player_events () const |
| client::JsonCppArray< PlayerEvent > | mutable_playerEvents () |
Static Public Member Functions | |
| static EventUpdateResponse * | New () |
This is a JSON template for an event period update resource.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'batchFailures' attribute.
|
inline |
Clears the 'eventFailures' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'playerEvents' attribute.
| const client::JsonCppArray<EventBatchRecordFailure > google_games_api::EventUpdateResponse::get_batch_failures | ( | ) | const |
Get a reference to the value of the 'batchFailures' attribute.
| const client::JsonCppArray<EventRecordFailure > google_games_api::EventUpdateResponse::get_event_failures | ( | ) | const |
Get a reference to the value of the 'eventFailures' attribute.
|
inline |
Get the value of the 'kind' attribute.
| const client::JsonCppArray<PlayerEvent > google_games_api::EventUpdateResponse::get_player_events | ( | ) | const |
Get a reference to the value of the 'playerEvents' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'batchFailures' attribute was set.
batchFailures' attribute was set.
|
inline |
Determine if the 'eventFailures' attribute was set.
eventFailures' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'playerEvents' attribute was set.
playerEvents' attribute was set. | client::JsonCppArray<EventBatchRecordFailure > google_games_api::EventUpdateResponse::mutable_batchFailures | ( | ) |
Gets a reference to a mutable value of the 'batchFailures' property.
Any batch-wide failures which occurred applying updates.
| client::JsonCppArray<EventRecordFailure > google_games_api::EventUpdateResponse::mutable_eventFailures | ( | ) |
Gets a reference to a mutable value of the 'eventFailures' property.
Any failures updating a particular event.
| client::JsonCppArray<PlayerEvent > google_games_api::EventUpdateResponse::mutable_playerEvents | ( | ) |
Gets a reference to a mutable value of the 'playerEvents' property.
The current status of any updated events.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::eventUpdateResponse.
| [in] | value | The new value. |