games
v1
|
#include <push_token.h>
Public Member Functions | |
PushToken (const Json::Value &storage) | |
PushToken (Json::Value *storage) | |
virtual | ~PushToken () |
const StringPiece | GetTypeName () const |
bool | has_client_revision () const |
void | clear_client_revision () |
const StringPiece | get_client_revision () const |
void | set_client_revision (const StringPiece &value) |
bool | has_id () const |
void | clear_id () |
const PushTokenId | get_id () const |
PushTokenId | mutable_id () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_language () const |
void | clear_language () |
const StringPiece | get_language () const |
void | set_language (const StringPiece &value) |
Static Public Member Functions | |
static PushToken * | New () |
This is a JSON template for a push token 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 'clientRevision
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'language
' attribute.
|
inline |
Get the value of the 'clientRevision
' attribute.
const PushTokenId google_games_api::PushToken::get_id | ( | ) | const |
Get a reference to the value of the 'id
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'language
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_games_api::PushToken
|
inline |
Determine if the 'clientRevision
' attribute was set.
clientRevision
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'language
' attribute was set.
language
' attribute was set. PushTokenId google_games_api::PushToken::mutable_id | ( | ) |
Gets a reference to a mutable value of the 'id
' property.
Unique identifier for this push token.
|
static |
Creates a new default instance.
|
inline |
Change the 'clientRevision
' attribute.
The revision of the client SDK used by your application, in the same format that's used by revisions.check. Used to send backward compatible messages. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are:
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::pushToken.
[in] | value | The new value. |
|
inline |
Change the 'language
' attribute.
The preferred language for notifications that are sent using this token.
[in] | value | The new value. |