|
drive
v2
|
#include <parent_list.h>
Public Member Functions | |
| ParentList (const Json::Value &storage) | |
| ParentList (Json::Value *storage) | |
| virtual | ~ParentList () |
| 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< ParentReference > | get_items () const |
| client::JsonCppArray< ParentReference > | mutable_items () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (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 ParentList * | New () |
A list of a file's parents.
|
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 'selfLink' attribute.
|
inline |
Get the value of the 'etag' attribute.
| const client::JsonCppArray<ParentReference > google_drive_api::ParentList::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 'selfLink' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::ParentList
|
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 'selfLink' attribute was set.
selfLink' attribute was set. | client::JsonCppArray<ParentReference > google_drive_api::ParentList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items' property.
The list of parents.
|
static |
Creates a new default instance.
|
inline |
|
inline |
|
inline |