/** Auto completes job titles within given companyName. */publicstaticvoidjobTitleAutoComplete(StringcompanyName,Stringquery)throwsIOException{Completecomplete=talentSolutionClient.projects().complete(DEFAULT_PROJECT_ID).setQuery(query).setLanguageCode("en-US").setType("JOB_TITLE").setPageSize(10);if(companyName!=null){complete.setCompanyName(companyName);}CompleteQueryResponseresults=complete.execute();System.out.println(results);}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-03-28 UTC。"],[],[]]