Cloud Tasks API (cloudtasks:v2beta2)

2022-07-14

1 new method

Additions

    Methods
  • cloudtasks.projects.locations.queues.buffer

      Path : v2beta2/{+name}:buffer

      HTTP Method : POST

      Parameter Order : name

      Description : Creates and buffers a new task without the need to explicitly define a Task message. The queue must be an http queue (i.e., must have HTTP target). This method is used for a simplified application of Cloud Tasks queues in buffer and rate limitting HTTP requests.

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

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

      Parameters :

        name

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

          Location : path

          Required : Yes

          Type : string

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