drive
v2
|
#include <file.h>
Public Member Functions | |
FileThumbnail (const Json::Value &storage) | |
FileThumbnail (Json::Value *storage) | |
virtual | ~FileThumbnail () |
const StringPiece | GetTypeName () const |
bool | has_image () const |
void | clear_image () |
const StringPiece | get_image () const |
void | set_image (const StringPiece &value) |
bool | has_mime_type () const |
void | clear_mime_type () |
const StringPiece | get_mime_type () const |
void | set_mime_type (const StringPiece &value) |
Static Public Member Functions | |
static FileThumbnail * | New () |
A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
|
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 'image
' attribute.
|
inline |
Clears the 'mimeType
' attribute.
|
inline |
Get the value of the 'image
' attribute.
|
inline |
Get the value of the 'mimeType
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::FileThumbnail
|
inline |
Determine if the 'image
' attribute was set.
image
' attribute was set.
|
inline |
Determine if the 'mimeType
' attribute was set.
mimeType
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'image
' attribute.
The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
[in] | value | The new value. |
|
inline |