Skip to main content

Gcp/tasks

@swamp/gcp/tasksv2026.04.23.1· 8d agoMODELS
01README

Google Cloud tasks infrastructure models

02Models2
@swamp/gcp/tasks/tasklistsv2026.04.23.1tasklists.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
id?stringTask list identifier.
title?stringTitle of the task list. Maximum length allowed: 1024 characters.
fn create()
Create a tasklists
fn get(identifier: string)
Get a tasklists
ArgumentTypeDescription
identifierstringThe name of the tasklists
fn update()
Update tasklists attributes
fn delete(identifier: string)
Delete the tasklists
ArgumentTypeDescription
identifierstringThe name of the tasklists
fn sync()
Sync tasklists state from GCP

Resources

state(infinite)— Returns the authenticated user's specified task list.
@swamp/gcp/tasks/tasksv2026.04.23.1tasks.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
assignmentInfo?objectInformation about the source of the task assignment (Document, Chat Space).
completed?stringCompletion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
deleted?booleanFlag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False.
due?stringScheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that the task should be done, or that the task is visible on the calendar grid. It doesn't represent the deadline of the task. Only date information is recorded; the time portion of the timestamp is discarded when setting this field. It isn't possible to read or write the time that a task is scheduled for using the API.
hidden?booleanFlag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
id?stringTask identifier.
notes?stringNotes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters.
status?stringStatus of the task. This is either "needsAction" or "completed".
title?stringTitle of the task. Maximum length allowed: 1024 characters.
taskliststringTask list identifier.
previous?stringPrevious sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.
fn create()
Create a tasks
fn get(identifier: string)
Get a tasks
ArgumentTypeDescription
identifierstringThe name of the tasks
fn update()
Update tasks attributes
fn delete(identifier: string)
Delete the tasks
ArgumentTypeDescription
identifierstringThe name of the tasks
fn sync()
Sync tasks state from GCP
fn clear()
clear
fn move()
move

Resources

state(infinite)— Returns the specified task.
03Previous Versions4
2026.04.03.3Apr 3, 2026
  • Updated: tasklists, tasks
2026.04.03.1Apr 3, 2026
  • Updated: tasklists, tasks
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: tasklists, tasks
04Stats
A
100 / 100
Downloads
0
Archive size
17.3 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels