Skip to content

Commit

Permalink
feat: Added a new KeywordMatchMode field to support more keyword ma…
Browse files Browse the repository at this point in the history
…tching options (#616)

feat: Added more `DiversificationLevel` configuration options

- [x] Regenerate this pull request now.

PiperOrigin-RevId: 396667150

Source-Link: googleapis/googleapis@caad48d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1ac7721fb6aaba8211b25ba0adb9a8effb9ba1a3
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWFjNzcyMWZiNmFhYmE4MjExYjI1YmEwYWRiOWE4ZWZmYjliYTFhMyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Sep 20, 2021
1 parent 05f4eb2 commit 54848bf
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_autocomplete_job_title")
// sample-metadata:
// title:
// description: Complete job title given partial text (autocomplete)
// usage: gradle run
// -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchAutocompleteJobTitle
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--query "[partially typed job title]"] [--num_results 5] [--language_code
// "en-US"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("LongRunningRequestAsync",
// "job_search_batch_create_jobs")
// sample-metadata:
// title:
// description: Batch Create Jobs
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchBatchCreateJobs
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--company_name_one "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id_one "Job requisition ID, aka
// Posting ID. Unique per job."] [--title_one "Software Engineer"] [--description_one "This is a
// description of this <i>wonderful</i> job!"] [--job_application_url_one
// "https://www.example.org/job-posting/123"] [--address_one "1600 Amphitheatre Parkway, Mountain
// View, CA 94043"] [--language_code_one "en-US"] [--company_name_two "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id_two "Job requisition ID, aka
// Posting ID. Unique per job."] [--title_two "Quality Assurance"] [--description_two "This is a
// description of this <i>wonderful</i> job!"] [--job_application_url_two
// "https://www.example.org/job-posting/123"] [--address_two "111 8th Avenue, New York, NY 10011"]
// [--language_code_two "en-US"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_batch_delete_job")
// sample-metadata:
// title:
// description: Batch delete jobs using a filter
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchBatchDeleteJob
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--filter "[Query]"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("LongRunningRequestAsync",
// "job_search_batch_update_jobs")
// sample-metadata:
// title:
// description: Batch Update Jobs
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchBatchUpdateJobs
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--job_name_one "job name, e.g.
// projects/your-project/tenants/tenant-id/jobs/job-id"] [--company_name_one "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id_one "Job requisition ID, aka
// Posting ID. Unique per job."] [--title_one "Software Engineer"] [--description_one "This is a
// description of this <i>wonderful</i> job!"] [--job_application_url_one
// "https://www.example.org/job-posting/123"] [--address_one "1600 Amphitheatre Parkway, Mountain
// View, CA 94043"] [--language_code_one "en-US"] [--job_name_two "job name, e.g.
// projects/your-project/tenants/tenant-id/jobs/job-id"] [--company_name_two "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id_two "Job requisition ID, aka
// Posting ID. Unique per job."] [--title_two "Quality Assurance"] [--description_two "This is a
// description of this <i>wonderful</i> job!"] [--job_application_url_two
// "https://www.example.org/job-posting/123"] [--address_two "111 8th Avenue, New York, NY 10011"]
// [--language_code_two "en-US"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_commute_search")
// sample-metadata:
// title:
// description: Search Jobs using commute distance
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCommuteSearch
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"]']

package com.google.cloud.examples.talent.v4beta1;

import com.google.cloud.talent.v4beta1.CommuteFilter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_create_client_event")
// sample-metadata:
// title:
// description: Creates a client event
// usage: gradle run
// -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCreateClientEvent
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--request_id "[request_id from ResponseMetadata]"] [--event_id "[Set this
// to a unique identifier]"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_create_company")
// sample-metadata:
// title:
// description: Create Company
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCreateCompany
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--display_name "My Company Name"] [--external_id "Identifier of this
// company in my system"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_create_job")
// sample-metadata:
// title:
// description: Create Job
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCreateJob
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--company_name "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id "Job requisition ID, aka Posting
// ID. Unique per job."] [--title "Software Engineer"] [--description "This is a description of this
// <i>wonderful</i> job!"] [--job_application_url "https://www.example.org/job-posting/123"]
// [--address_one "1600 Amphitheatre Parkway, Mountain View, CA 94043"] [--address_two "111 8th
// Avenue, New York, NY 10011"] [--language_code "en-US"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_create_job_custom_attributes")
// sample-metadata:
// title:
// description: Create Job with Custom Attributes
// usage: gradle run
// -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCreateJobCustomAttributes
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--company_name "Company name, e.g.
// projects/your-project/companies/company-id"] [--requisition_id "Job requisition ID, aka Posting
// ID. Unique per job."] [--language_code "en-US"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_create_tenant")
// sample-metadata:
// title:
// description: Create Tenant for scoping resources, e.g. companies and jobs
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCreateTenant
// [--args='[--project_id "Your Google Cloud Project ID"] [--external_id "Your Unique Identifier for
// Tenant"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_custom_ranking_search")
// sample-metadata:
// title:
// description: Search Jobs using custom rankings
// usage: gradle run
// -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchCustomRankingSearch
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_delete_company")
// sample-metadata:
// title:
// description: Delete Company
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchDeleteCompany
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--company_id "ID of the company to delete"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_delete_job")
// sample-metadata:
// title:
// description: Delete Job
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchDeleteJob
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--job_id "Company ID"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_delete_tenant")
// sample-metadata:
// title:
// description: Delete Tenant
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchDeleteTenant
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID)"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_get_company")
// sample-metadata:
// title:
// description: Get Company
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchGetCompany
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--company_id "Company ID"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_get_job")
// sample-metadata:
// title:
// description: Get Job
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchGetJob
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--job_id "Job ID"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("Request", "job_search_get_tenant")
// sample-metadata:
// title:
// description: Get Tenant by name
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchGetTenant
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_histogram_search")
// sample-metadata:
// title:
// description: Search Jobs with histogram queries
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchHistogramSearch
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--query "count(base_compensation, [bucket(12, 20)])"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_list_companies")
// sample-metadata:
// title:
// description: List Companies
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchListCompanies
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_list_jobs")
// sample-metadata:
// title:
// description: List Jobs
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchListJobs
// [--args='[--project_id "Your Google Cloud Project ID"] [--tenant_id "Your Tenant ID (using
// tenancy is optional)"] [--filter "companyName=projects/my-project/companies/company-id"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// DO NOT EDIT! This is a generated sample ("RequestPaged", "job_search_list_tenants")
// sample-metadata:
// title:
// description: List Tenants
// usage: gradle run -PmainClass=com.google.cloud.examples.talent.v4beta1.JobSearchListTenants
// [--args='[--project_id "Your Google Cloud Project ID"]']

package com.google.cloud.examples.talent.v4beta1;

Expand Down

0 comments on commit 54848bf

Please sign in to comment.