Autogenerated update (2019-07-01)

Update:
- jobs_v3
- jobs_v3p1beta1
This commit is contained in:
Google APIs 2019-07-01 00:37:14 +00:00
parent b1be66c646
commit 75267debfe
4 changed files with 46 additions and 110 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 JobsV3 module JobsV3
VERSION = 'V3' VERSION = 'V3'
REVISION = '20190531' REVISION = '20190629'
# 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'

View File

@ -1845,7 +1845,7 @@ module Google
# Optional. # Optional.
# Allows the client to return jobs without a # Allows the client to return jobs without a
# set location, specifically, telecommuting jobs (telecomuting is considered # set location, specifically, telecommuting jobs (telecommuting is considered
# by the service as a special location. # by the service as a special location.
# Job.posting_region indicates if a job permits telecommuting. # Job.posting_region indicates if a job permits telecommuting.
# If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, # If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED,
@ -2394,28 +2394,28 @@ module Google
# The criteria determining how search results are sorted. Default is # The criteria determining how search results are sorted. Default is
# "relevance desc". # "relevance desc".
# Supported options are: # Supported options are:
# * "relevance desc": By relevance descending, as determined by the API # * `"relevance desc"`: By relevance descending, as determined by the API
# algorithms. Relevance thresholding of query results is only available # algorithms. Relevance thresholding of query results is only available
# with this ordering. # with this ordering.
# * "posting`_`publish`_`time desc": By Job.posting_publish_time # * `"posting_publish_time desc"`: By Job.posting_publish_time
# descending. # descending.
# * "posting`_`update`_`time desc": By Job.posting_update_time # * `"posting_update_time desc"`: By Job.posting_update_time
# descending. # descending.
# * "title": By Job.title ascending. # * `"title"`: By Job.title ascending.
# * "title desc": By Job.title descending. # * `"title desc"`: By Job.title descending.
# * "annualized`_`base`_`compensation": By job's # * `"annualized_base_compensation"`: By job's
# CompensationInfo.annualized_base_compensation_range ascending. Jobs # CompensationInfo.annualized_base_compensation_range ascending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`base`_`compensation desc": By job's # * `"annualized_base_compensation desc"`: By job's
# CompensationInfo.annualized_base_compensation_range descending. Jobs # CompensationInfo.annualized_base_compensation_range descending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`total`_`compensation": By job's # * `"annualized_total_compensation"`: By job's
# CompensationInfo.annualized_total_compensation_range ascending. Jobs # CompensationInfo.annualized_total_compensation_range ascending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`total`_`compensation desc": By job's # * `"annualized_total_compensation desc"`: By job's
# CompensationInfo.annualized_total_compensation_range descending. Jobs # CompensationInfo.annualized_total_compensation_range descending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.

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 JobsV3p1beta1 module JobsV3p1beta1
VERSION = 'V3p1beta1' VERSION = 'V3p1beta1'
REVISION = '20190531' REVISION = '20190629'
# 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'

View File

