File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ such as on Google App Engine or Google Compute Engine.
37
37
38
38
To create a queue using the Cloud SDK, use the following gcloud command:
39
39
40
- gcloud alpha tasks queues create pull my-pull-queue
40
+ gcloud beta tasks queues create pull my-pull-queue
41
41
42
42
## Running the Samples
43
43
@@ -48,12 +48,12 @@ First, your project ID:
48
48
export PROJECT_ID=my-project-id
49
49
50
50
Then 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 ` .
52
52
53
53
export QUEUE_ID=my-pull-queue
54
54
55
55
And 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
57
57
the "name" value (for instance, if the name is
58
58
"projects/my-project/locations/us-central1/queues/my-pull-queue", then the
59
59
location is "us-central1").
You can’t perform that action at this time.
0 commit comments