|
drive
v2
|
#include <property.h>
Public Member Functions | |
| Property (const Json::Value &storage) | |
| Property (Json::Value *storage) | |
| virtual | ~Property () |
| const StringPiece | GetTypeName () const |
| bool | has_etag () const |
| void | clear_etag () |
| const StringPiece | get_etag () const |
| void | set_etag (const StringPiece &value) |
| bool | has_key () const |
| void | clear_key () |
| const StringPiece | get_key () const |
| void | set_key (const StringPiece &value) |
| 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) |
| bool | has_value () const |
| void | clear_value () |
| const StringPiece | get_value () const |
| void | set_value (const StringPiece &value) |
| bool | has_visibility () const |
| void | clear_visibility () |
| const StringPiece | get_visibility () const |
| void | set_visibility (const StringPiece &value) |
Static Public Member Functions | |
| static Property * | New () |
A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties:
|
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 'key' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'selfLink' attribute.
|
inline |
Clears the 'value' attribute.
|
inline |
Clears the 'visibility' attribute.
|
inline |
Get the value of the 'etag' attribute.
|
inline |
Get the value of the 'key' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'selfLink' attribute.
|
inline |
Get the value of the 'value' attribute.
|
inline |
Get the value of the 'visibility' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::Property
|
inline |
Determine if the 'etag' attribute was set.
etag' attribute was set.
|
inline |
Determine if the 'key' attribute was set.
key' 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.
|
inline |
Determine if the 'value' attribute was set.
value' attribute was set.
|
inline |
Determine if the 'visibility' attribute was set.
visibility' attribute was set.
|
static |
Creates a new default instance.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Change the 'visibility' attribute.
The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE).
| [in] | value | The new value. |