Skip to content

Commit bb70752

Browse files
Update region tag for JobServiceQuickstart.java (#9394)
1 parent c5e2a76 commit bb70752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jobs/v3/src/main/java/com/google/samples/JobServiceQuickstart.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
/** The quickstart for Cloud Job Discovery */
3333
public class JobServiceQuickstart {
3434

35+
// [START job_search_quick_start]
3536
// [START quickstart]
3637

3738
private static final JsonFactory JSON_FACTORY = new GsonFactory();
@@ -92,4 +93,5 @@ public static void main(String... args) throws Exception {
9293
}
9394

9495
// [END quickstart]
96+
// [END job_search_quick_start]
9597
}

0 commit comments

Comments
 (0)