File: //snap/google-cloud-cli/394/help/man/man1/gcloud_tasks_buffer.1
.TH "GCLOUD_TASKS_BUFFER" 1
.SH "NAME"
.HP
gcloud tasks buffer \- buffers a task into a queue
.SH "SYNOPSIS"
.HP
\f5gcloud tasks buffer\fR \fB\-\-location\fR=\fILOCATION\fR \fB\-\-queue\fR=\fIQUEUE\fR [\fB\-\-task\-id\fR=\fITASK_ID\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Buffers a task into a queue.
.SH "EXAMPLES"
To buffer into a queue:
.RS 2m
$ gcloud tasks buffer \-\-queue=my\-queue \-\-location=us\-central1
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
The location where the queue exists.
.TP 2m
\fB\-\-queue\fR=\fIQUEUE\fR
The queue the task belongs to.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-task\-id\fR=\fITASK_ID\fR
The task ID for the task being created.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha tasks buffer
.RE
.RS 2m
$ gcloud beta tasks buffer
.RE