Autogenerated update (2019-07-21)

Update:
- jobs_v2
This commit is contained in:
Google APIs 2019-07-21 00:38:36 +00:00
parent 2b5f7ed02b
commit 68d8d09017
3 changed files with 172 additions and 285 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/talent-solution/job-search/docs/ # @see https://cloud.google.com/talent-solution/job-search/docs/
module JobsV2 module JobsV2
VERSION = 'V2' VERSION = 'V2'
REVISION = '20190713' REVISION = '20190720'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

File diff suppressed because it is too large Load Diff

View File

@ -80,8 +80,7 @@ module Google
# Deletes the specified company. # Deletes the specified company.
# @param [String] name # @param [String] name
# Required. # Required. The resource name of the company to be deleted,
# The resource name of the company to be deleted,
# such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". # such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
@ -112,8 +111,7 @@ module Google
# Retrieves the specified company. # Retrieves the specified company.
# @param [String] name # @param [String] name
# Required. # Required. Resource name of the company to retrieve,
# Resource name of the company to retrieve,
# such as "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". # such as "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
@ -144,18 +142,15 @@ module Google
# Lists all companies associated with a Cloud Talent Solution account. # Lists all companies associated with a Cloud Talent Solution account.
# @param [Boolean] must_have_open_jobs # @param [Boolean] must_have_open_jobs
# Optional. # Optional. Set to true if the companies request must have open jobs.
# Set to true if the companies request must have open jobs.
# Defaults to false. # Defaults to false.
# If true, at most page_size of companies are fetched, among which # If true, at most page_size of companies are fetched, among which
# only those with open jobs are returned. # only those with open jobs are returned.
# @param [Fixnum] page_size # @param [Fixnum] page_size
# Optional. # Optional. The maximum number of companies to be returned, at most 100.
# The maximum number of companies to be returned, at most 100.
# Default is 100 if a non-positive number is provided. # Default is 100 if a non-positive number is provided.
# @param [String] page_token # @param [String] page_token
# Optional. # Optional. The starting indicator from which to return results.
# The starting indicator from which to return results.
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user
@ -246,12 +241,11 @@ module Google
# Deprecated. Use ListJobs instead. # Deprecated. Use ListJobs instead.
# Lists all jobs associated with a company. # Lists all jobs associated with a company.
# @param [String] company_name # @param [String] company_name
# Required. # Required. The resource name of the company that owns the jobs to be listed,
# The resource name of the company that owns the jobs to be listed,
# such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". # such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
# @param [Boolean] ids_only # @param [Boolean] ids_only
# Optional. # Optional. If set to `true`, only job ID, job requisition ID and language code
# If set to `true`, only job ID, job requisition ID and language code will be # will be
# returned. # returned.
# A typical use is to synchronize job repositories. # A typical use is to synchronize job repositories.
# Defaults to false. # Defaults to false.
@ -262,19 +256,17 @@ module Google
# Set to true if the total number of open jobs is to be returned. # Set to true if the total number of open jobs is to be returned.
# Defaults to false. # Defaults to false.
# @param [String] job_requisition_id # @param [String] job_requisition_id
# Optional. # Optional. The requisition ID, also known as posting ID, assigned by the
# The requisition ID, also known as posting ID, assigned by the company # company
# to the job. # to the job.
# The maximum number of allowable characters is 225. # The maximum number of allowable characters is 225.
# @param [Fixnum] page_size # @param [Fixnum] page_size
# Optional. # Optional. The maximum number of jobs to be returned per page of results.
# The maximum number of jobs to be returned per page of results.
# If ids_only is set to true, the maximum allowed page size # If ids_only is set to true, the maximum allowed page size
# is 1000. Otherwise, the maximum allowed page size is 100. # is 1000. Otherwise, the maximum allowed page size is 100.
# Default is 100 if empty or a number < 1 is specified. # Default is 100 if empty or a number < 1 is specified.
# @param [String] page_token # @param [String] page_token
# Optional. # Optional. The starting point of a query result.
# The starting point of a query result.
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user
@ -373,8 +365,7 @@ module Google
# Typically, the job becomes unsearchable within 10 seconds, but it may take # Typically, the job becomes unsearchable within 10 seconds, but it may take
# up to 5 minutes. # up to 5 minutes.
# @param [String] name # @param [String] name
# Required. # Required. The resource name of the job to be deleted, such as "jobs/11111111".
# The resource name of the job to be deleted, such as "jobs/11111111".
# @param [Boolean] disable_fast_process # @param [Boolean] disable_fast_process
# Deprecated. This field is not working anymore. # Deprecated. This field is not working anymore.
# Optional. # Optional.
@ -445,8 +436,7 @@ module Google
# Retrieves the specified job, whose status is OPEN or recently EXPIRED # Retrieves the specified job, whose status is OPEN or recently EXPIRED
# within the last 90 days. # within the last 90 days.
# @param [String] name # @param [String] name
# Required. # Required. The resource name of the job to retrieve, such as "jobs/11111111".
# The resource name of the job to retrieve, such as "jobs/11111111".
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user
@ -516,8 +506,7 @@ module Google
# Lists jobs by filter. # Lists jobs by filter.
# @param [String] filter # @param [String] filter
# Required. # Required. The filter string specifies the jobs to be enumerated.
# The filter string specifies the jobs to be enumerated.
# Supported operator: =, AND # Supported operator: =, AND
# The fields eligible for filtering are: # The fields eligible for filtering are:
# * `companyName` (Required) # * `companyName` (Required)
@ -526,20 +515,17 @@ module Google
# * companyName = "companies/123" # * companyName = "companies/123"
# * companyName = "companies/123" AND requisitionId = "req-1" # * companyName = "companies/123" AND requisitionId = "req-1"
# @param [Boolean] ids_only # @param [Boolean] ids_only
# Optional. # Optional. If set to `true`, only Job.name, Job.requisition_id and
# If set to `true`, only Job.name, Job.requisition_id and
# Job.language_code will be returned. # Job.language_code will be returned.
# A typical use case is to synchronize job repositories. # A typical use case is to synchronize job repositories.
# Defaults to false. # Defaults to false.
# @param [Fixnum] page_size # @param [Fixnum] page_size
# Optional. # Optional. The maximum number of jobs to be returned per page of results.
# The maximum number of jobs to be returned per page of results.
# If ids_only is set to true, the maximum allowed page size # If ids_only is set to true, the maximum allowed page size
# is 1000. Otherwise, the maximum allowed page size is 100. # is 1000. Otherwise, the maximum allowed page size is 100.
# Default is 100 if empty or a number < 1 is specified. # Default is 100 if empty or a number < 1 is specified.
# @param [String] page_token # @param [String] page_token
# Optional. # Optional. The starting point of a query result.
# The starting point of a query result.
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user
@ -681,11 +667,9 @@ module Google
# Completes the specified prefix with job keyword suggestions. # Completes the specified prefix with job keyword suggestions.
# Intended for use by a job search auto-complete search box. # Intended for use by a job search auto-complete search box.
# @param [String] company_name # @param [String] company_name
# Optional. # Optional. If provided, restricts completion to the specified company.
# If provided, restricts completion to the specified company.
# @param [String] language_code # @param [String] language_code
# Required. # Required. The language of the query. This is
# The language of the query. This is
# the BCP-47 language code, such as "en-US" or "sr-Latn". # the BCP-47 language code, such as "en-US" or "sr-Latn".
# For more information, see # For more information, see
# [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
@ -698,18 +682,14 @@ module Google
# language_code or companies having open jobs with same # language_code or companies having open jobs with same
# language_code are returned. # language_code are returned.
# @param [Fixnum] page_size # @param [Fixnum] page_size
# Required. # Required. Completion result count.
# Completion result count.
# The maximum allowed page size is 10. # The maximum allowed page size is 10.
# @param [String] query # @param [String] query
# Required. # Required. The query used to generate suggestions.
# The query used to generate suggestions.
# @param [String] scope # @param [String] scope
# Optional. # Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
# The scope of the completion. The defaults is CompletionScope.PUBLIC.
# @param [String] type # @param [String] type
# Optional. # Optional. The completion topic. The default is CompletionType.COMBINED.
# The completion topic. The default is CompletionType.COMBINED.
# @param [String] fields # @param [String] fields
# Selector specifying which fields to include in a partial response. # Selector specifying which fields to include in a partial response.
# @param [String] quota_user # @param [String] quota_user