File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ App Engine task attempts.
2828To create a queue using the Cloud SDK, use the following gcloud command:
2929
3030```
31- gcloud beta tasks queues create my-appengine-queue
31+ gcloud tasks queues create my-appengine-queue
3232```
3333
3434Note: A newly created queue will route to the default App Engine service and
@@ -71,14 +71,14 @@ export GOOGLE_CLOUD_PROJECT="<YOUR_GOOGLE_CLOUD_PROJECT>"
7171```
7272
7373Then the queue ID, as specified at queue creation time. Queue IDs already
74- created can be listed with ` gcloud beta tasks queues list ` .
74+ created can be listed with ` gcloud tasks queues list ` .
7575
7676```
7777export QUEUE_ID="my-appengine-queue"
7878```
7979
8080And finally the location ID, which can be discovered with
81- ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
81+ ` gcloud tasks queues describe $QUEUE_ID ` , with the location embedded in
8282the "name" value (for instance, if the name is
8383"projects/my-project/locations/us-central1/queues/my-appengine-queue", then the
8484location is "us-central1").
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ App Engine task attempts.
2828To create a queue using the Cloud SDK, use the following gcloud command:
2929
3030```
31- gcloud beta tasks queues create-app-engine-queue my-appengine-queue
31+ gcloud tasks queues create my-appengine-queue
3232```
3333
3434Note: A newly created queue will route to the default App Engine service and
@@ -53,14 +53,14 @@ export GOOGLE_CLOUD_PROJECT=<YOUR_GOOGLE_CLOUD_PROJECT>
5353```
5454
5555Then the queue ID, as specified at queue creation time. Queue IDs already
56- created can be listed with ` gcloud beta tasks queues list ` .
56+ created can be listed with ` gcloud tasks queues list ` .
5757
5858```
5959export QUEUE_ID=my-appengine-queue
6060```
6161
6262And finally the location ID, which can be discovered with
63- ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
63+ ` gcloud tasks queues describe $QUEUE_ID ` , with the location embedded in
6464the "name" value (for instance, if the name is
6565"projects/my-project/locations/us-central1/queues/my-appengine-queue", then the
6666location is "us-central1").
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pushes it to your queue.
2222To create a queue using the Cloud SDK, use the following gcloud command:
2323
2424```
25- gcloud beta tasks queues create <QUEUE_NAME>
25+ gcloud tasks queues create <QUEUE_NAME>
2626```
2727
2828## Run the Sample Using the Command Line
@@ -36,14 +36,14 @@ export GOOGLE_CLOUD_PROJECT=<YOUR_GOOGLE_CLOUD_PROJECT>
3636```
3737
3838Then the queue ID, as specified at queue creation time. Queue IDs already
39- created can be listed with ` gcloud beta tasks queues list ` .
39+ created can be listed with ` gcloud tasks queues list ` .
4040
4141```
4242export QUEUE_ID=<QUEUE_NAME>
4343```
4444
4545And finally the location ID, which can be discovered with
46- ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
46+ ` gcloud tasks queues describe $QUEUE_ID ` , with the location embedded in
4747the "name" value (for instance, if the name is
4848"projects/my-project/locations/us-central1/queues/my-queue", then the
4949location is "us-central1").
You can’t perform that action at this time.
0 commit comments