tasks  v1
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CGoogle::Apis::Services::IClientService [external]
 CGoogle::Apis::Services::BaseClientService [external]
 CGoogle.Apis.Tasks.v1.TasksServiceThe Tasks Service.
 CGoogle::Apis::Requests::IClientServiceRequest [external]
 CGoogle::Apis::Requests::IClientServiceRequest< TResponse > [external]
 CGoogle::Apis::Requests::ClientServiceRequest< TResponse > [external]
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< TResponse >A base abstract class for Tasks requests.
 CGoogle::Apis::Requests::IDirectResponseSchema [external]
 CGoogle.Apis.Tasks.v1.Data.Task
 CGoogle.Apis.Tasks.v1.Data.TaskList
 CGoogle.Apis.Tasks.v1.Data.TaskLists
 CGoogle.Apis.Tasks.v1.Data.Tasks
 CGoogle.Apis.Tasks.v1.Data.Task.LinksData
 CGoogle.Apis.Tasks.v1.TasklistsResourceThe "tasklists" collection of methods.
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< Google.Apis.Tasks.v1.Data.Task >
 CGoogle.Apis.Tasks.v1.TasksResource.GetRequestReturns the specified task.
 CGoogle.Apis.Tasks.v1.TasksResource.InsertRequestCreates a new task on the specified task list. Fails with HTTP code 403 or 429 after reaching the storage limit of 100,000 tasks per account.
 CGoogle.Apis.Tasks.v1.TasksResource.MoveRequestMoves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.
 CGoogle.Apis.Tasks.v1.TasksResource.PatchRequestUpdates the specified task. This method supports patch semantics.
 CGoogle.Apis.Tasks.v1.TasksResource.UpdateRequestUpdates the specified task.
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< Google.Apis.Tasks.v1.Data.TaskList >
 CGoogle.Apis.Tasks.v1.TasklistsResource.GetRequestReturns the authenticated user's specified task list.
 CGoogle.Apis.Tasks.v1.TasklistsResource.InsertRequestCreates a new task list and adds it to the authenticated user's task lists. Fails with HTTP code 403 or 429 after reaching the storage limit of 2,000 lists.
 CGoogle.Apis.Tasks.v1.TasklistsResource.PatchRequestUpdates the authenticated user's specified task list. This method supports patch semantics.
 CGoogle.Apis.Tasks.v1.TasklistsResource.UpdateRequestUpdates the authenticated user's specified task list.
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< Google.Apis.Tasks.v1.Data.TaskLists >
 CGoogle.Apis.Tasks.v1.TasklistsResource.ListRequestReturns all the authenticated user's task lists.
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< Google.Apis.Tasks.v1.Data.Tasks >
 CGoogle.Apis.Tasks.v1.TasksResource.ListRequestReturns all tasks in the specified task list.
 CGoogle.Apis.Tasks.v1.TasksBaseServiceRequest< string >
 CGoogle.Apis.Tasks.v1.TasklistsResource.DeleteRequestDeletes the authenticated user's specified task list.
 CGoogle.Apis.Tasks.v1.TasksResource.ClearRequestClears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.
 CGoogle.Apis.Tasks.v1.TasksResource.DeleteRequestDeletes the specified task from the task list.
 CGoogle.Apis.Tasks.v1.TasksResourceThe "tasks" collection of methods.