customsearch  v1
Classes | Public Member Functions | Static Public Attributes | List of all members
google_customsearch_api::CustomsearchService Class Reference

#include <customsearch_service.h>

Inheritance diagram for google_customsearch_api::CustomsearchService:

Classes

class  CseResource
 
class  SiterestrictResource
 

Public Member Functions

 CustomsearchService (client::HttpTransport *transport)
 
virtual ~CustomsearchService ()
 
const CseResourceget_cse () const
 
const SiterestrictResourceget_siterestrict () const
 

Static Public Attributes

static const char googleapis_API_NAME [] = {"customsearch"}
 
static const char googleapis_API_VERSION [] = {"v1"}
 
static const char googleapis_API_GENERATOR []
 

Detailed Description

Service definition for CustomsearchService (v1).

For more information about this service, see the API Documentation at 'https://developers.google.com/custom-search/v1/introduction

Constructor & Destructor Documentation

◆ CustomsearchService()

google_customsearch_api::CustomsearchService::CustomsearchService ( client::HttpTransport *  transport)
explicit

Standard constructor.

Parameters
[in]transportThe transport to use when creating methods to invoke on this service instance.

◆ ~CustomsearchService()

google_customsearch_api::CustomsearchService::~CustomsearchService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_cse()

const CseResource& google_customsearch_api::CustomsearchService::get_cse ( ) const
inline

Gets the resource method factory.

Returns
CseResource for creating methods.

◆ get_siterestrict()

const SiterestrictResource& google_customsearch_api::CustomsearchService::get_siterestrict ( ) const
inline

Gets the resource method factory.

Returns
SiterestrictResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_customsearch_api::CustomsearchService::googleapis_API_GENERATOR
static
Initial value:
= {
"google-apis-code-generator 1.5.1 / 0.1.4"}

The code generator used to generate this API.

◆ googleapis_API_NAME

const char google_customsearch_api::CustomsearchService::googleapis_API_NAME = {"customsearch"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_customsearch_api::CustomsearchService::googleapis_API_VERSION = {"v1"}
static

The version of the API that this interface was generated from.


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