File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To set up authentication, please refer to our
3535To create a queue using the Cloud SDK, use the following gcloud command:
3636
3737```
38- gcloud beta tasks queues create-app-engine-queue my-appengine-queue
38+ gcloud tasks queues create my-appengine-queue
3939```
4040
4141Note: A newly created queue will route to the default App Engine service and
@@ -79,14 +79,14 @@ export PROJECT_ID=my-project-id
7979```
8080
8181Then the queue ID, as specified at queue creation time. Queue IDs already
82- created can be listed with ` gcloud beta tasks queues list ` .
82+ created can be listed with ` gcloud tasks queues list ` .
8383
8484```
8585export QUEUE_ID=my-appengine-queue
8686```
8787
8888And finally the location ID, which can be discovered with
89- ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
89+ ` gcloud tasks queues describe $QUEUE_ID ` , with the location embedded in
9090the "name" value (for instance, if the name is
9191"projects/my-project/locations/us-central1/queues/my-appengine-queue", then the
9292location is "us-central1").
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ To create a queue (named `my-queue`) using the Cloud SDK, use the following
2929gcloud command:
3030
3131```
32- gcloud beta tasks queues create my-queue
32+ gcloud tasks queues create my-queue
3333```
3434
3535## Run the Sample Using the Command Line
@@ -43,14 +43,14 @@ export PROJECT_ID=my-project-id
4343```
4444
4545Then the queue ID, as specified at queue creation time. Queue IDs already
46- created can be listed with ` gcloud beta tasks queues list ` .
46+ created can be listed with ` gcloud tasks queues list ` .
4747
4848```
4949export QUEUE_ID=my-queue
5050```
5151
5252And finally the location ID, which can be discovered with
53- ` gcloud beta tasks queues describe my-queue ` , with the location embedded in
53+ ` gcloud tasks queues describe my-queue ` , with the location embedded in
5454the "name" value (for instance, if the name is
5555"projects/my-project/locations/us-central1/queues/my-queue", then the
5656location is "us-central1").
You can’t perform that action at this time.
0 commit comments