8000 chore(job): migrate region tag to include product prefix (#9974) · invertase/java-docs-samples@42c928e · GitHub
[go: up one dir, main page]

Skip to content

Commit 42c928e

Browse files
chore(job): migrate region tag to include product prefix (GoogleCloudPlatform#9974)
* chore(job): migrate region tag to include product prefix * chore(job): migrate region tag to include product prefix
1 parent be1a4af commit 42c928e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public final class AutoCompleteSample {
3838
private static CloudTalentSolution talentSolutionClient =
3939
JobServiceQuickstart.getTalentSolutionClient();
4040

41+
// [START job_auto_complete_job_title]
4142
// [START auto_complete_job_title]
4243

4344
/** Auto completes job titles within given companyName. */
@@ -60,8 +61,9 @@ public static void jobTitleAutoComplete(String companyName, String query) throws
6061
System.out.println(results);
6162
}
6263
// [END auto_complete_job_title]
64+
// [END job_auto_complete_job_title]
6365

64-
// [START auto_complete_default]
66+
// [START job_auto_complete_default]
6567
/** Auto completes job titles within given companyName. */
6668
public static void defaultAutoComplete(String companyName, String query) throws IOException {
6769
Complete complete =
@@ -79,7 +81,7 @@ public static void defaultAutoComplete(String companyName, String query) throws
7981

8082
System.out.println(results);
8183
}
82-
// [END auto_complete_default]
84+
// [END job_auto_complete_default]
8385

8486
public static void main(String... args) throws Exception {
8587
Company companyToBeCreated = BasicCompanySample.generateCompany().setDisplayName("Google");

0 commit comments

Comments
 (0)
0