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 49bd0aa commit cf157fdCopy full SHA for cf157fd
flexible/cloud-tasks/src/main/java/com/example/cloudtasks/CreateTaskServlet.java
@@ -82,6 +82,7 @@ private static CloudTasks createAuthorizedClient() throws IOException {
82
.build();
83
}
84
85
+ // [START cloud_tasks_appengine_create_task]
86
/**
87
* Create a task for a given queue with a given payload.
88
*/
@@ -118,3 +119,4 @@ private static Task createTask(
118
119
120
121
122
+ // [END cloud_tasks_appengine_create_task]
0 commit comments