File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
jobs/v3/src/main/java/com/google/samples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public final class FeaturedJobsSearchSample {
43
43
private static CloudTalentSolution talentSolutionClient =
44
44
JobServiceQuickstart .getTalentSolutionClient ();
45
45
46
- // [START featured_job ]
46
+ // [START job_generate_featured_job ]
47
47
48
48
/** Creates a job as featured. */
49
49
public static Job generateFeaturedJob (String companyName ) throws IOException {
@@ -64,9 +64,9 @@ public static Job generateFeaturedJob(String companyName) throws IOException {
64
64
System .out .println ("Job generated: " + job );
65
65
return job ;
66
66
}
67
- // [END featured_job ]
67
+ // [END job_generate_featured_job ]
68
68
69
- // [START search_featured_job ]
69
+ // [START job_search_featured_job ]
70
70
71
71
/** Searches featured jobs. */
72
72
public static void searchFeaturedJobs (String companyName )
@@ -103,7 +103,7 @@ public static void searchFeaturedJobs(String companyName)
103
103
Thread .sleep (1000 );
104
104
System .out .printf ("Featured jobs results: %s\n " , response );
105
105
}
106
- // [END search_featured_job ]
106
+ // [END job_search_featured_job ]
107
107
108
108
public static void main (String ... args ) throws Exception {
109
109
Company companyToBeCreated = BasicCompanySample .generateCompany ();
You can’t perform that action at this time.
0 commit comments