Class BufferTaskRequest (2.14.2)

BufferTaskRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

LINT.IfChange Request message for BufferTask.

Attributes

NameDescription
queue str
Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID\` The queue must already exist.
task_id str
Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.
body google.api.httpbody_pb2.HttpBody
Optional. Body of the HTTP request. The body can take any generic value. The value is written to the HttpRequest][payload] of the [Task].