civicinfo  v2
Classes | Public Member Functions | Static Public Attributes | List of all members
google_civicinfo_api::CivicInfoService Class Reference

#include <civic_info_service.h>

Inheritance diagram for google_civicinfo_api::CivicInfoService:

Classes

class  DivisionsResource
 
class  ElectionsResource
 
class  RepresentativesResource
 

Public Member Functions

 CivicInfoService (client::HttpTransport *transport)
 
virtual ~CivicInfoService ()
 
const DivisionsResourceget_divisions () const
 
const ElectionsResourceget_elections () const
 
const RepresentativesResourceget_representatives () const
 

Static Public Attributes

static const char googleapis_API_NAME [] = {"civicinfo"}
 
static const char googleapis_API_VERSION [] = {"v2"}
 
static const char googleapis_API_GENERATOR []
 

Detailed Description

Service definition for CivicInfoService (v2).

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

Constructor & Destructor Documentation

◆ CivicInfoService()

google_civicinfo_api::CivicInfoService::CivicInfoService ( client::HttpTransport *  transport)
explicit

Standard constructor.

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

◆ ~CivicInfoService()

google_civicinfo_api::CivicInfoService::~CivicInfoService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_divisions()

const DivisionsResource& google_civicinfo_api::CivicInfoService::get_divisions ( ) const
inline

Gets the resource method factory.

Returns
DivisionsResource for creating methods.

◆ get_elections()

const ElectionsResource& google_civicinfo_api::CivicInfoService::get_elections ( ) const
inline

Gets the resource method factory.

Returns
ElectionsResource for creating methods.

◆ get_representatives()

const RepresentativesResource& google_civicinfo_api::CivicInfoService::get_representatives ( ) const
inline

Gets the resource method factory.

Returns
RepresentativesResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_civicinfo_api::CivicInfoService::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_civicinfo_api::CivicInfoService::googleapis_API_NAME = {"civicinfo"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_civicinfo_api::CivicInfoService::googleapis_API_VERSION = {"v2"}
static

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


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