drive  v2
Public Member Functions | Static Public Member Functions | List of all members
google_drive_api::About::AboutFeatures Class Reference

#include <about.h>

Inheritance diagram for google_drive_api::About::AboutFeatures:

Public Member Functions

 AboutFeatures (const Json::Value &storage)
 
 AboutFeatures (Json::Value *storage)
 
virtual ~AboutFeatures ()
 
const StringPiece GetTypeName () const
 
bool has_feature_name () const
 
void clear_feature_name ()
 
const StringPiece get_feature_name () const
 
void set_feature_name (const StringPiece &value)
 
bool has_feature_rate () const
 
void clear_feature_rate ()
 
double get_feature_rate () const
 
void set_feature_rate (double value)
 

Static Public Member Functions

static AboutFeaturesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AboutFeatures() [1/2]

google_drive_api::About::AboutFeatures::AboutFeatures ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~AboutFeatures()

google_drive_api::About::AboutFeatures::~AboutFeatures ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

About::AboutFeatures * google_drive_api::About::AboutFeatures::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: