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 57717fd commit e0d83adCopy full SHA for e0d83ad
tasks/src/main/java/com/example/task/CreateHttpTask.java
@@ -37,9 +37,9 @@ public static void main(String[] args) throws Exception {
37
try (CloudTasksClient client = CloudTasksClient.create()) {
38
// Variables provided by the system variables.
39
// projectId = "my-project-id";
40
- // queueName = "my-appengine-queue";
+ // queueName = "my-queue";
41
// location = "us-central1";
42
- // url = "https://<project-id>.appspot.com/tasks/create";
+ // url = "https://example.com/hellohandler";
43
String payload = "hello";
44
45
// Construct the fully qualified queue name.
0 commit comments