Skip to content

Commit cf157fd

Browse files
ellenevansdpebot
authored andcommitted
Add region tags (GoogleCloudPlatform#1013)
1 parent 49bd0aa commit cf157fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flexible/cloud-tasks/src/main/java/com/example/cloudtasks/CreateTaskServlet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ private static CloudTasks createAuthorizedClient() throws IOException {
8282
.build();
8383
}
8484

85+
// [START cloud_tasks_appengine_create_task]
8586
/**
8687
* Create a task for a given queue with a given payload.
8788
*/
@@ -118,3 +119,4 @@ private static Task createTask(
118119
}
119120

120121
}
122+
// [END cloud_tasks_appengine_create_task]

0 commit comments

Comments
 (0)