drive
v2
|
#include <file.h>
Public Member Functions | |
FileIndexableText (const Json::Value &storage) | |
FileIndexableText (Json::Value *storage) | |
virtual | ~FileIndexableText () |
const StringPiece | GetTypeName () const |
bool | has_text () const |
void | clear_text () |
const StringPiece | get_text () const |
void | set_text (const StringPiece &value) |
Static Public Member Functions | |
static FileIndexableText * | New () |
Indexable text attributes for the file (can only be written).
|
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 'text
' attribute.
|
inline |
Get the value of the 'text
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::FileIndexableText
|
inline |
Determine if the 'text
' attribute was set.
text
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'text
' attribute.
The text to be indexed for this file.
[in] | value | The new value. |