This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,25 +28,23 @@ To set up authentication, please refer to our
28
28
29
29
To create a queue using the Cloud SDK, use the following gcloud command:
30
30
31
- gcloud alpha tasks queues create pull my-pull-queue
31
+ gcloud beta tasks queues create- pull-queue my-pull-queue
32
32
33
33
## Running the Samples
34
34
35
35
Set the environment variables:
36
36
37
- Set environment variables:
38
-
39
37
First, your project ID:
40
38
41
39
export PROJECT_ID=my-project-id
42
40
43
41
Then the queue ID, as specified at queue creation time. Queue IDs already
44
- created can be listed with ` gcloud alpha tasks queues list ` .
42
+ created can be listed with ` gcloud beta tasks queues list ` .
45
43
46
44
export QUEUE_ID=my-pull-queue
47
45
48
46
And finally the location ID, which can be discovered with
49
- ` gcloud alpha tasks queues describe $QUEUE_ID ` , with the location embedded in
47
+ ` gcloud beta tasks queues describe $QUEUE_ID ` , with the location embedded in
50
48
the "name" value (for instance, if the name is
51
49
"projects/my-project/locations/us-central1/queues/my-pull-queue", then the
52
50
location is "us-central1").
You can’t perform that action at this time.
0 commit comments