|
customsearch
v1
|
#include <search.h>
Classes | |
| class | SearchQueriesNextPage |
| class | SearchQueriesPreviousPage |
| class | SearchQueriesRequest |
Public Member Functions | |
| SearchQueries (const Json::Value &storage) | |
| SearchQueries (Json::Value *storage) | |
| virtual | ~SearchQueries () |
| const StringPiece | GetTypeName () const |
| bool | has_next_page () const |
| void | clear_next_page () |
| const client::JsonCppArray< SearchQueriesNextPage > | get_next_page () const |
| client::JsonCppArray< SearchQueriesNextPage > | mutable_nextPage () |
| bool | has_previous_page () const |
| void | clear_previous_page () |
| const client::JsonCppArray< SearchQueriesPreviousPage > | get_previous_page () const |
| client::JsonCppArray< SearchQueriesPreviousPage > | mutable_previousPage () |
| bool | has_request () const |
| void | clear_request () |
| const client::JsonCppArray< SearchQueriesRequest > | get_request () const |
| client::JsonCppArray< SearchQueriesRequest > | mutable_request () |
Static Public Member Functions | |
| static SearchQueries * | New () |
Query metadata for the previous, current, and next pages of results.
|
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 'nextPage' attribute.
|
inline |
Clears the 'previousPage' attribute.
|
inline |
Clears the 'request' attribute.
|
inline |
Get a reference to the value of the 'nextPage' attribute.
|
inline |
Get a reference to the value of the 'previousPage' attribute.
|
inline |
Get a reference to the value of the 'request' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_customsearch_api::SearchQueries
|
inline |
Determine if the 'nextPage' attribute was set.
nextPage' attribute was set.
|
inline |
Determine if the 'previousPage' attribute was set.
previousPage' attribute was set.
|
inline |
Determine if the 'request' attribute was set.
request' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'nextPage' property.
Metadata representing the next page of results, if applicable.
|
inline |
Gets a reference to a mutable value of the 'previousPage' property.
Metadata representing the previous page of results, if applicable.
|
inline |
Gets a reference to a mutable value of the 'request' property.
Metadata representing the current request.
|
static |
Creates a new default instance.