#include <about.h>
◆ AboutQuotaBytesByService() [1/2]
google_drive_api::About::AboutQuotaBytesByService::AboutQuotaBytesByService |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AboutQuotaBytesByService() [2/2]
google_drive_api::About::AboutQuotaBytesByService::AboutQuotaBytesByService |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AboutQuotaBytesByService()
google_drive_api::About::AboutQuotaBytesByService::~AboutQuotaBytesByService |
( |
| ) |
|
|
virtual |
◆ clear_bytes_used()
void google_drive_api::About::AboutQuotaBytesByService::clear_bytes_used |
( |
| ) |
|
|
inline |
Clears the 'bytesUsed
' attribute.
◆ clear_service_name()
void google_drive_api::About::AboutQuotaBytesByService::clear_service_name |
( |
| ) |
|
|
inline |
Clears the 'serviceName
' attribute.
◆ get_bytes_used()
int64 google_drive_api::About::AboutQuotaBytesByService::get_bytes_used |
( |
| ) |
const |
|
inline |
Get the value of the 'bytesUsed
' attribute.
◆ get_service_name()
const StringPiece google_drive_api::About::AboutQuotaBytesByService::get_service_name |
( |
| ) |
const |
|
inline |
Get the value of the 'serviceName
' attribute.
◆ GetTypeName()
const StringPiece google_drive_api::About::AboutQuotaBytesByService::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_drive_api::AboutQuotaBytesByService
◆ has_bytes_used()
bool google_drive_api::About::AboutQuotaBytesByService::has_bytes_used |
( |
| ) |
const |
|
inline |
Determine if the 'bytesUsed
' attribute was set.
- Returns
- true if the '
bytesUsed
' attribute was set.
◆ has_service_name()
bool google_drive_api::About::AboutQuotaBytesByService::has_service_name |
( |
| ) |
const |
|
inline |
Determine if the 'serviceName
' attribute was set.
- Returns
- true if the '
serviceName
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_bytes_used()
void google_drive_api::About::AboutQuotaBytesByService::set_bytes_used |
( |
int64 |
value | ) |
|
|
inline |
Change the 'bytesUsed
' attribute.
The storage quota bytes used by the service.
- Parameters
-
◆ set_service_name()
void google_drive_api::About::AboutQuotaBytesByService::set_service_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'serviceName
' attribute.
The service's name, e.g. DRIVE, GMAIL, or PHOTOS.
- Parameters
-
The documentation for this class was generated from the following files:
- google/drive_api/about.h
- google/drive_api/about.cc