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 8e51c68 commit c0282a8Copy full SHA for c0282a8
tasks/snippets/src/main/java/com/example/task/CreateHttpTaskWithToken.java
@@ -38,7 +38,7 @@ public static void main(String[] args) throws Exception {
38
try (CloudTasksClient client = CloudTasksClient.create()) {
39
// Variables provided by the system variables.
40
// projectId = "my-project-id";
41
- // queueName = "my-appengine-queue";
+ // queueName = "my-queue";
42
// location = "us-central1";
43
// url = "https://example.com/taskhandler";
44
String payload = "hello";
0 commit comments