Cloud Tasks API (cloudtasks:v2beta2)

2022-09-28

1 updated method

Updates

    Methods
  • cloudtasks.projects.locations.queues.tasks.buffer

      Parameters:

        taskId

          Location: path

          Description: Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.

          Type: string

          Required: Yes

        queue

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/queues/[^/]+$

          Location: path

          Description: Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.

          Type: string

        parent

          Description: Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.

          Type: string

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/queues/[^/]+$

      Path: v2beta2/{+parent}/tasks:buffer  ⟶  v2beta2/{+queue}/tasks/{taskId}:buffer

      Parameter Order: parent  ⟶  queue

      Flat Path: v2beta2/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks:buffer  ⟶  v2beta2/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks/{taskId}:buffer