We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ea24a commit cf0b45aCopy full SHA for cf0b45a
appengine/php72/tasks/snippets/README.md
@@ -32,7 +32,7 @@ Al code in the snippets directory demonstrate how to invoke Cloud Tasks from PHP
32
6. Identify the Location
33
34
Determine the location ID, which can be discovered with
35
- `gcloud alpha tasks queues describe $QUEUE_ID`, with the location embedded in
+ `gcloud beta tasks queues describe $QUEUE_ID`, with the location embedded in
36
the "name" value (for instance, if the name is
37
"projects/my-project/locations/us-central1/queues/my-pull-queue", then the
38
location is "us-central1").
0 commit comments