|
tasks
v1
|
#include <tasks_service.h>
Public Member Functions | |
| TasksResource (TasksService *service) | |
| ~TasksResource () | |
| TasksResource_ClearMethod * | NewClearMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist) const |
| TasksResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const absl::string_view &task) const |
| TasksResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const absl::string_view &task) const |
| TasksResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const Task &_content_) const |
| TasksResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist) const |
| TasksResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist) const |
| TasksResource_MoveMethod * | NewMoveMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const absl::string_view &task) const |
| TasksResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const absl::string_view &task, const Task &_content_) const |
| TasksResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &tasklist, const absl::string_view &task, const Task &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| TasksResource_ClearMethod * google_tasks_api::TasksService::TasksResource::NewClearMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist | ||
| ) | const |
Creates a new TasksResource_ClearMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
Execute the method instance, then destroy it when they are finished. | TasksResource_DeleteMethod * google_tasks_api::TasksService::TasksResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const absl::string_view & | task | ||
| ) | const |
Creates a new TasksResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | task | Task identifier. |
Execute the method instance, then destroy it when they are finished. | TasksResource_GetMethod * google_tasks_api::TasksService::TasksResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const absl::string_view & | task | ||
| ) | const |
Creates a new TasksResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | task | Task identifier. |
Execute the method instance, then destroy it when they are finished. | TasksResource_InsertMethod * google_tasks_api::TasksService::TasksResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const Task & | _content_ | ||
| ) | const |
Creates a new TasksResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | TasksResource_ListMethod * google_tasks_api::TasksService::TasksResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist | ||
| ) | const |
Creates a new TasksResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
Execute the method instance, then destroy it when they are finished. | TasksResource_ListMethodPager * google_tasks_api::TasksService::TasksResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist | ||
| ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| TasksResource_MoveMethod * google_tasks_api::TasksService::TasksResource::NewMoveMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const absl::string_view & | task | ||
| ) | const |
Creates a new TasksResource_MoveMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | task | Task identifier. |
Execute the method instance, then destroy it when they are finished. | TasksResource_PatchMethod * google_tasks_api::TasksService::TasksResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const absl::string_view & | task, | ||
| const Task & | _content_ | ||
| ) | const |
Creates a new TasksResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | task | Task identifier. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | TasksResource_UpdateMethod * google_tasks_api::TasksService::TasksResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | tasklist, | ||
| const absl::string_view & | task, | ||
| const Task & | _content_ | ||
| ) | const |
Creates a new TasksResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | tasklist | Task list identifier. |
| [in] | task | Task identifier. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.