Skip to content

Commit d0a788e

Browse files
authored
feat: add beta region tags to histogram search sample (#10305)
1 parent 1d59a07 commit d0a788e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jobs/v4/src/main/java/com/example/jobs/HistogramSearchJobs.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.example.jobs;
1818

1919
// [START job_search_histogram_search]
20+
// [START job_search_histogram_search_beta]
2021

2122
import com.google.cloud.talent.v4beta1.HistogramQuery;
2223
import com.google.cloud.talent.v4beta1.Job;
@@ -76,3 +77,4 @@ public static void searchJobs(String projectId, String tenantId, String query)
7677
}
7778
}
7879
// [END job_search_histogram_search]
80+
// [END job_search_histogram_search_beta]

0 commit comments

Comments
 (0)