|
discovery
v1
|
#include <rest_description.h>
Classes | |
| class | RestDescriptionAuthOauth2 |
Public Member Functions | |
| RestDescriptionAuth (const Json::Value &storage) | |
| RestDescriptionAuth (Json::Value *storage) | |
| virtual | ~RestDescriptionAuth () |
| const StringPiece | GetTypeName () const |
| bool | has_oauth2 () const |
| void | clear_oauth2 () |
| const RestDescriptionAuthOauth2 | get_oauth2 () const |
| RestDescriptionAuthOauth2 | mutable_oauth2 () |
Static Public Member Functions | |
| static RestDescriptionAuth * | New () |
Authentication information.
|
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 'oauth2' attribute.
|
inline |
Get a reference to the value of the 'oauth2' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_discovery_api::RestDescriptionAuth
|
inline |
Determine if the 'oauth2' attribute was set.
oauth2' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'oauth2' property.
OAuth 2.0 authentication information.
|
static |
Creates a new default instance.