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