@ -2024,7 +2024,7 @@ module Google
# Optional. # Optional.
# Allows the client to return jobs without a # Allows the client to return jobs without a
# set location, specifically, telecommuting jobs (telecomuting is considered # set location, specifically, telecommuting jobs (telecommuting is considered
# by the service as a special location. # by the service as a special location.
# Job.posting_region indicates if a job permits telecommuting. # Job.posting_region indicates if a job permits telecommuting.
# If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, # If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED,
@ -2229,43 +2229,10 @@ module Google
# The `Status` type defines a logical error model that is suitable for # The `Status` type defines a logical error model that is suitable for
# different programming environments, including REST APIs and RPC APIs. It is # different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). The error model is designed to be: # used by [gRPC](https://github.com/grpc). Each `Status` message contains
# - Simple to use and understand for most users # three pieces of data: error code, error message, and error details.
# - Flexible enough to meet unexpected needs # You can find out more about this error model and how to work with it in the
# # Overview # [API Design Guide](https://cloud.google.com/apis/design/errors).
# The `Status` message contains three pieces of data: error code, error
# message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
# information about the error. There is a predefined set of error detail types
# in the package `google.rpc` that can be used for common error conditions.
# # Language mapping
# The `Status` message is the logical representation of the error model, but it
# is not necessarily the actual wire format. When the `Status` message is
# exposed in different client libraries and different wire protocols, it can be
# mapped differently. For example, it will likely be mapped to some exceptions
# in Java, but more likely mapped to some error codes in C.
# # Other uses
# The error model and the `Status` message can be used in a variety of
# environments, either with or without APIs, to provide a
# consistent developer experience across different environments.
# Example uses of this error model include:
# - Partial errors. If a service needs to return partial errors to the client,
# it may embed the `Status` in the normal response to indicate the partial
# errors.
# - Workflow errors. A typical workflow has multiple steps. Each step may
# have a `Status` message for error reporting.
# - Batch operations. If a client uses batch request and batch response, the
# `Status` message should be used directly inside batch response, one for
# each error sub-response.
# - Asynchronous operations. If an API call embeds asynchronous operation
# results in its response, the status of those operations should be
# represented directly using the `Status` message.
# - Logging. If some API errors are stored in logs, the message `Status` could
# be used directly after any stripping needed for security/privacy reasons.
# Corresponds to the JSON property `error` # Corresponds to the JSON property `error`
# @return [Google::Apis::JobsV3p1beta1::Status] # @return [Google::Apis::JobsV3p1beta1::Status]
attr_accessor :error attr_accessor :error
@ -2682,49 +2649,51 @@ module Google
# The criteria determining how search results are sorted. Default is # The criteria determining how search results are sorted. Default is
# "relevance desc". # "relevance desc".
# Supported options are: # Supported options are:
# * "relevance desc": By relevance descending, as determined by the API # * `"relevance desc"`: By relevance descending, as determined by the API
# algorithms. Relevance thresholding of query results is only available # algorithms. Relevance thresholding of query results is only available
# with this ordering. # with this ordering.
# * "posting`_`publish`_`time desc": By Job.posting_publish_time # * `"posting_publish_time desc"`: By Job.posting_publish_time
# descending. # descending.
# * "posting`_`update`_`time desc": By Job.posting_update_time # * `"posting_update_time desc"`: By Job.posting_update_time
# descending. # descending.
# * "title": By Job.title ascending. # * `"title"`: By Job.title ascending.
# * "title desc": By Job.title descending. # * `"title desc"`: By Job.title descending.
# * "annualized`_`base`_`compensation": By job's # * `"annualized_base_compensation"`: By job's
# CompensationInfo.annualized_base_compensation_range ascending. Jobs # CompensationInfo.annualized_base_compensation_range ascending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`base`_`compensation desc": By job's # * `"annualized_base_compensation desc"`: By job's
# CompensationInfo.annualized_base_compensation_range descending. Jobs # CompensationInfo.annualized_base_compensation_range descending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`total`_`compensation": By job's # * `"annualized_total_compensation"`: By job's
# CompensationInfo.annualized_total_compensation_range ascending. Jobs # CompensationInfo.annualized_total_compensation_range ascending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "annualized`_`total`_`compensation desc": By job's # * `"annualized_total_compensation desc"`: By job's
# CompensationInfo.annualized_total_compensation_range descending. Jobs # CompensationInfo.annualized_total_compensation_range descending. Jobs
# whose annualized base compensation is unspecified are put at the end of # whose annualized base compensation is unspecified are put at the end of
# search results. # search results.
# * "custom`_`ranking desc": By the relevance score adjusted to the # * `"custom_ranking desc"`: By the relevance score adjusted to the
# SearchJobsRequest.custom_ranking_info.ranking_expression with weight # SearchJobsRequest.custom_ranking_info.ranking_expression with weight
# factor assigned by # factor assigned by
# SearchJobsRequest.custom_ranking_info.importance_level in descending # SearchJobsRequest.custom_ranking_info.importance_level in descending
# order. # order.
# * "location`_`distance": By the distance between the location on jobs and # * Location sorting: Use the special syntax to order jobs by distance:<br>
# locations specified in the # "`distance_from('Hawaii')`": Order by distance from Hawaii.<br>
# SearchJobsRequest.job_query.location_filters. # "`distance_from(19.89, 155.5)`": Order by distance from a coordinate.<br>
# When this order is selected, the # "`distance_from('Hawaii'), distance_from('Puerto Rico')`": Order by
# SearchJobsRequest.job_query.location_filters must not be empty. When # multiple locations. See details below.<br>
# a job has multiple locations, the location closest to one of the locations # "`distance_from('Hawaii'), distance_from(19.89, 155.5)`": Order by
# specified in the location filter will be used to calculate location # multiple locations. See details below.<br>
# distance. Distance is calculated by the distance between two lat/long # The string can have a maximum of 256 characters. When multiple distance
# coordinates, with a precision of 10e-4 degrees (11.3 meters). # centers are provided, a job that is close to any of the distance centers
# Jobs that don't have locations specified will be ranked below jobs having # would have a high rank. When a job has multiple locations, the job location
# locations. # closest to one of the distance centers will be used. Jobs that don't have
# Diversification strategy is still applied unless explicitly disabled in # locations will be ranked at the bottom. Distance is calculated with a
# SearchJobsRequest.diversification_level. # precision of 11.3 meters (37.4 feet). Diversification strategy is still
# applied unless explicitly disabled in
# diversification_level.
# Corresponds to the JSON property `orderBy` # Corresponds to the JSON property `orderBy`
# @return [String] # @return [String]
attr_accessor :order_by attr_accessor :order_by
@ -2918,43 +2887,10 @@ module Google
# The `Status` type defines a logical error model that is suitable for # The `Status` type defines a logical error model that is suitable for
# different programming environments, including REST APIs and RPC APIs. It is # different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). The error model is designed to be: # used by [gRPC](https://github.com/grpc). Each `Status` message contains
# - Simple to use and understand for most users # three pieces of data: error code, error message, and error details.
# - Flexible enough to meet unexpected needs # You can find out more about this error model and how to work with it in the
# # Overview # [API Design Guide](https://cloud.google.com/apis/design/errors).
# The `Status` message contains three pieces of data: error code, error
# message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
# information about the error. There is a predefined set of error detail types
# in the package `google.rpc` that can be used for common error conditions.
# # Language mapping
# The `Status` message is the logical representation of the error model, but it
# is not necessarily the actual wire format. When the `Status` message is
# exposed in different client libraries and different wire protocols, it can be
# mapped differently. For example, it will likely be mapped to some exceptions
# in Java, but more likely mapped to some error codes in C.
# # Other uses
# The error model and the `Status` message can be used in a variety of
# environments, either with or without APIs, to provide a
# consistent developer experience across different environments.
# Example uses of this error model include:
# - Partial errors. If a service needs to return partial errors to the client,
# it may embed the `Status` in the normal response to indicate the partial
# errors.
# - Workflow errors. A typical workflow has multiple steps. Each step may
# have a `Status` message for error reporting.
# - Batch operations. If a client uses batch request and batch response, the
# `Status` message should be used directly inside batch response, one for
# each error sub-response.
# - Asynchronous operations. If an API call embeds asynchronous operation
# results in its response, the status of those operations should be
# represented directly using the `Status` message.
# - Logging. If some API errors are stored in logs, the message `Status` could
# be used directly after any stripping needed for security/privacy reasons.
class Status class Status
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable