#include <about.h>
◆ AboutFeatures() [1/2]
| google_drive_api::About::AboutFeatures::AboutFeatures |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ AboutFeatures() [2/2]
| google_drive_api::About::AboutFeatures::AboutFeatures |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~AboutFeatures()
| google_drive_api::About::AboutFeatures::~AboutFeatures |
( |
| ) |
|
|
virtual |
◆ clear_feature_name()
| void google_drive_api::About::AboutFeatures::clear_feature_name |
( |
| ) |
|
|
inline |
Clears the 'featureName' attribute.
◆ clear_feature_rate()
| void google_drive_api::About::AboutFeatures::clear_feature_rate |
( |
| ) |
|
|
inline |
Clears the 'featureRate' attribute.
◆ get_feature_name()
| const StringPiece google_drive_api::About::AboutFeatures::get_feature_name |
( |
| ) |
const |
|
inline |
Get the value of the 'featureName' attribute.
◆ get_feature_rate()
| double google_drive_api::About::AboutFeatures::get_feature_rate |
( |
| ) |
const |
|
inline |
Get the value of the 'featureRate' attribute.
◆ GetTypeName()
| const StringPiece google_drive_api::About::AboutFeatures::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_drive_api::AboutFeatures
◆ has_feature_name()
| bool google_drive_api::About::AboutFeatures::has_feature_name |
( |
| ) |
const |
|
inline |
Determine if the 'featureName' attribute was set.
- Returns
- true if the '
featureName' attribute was set.
◆ has_feature_rate()
| bool google_drive_api::About::AboutFeatures::has_feature_rate |
( |
| ) |
const |
|
inline |
Determine if the 'featureRate' attribute was set.
- Returns
- true if the '
featureRate' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_feature_name()
| void google_drive_api::About::AboutFeatures::set_feature_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'featureName' attribute.
The name of the feature.
- Parameters
-
◆ set_feature_rate()
| void google_drive_api::About::AboutFeatures::set_feature_rate |
( |
double |
value | ) |
|
|
inline |
Change the 'featureRate' attribute.
The request limit rate for this feature, in queries per second.
- Parameters
-
The documentation for this class was generated from the following files:
- google/drive_api/about.h
- google/drive_api/about.cc