File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_tasks_describe.1
.TH "GCLOUD_ALPHA_TASKS_DESCRIBE" 1
.SH "NAME"
.HP
gcloud alpha tasks describe \- show details about a task
.SH "SYNOPSIS"
.HP
\f5gcloud alpha tasks describe\fR \fITASK\fR [\fB\-\-location\fR=\fILOCATION\fR] [\fB\-\-queue\fR=\fIQUEUE\fR] [\fB\-\-response\-view\fR=\fIRESPONSE_VIEW\fR;\ default="basic"] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Show details about a task.
.SH "EXAMPLES"
To describe a task:
.RS 2m
$ gcloud alpha tasks describe \-\-queue=my\-queue my\-task
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fITASK\fR
The task to describe.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
The location where we want to manage the queue or task. If not specified, uses
the location of the current project's App Engine app if there is an associated
app.
.TP 2m
\fB\-\-queue\fR=\fIQUEUE\fR
The queue the task belongs to.
.TP 2m
\fB\-\-response\-view\fR=\fIRESPONSE_VIEW\fR; default="basic"
Task response view. \fIRESPONSE_VIEW\fR must be one of: \fBbasic\fR, \fBfull\fR,
\fBview\-unspecified\fR.
.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"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud tasks describe
.RE
.RS 2m
$ gcloud beta tasks describe
.RE