tasks  v1
Classes | Public Member Functions | Static Public Attributes | List of all members
google_tasks_api::TasksService Class Reference

#include <tasks_service.h>

Inheritance diagram for google_tasks_api::TasksService:

Classes

class  SCOPES
 
class  TasklistsResource
 
class  TasksResource
 

Public Member Functions

 TasksService (client::HttpTransport *transport)
 
virtual ~TasksService ()
 
const TasklistsResourceget_tasklists () const
 
const TasksResourceget_tasks () const
 

Static Public Attributes

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

Detailed Description

Service definition for TasksService (v1).

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

Constructor & Destructor Documentation

◆ TasksService()

google_tasks_api::TasksService::TasksService ( client::HttpTransport *  transport)
explicit

Standard constructor.

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

◆ ~TasksService()

google_tasks_api::TasksService::~TasksService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_tasklists()

const TasklistsResource& google_tasks_api::TasksService::get_tasklists ( ) const
inline

Gets the resource method factory.

Returns
TasklistsResource for creating methods.

◆ get_tasks()

const TasksResource& google_tasks_api::TasksService::get_tasks ( ) const
inline

Gets the resource method factory.

Returns
TasksResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_tasks_api::TasksService::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_tasks_api::TasksService::googleapis_API_NAME = {"tasks"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_tasks_api::TasksService::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: