Skip to content

Commit 713cd9d

Browse files
chore(job): migrate region tags (#10076)
1 parent f0828ba commit 713cd9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class FeaturedJobsSearchSample {
4343
private static CloudTalentSolution talentSolutionClient =
4444
JobServiceQuickstart.getTalentSolutionClient();
4545

46-
// [START featured_job]
46+
// [START job_generate_featured_job]
4747

4848
/** Creates a job as featured. */
4949
public static Job generateFeaturedJob(String companyName) throws IOException {
@@ -64,9 +64,9 @@ public static Job generateFeaturedJob(String companyName) throws IOException {
6464
System.out.println("Job generated: " + job);
6565
return job;
6666
}
67-
// [END featured_job]
67+
// [END job_generate_featured_job]
6868

69-
// [START search_featured_job]
69+
// [START job_search_featured_job]
7070

7171
/** Searches featured jobs. */
7272
public static void searchFeaturedJobs(String companyName)
@@ -103,7 +103,7 @@ public static void searchFeaturedJobs(String companyName)
103103
Thread.sleep(1000);
104104
System.out.printf("Featured jobs results: %s\n", response);
105105
}
106-
// [END search_featured_job]
106+
// [END job_search_featured_job]
107107

108108
public static void main(String... args) throws Exception {
109109
Company companyToBeCreated = BasicCompanySample.generateCompany();

0 commit comments

Comments
 (0)