Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package com.example.jobs;

// [START job_search_histogram_search]
// [START job_search_histogram_search_beta]

import com.google.cloud.talent.v4beta1.HistogramQuery;
import com.google.cloud.talent.v4beta1.Job;
Expand Down Expand Up @@ -76,3 +77,4 @@ public static void searchJobs(String projectId, String tenantId, String query)
}
}
// [END job_search_histogram_search]
// [END job_search_histogram_search_beta]