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 c5e2a76 commit bb70752Copy full SHA for bb70752
jobs/v3/src/main/java/com/google/samples/JobServiceQuickstart.java
@@ -32,6 +32,7 @@
32
/** The quickstart for Cloud Job Discovery */
33
public class JobServiceQuickstart {
34
35
+ // [START job_search_quick_start]
36
// [START quickstart]
37
38
private static final JsonFactory JSON_FACTORY = new GsonFactory();
@@ -92,4 +93,5 @@ public static void main(String... args) throws Exception {
92
93
}
94
95
// [END quickstart]
96
+ // [END job_search_quick_start]
97
0 commit comments