drive
v2
|
#include <child_list.h>
Public Member Functions | |
ChildList (const Json::Value &storage) | |
ChildList (Json::Value *storage) | |
virtual | ~ChildList () |
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< ChildReference > | get_items () const |
client::JsonCppArray< ChildReference > | mutable_items () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (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 ChildList * | New () |
A list of children of a file.
|
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 'nextLink
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Get the value of the 'etag
' attribute.
const client::JsonCppArray<ChildReference > google_drive_api::ChildList::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 '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::ChildList
|
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 '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<ChildReference > google_drive_api::ChildList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
The list of children. 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 'nextLink
' attribute.
A link to the next page of children.
[in] | value | The new value. |
|
inline |
Change the 'nextPageToken
' attribute.
The page token for the next page of children. This will be absent if the end of the children 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 |