|
discovery
v1
|
#include <rest_method.h>
Public Member Functions | |
| RestMethodRequest (const Json::Value &storage) | |
| RestMethodRequest (Json::Value *storage) | |
| virtual | ~RestMethodRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_ref () const |
| void | clear_ref () |
| const StringPiece | get_ref () const |
| void | set_ref (const StringPiece &value) |
| bool | has_parameter_name () const |
| void | clear_parameter_name () |
| const StringPiece | get_parameter_name () const |
| void | set_parameter_name (const StringPiece &value) |
Static Public Member Functions | |
| static RestMethodRequest * | New () |
The schema for the request.
|
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 'parameterName' attribute.
|
inline |
Clears the '$ref' attribute.
|
inline |
Get the value of the 'parameterName' attribute.
|
inline |
Get the value of the '$ref' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_discovery_api::RestMethodRequest
|
inline |
Determine if the 'parameterName' attribute was set.
parameterName' attribute was set.
|
inline |
Determine if the '$ref' attribute was set.
$ref' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'parameterName' attribute.
parameter name.
| [in] | value | The new value. |
|
inline |
Change the '$ref' attribute.
Schema ID for the request schema.
| [in] | value | The new value. |