File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ such as on Google App Engine or Google Compute Engine.
3737
3838To create a queue using the Cloud SDK, use the following gcloud command:
3939
40- gcloud alpha tasks queues create pull my-pull-queue
40+ gcloud beta tasks queues create pull my-pull-queue
4141
4242## Running the Samples
4343
@@ -48,12 +48,12 @@ First, your project ID:
4848 export PROJECT_ID=my-project-id
4949
5050Then the queue ID, as specified at queue creation time. Queue IDs already
51- created can be listed with ` gcloud alpha tasks queues list ` .
51+ created can be listed with ` gcloud beta tasks queues list ` .
5252
5353 export QUEUE_ID=my-pull-queue
5454
5555And finally the location ID, which can be discovered with
56- ` gcloud alpha tasks queues describe $QUEUE_ID ` , with the location embedded in
56+ ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
5757the "name" value (for instance, if the name is
5858"projects/my-project/locations/us-central1/queues/my-pull-queue", then the
5959location is "us-central1").
You can’t perform that action at this time.
0 commit comments