discovery  v1
Public Member Functions | Static Public Member Functions | List of all members
google_discovery_api::RestMethod::RestMethodRequest Class Reference

#include <rest_method.h>

Inheritance diagram for google_discovery_api::RestMethod::RestMethodRequest:

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

Detailed Description

The schema for the request.

Constructor & Destructor Documentation

◆ RestMethodRequest() [1/2]

google_discovery_api::RestMethod::RestMethodRequest::RestMethodRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ RestMethodRequest() [2/2]

google_discovery_api::RestMethod::RestMethodRequest::RestMethodRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~RestMethodRequest()

google_discovery_api::RestMethod::RestMethodRequest::~RestMethodRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_parameter_name()

void google_discovery_api::RestMethod::RestMethodRequest::clear_parameter_name ( )
inline

Clears the 'parameterName' attribute.

◆ clear_ref()

void google_discovery_api::RestMethod::RestMethodRequest::clear_ref ( )
inline

Clears the '$ref' attribute.

◆ get_parameter_name()

const StringPiece google_discovery_api::RestMethod::RestMethodRequest::get_parameter_name ( ) const
inline

Get the value of the 'parameterName' attribute.

◆ get_ref()

const StringPiece google_discovery_api::RestMethod::RestMethodRequest::get_ref ( ) const
inline

Get the value of the '$ref' attribute.

◆ GetTypeName()

const StringPiece google_discovery_api::RestMethod::RestMethodRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_discovery_api::RestMethodRequest

◆ has_parameter_name()

bool google_discovery_api::RestMethod::RestMethodRequest::has_parameter_name ( ) const
inline

Determine if the 'parameterName' attribute was set.

Returns
true if the 'parameterName' attribute was set.

◆ has_ref()

bool google_discovery_api::RestMethod::RestMethodRequest::has_ref ( ) const
inline

Determine if the '$ref' attribute was set.

Returns
true if the '$ref' attribute was set.

◆ New()

RestMethod::RestMethodRequest * google_discovery_api::RestMethod::RestMethodRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_parameter_name()

void google_discovery_api::RestMethod::RestMethodRequest::set_parameter_name ( const StringPiece &  value)
inline

Change the 'parameterName' attribute.

parameter name.

Parameters
[in]valueThe new value.

◆ set_ref()

void google_discovery_api::RestMethod::RestMethodRequest::set_ref ( const StringPiece &  value)
inline

Change the '$ref' attribute.

Schema ID for the request schema.

Parameters
[in]valueThe new value.

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