Cloud Tasks API (cloudtasks:v2beta2)

2022-09-09

1 new method | 1 removed method

Additions

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

      Parameters:

        parent

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

          Location: path

          Required: Yes

          Type: string

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

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v2beta2/{+parent}/tasks:buffer

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

      Description: Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. Note: This feature is in its experimental stage. You must request access to the API through the [Cloud Tasks BufferTasks Experiment Signup form](https://forms.gle/X8Zr5hiXH5tTGFqh8).

      HTTP Method: POST

      Parameter Order: parent

Deletions

    Methods
  • cloudtasks.projects.locations.queues.buffer

      Parameter Order: queue

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        queue

          Type: string

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

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

          Location: path

          Required: Yes

      HTTP Method: POST

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

      Description: Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. Note: This feature is in its experimental stage. You must request access to the API through the [Cloud Tasks BufferTasks Experiment Signup form](https://forms.gle/X8Zr5hiXH5tTGFqh8).

      Path: v2beta2/{+queue}:buffer

1 updated method

Updates

    Methods
  • cloudtasks.projects.locations.queues.buffer

      Parameters:

        queue

          Type: string

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

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

          Location: path

          Required: Yes

        name

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

          Location: path

          Type: string

          Required: Yes

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

      Parameter Order: name  ⟶  queue

      Path: v2beta2/{+name}:buffer  ⟶  v2beta2/{+queue}:buffer