drive
v2
|
#include <change_list.h>
Public Member Functions | |
ChangeList (const Json::Value &storage) | |
ChangeList (Json::Value *storage) | |
virtual | ~ChangeList () |
const StringPiece | GetTypeName () const |
bool | has_etag () const |
void | clear_etag () |
const StringPiece | get_etag () const |
void | set_etag (const StringPiece &value) |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< Change > | get_items () const |
client::JsonCppArray< Change > | mutable_items () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_largest_change_id () const |
void | clear_largest_change_id () |
int64 | get_largest_change_id () const |
void | set_largest_change_id (int64 value) |
bool | has_new_start_page_token () const |
void | clear_new_start_page_token () |
const StringPiece | get_new_start_page_token () const |
void | set_new_start_page_token (const StringPiece &value) |
bool | has_next_link () const |
void | clear_next_link () |
const StringPiece | get_next_link () const |
void | set_next_link (const StringPiece &value) |
bool | has_next_page_token () const |
void | clear_next_page_token () |
const StringPiece | get_next_page_token () const |
void | set_next_page_token (const StringPiece &value) |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
Static Public Member Functions | |
static ChangeList * | New () |
A list of changes for a user.
|
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 'etag
' attribute.
|
inline |
Clears the 'items
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'largestChangeId
' attribute.
|
inline |
Clears the 'newStartPageToken
' attribute.
|
inline |
Clears the 'nextLink
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Get the value of the 'etag
' attribute.
const client::JsonCppArray<Change > google_drive_api::ChangeList::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'largestChangeId
' attribute.
|
inline |
Get the value of the 'newStartPageToken
' attribute.
|
inline |
Get the value of the 'nextLink
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::ChangeList
|
inline |
Determine if the 'etag
' attribute was set.
etag
' attribute was set.
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'largestChangeId
' attribute was set.
largestChangeId
' attribute was set.
|
inline |
Determine if the 'newStartPageToken
' attribute was set.
newStartPageToken
' attribute was set.
|
inline |
Determine if the 'nextLink
' attribute was set.
nextLink
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set. client::JsonCppArray<Change > google_drive_api::ChangeList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
The list of changes. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
|
static |
Creates a new default instance.
|
inline |
|
inline |
|
inline |
Change the 'largestChangeId
' attribute.
The current largest change ID.
[in] | value | The new value. |
|
inline |
Change the 'newStartPageToken
' attribute.
The starting page token for future changes. This will be present only if the end of the current changes list has been reached.
[in] | value | The new value. |
|
inline |
Change the 'nextLink
' attribute.
A link to the next page of changes.
[in] | value | The new value. |
|
inline |
Change the 'nextPageToken
' attribute.
The page token for the next page of changes. This will be absent if the end of the changes list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
[in] | value | The new value. |
|
inline |