Autogenerated update (2019-06-03)
Update: - jobs_v2 - jobs_v3
This commit is contained in:
parent
c43f799398
commit
d97f1548e9
|
@ -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 = '20190425'
|
REVISION = '20190531'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -476,7 +476,7 @@ module Google
|
||||||
|
|
||||||
# Optional.
|
# Optional.
|
||||||
# Frequency of the specified amount.
|
# Frequency of the specified amount.
|
||||||
# Default is CompensationUnit.OTHER_COMPENSATION_UNIT.
|
# Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
|
||||||
# Corresponds to the JSON property `unit`
|
# Corresponds to the JSON property `unit`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :unit
|
attr_accessor :unit
|
||||||
|
@ -1237,7 +1237,7 @@ module Google
|
||||||
|
|
||||||
# Optional.
|
# Optional.
|
||||||
# Frequency of the specified amount.
|
# Frequency of the specified amount.
|
||||||
# Default is CompensationUnit.OTHER_COMPENSATION_UNIT.
|
# Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
|
||||||
# Corresponds to the JSON property `unit`
|
# Corresponds to the JSON property `unit`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :unit
|
attr_accessor :unit
|
||||||
|
|
|
@ -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 = '20190425'
|
REVISION = '20190531'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -511,14 +511,14 @@ module Google
|
||||||
|
|
||||||
# Optional.
|
# Optional.
|
||||||
# Compensation type.
|
# Compensation type.
|
||||||
# Default is CompensationUnit.OTHER_COMPENSATION_TYPE.
|
# Default is CompensationUnit.COMPENSATION_TYPE_UNSPECIFIED.
|
||||||
# Corresponds to the JSON property `type`
|
# Corresponds to the JSON property `type`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :type
|
attr_accessor :type
|
||||||
|
|
||||||
# Optional.
|
# Optional.
|
||||||
# Frequency of the specified amount.
|
# Frequency of the specified amount.
|
||||||
# Default is CompensationUnit.OTHER_COMPENSATION_UNIT.
|
# Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
|
||||||
# Corresponds to the JSON property `unit`
|
# Corresponds to the JSON property `unit`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :unit
|
attr_accessor :unit
|
||||||
|
@ -544,7 +544,8 @@ module Google
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Optional.
|
# Optional.
|
||||||
# Whether to include jobs whose compensation range is unspecified.
|
# If set to true, jobs with unspecified compensation range fields are
|
||||||
|
# included.
|
||||||
# Corresponds to the JSON property `includeJobsWithUnspecifiedCompensationRange`
|
# Corresponds to the JSON property `includeJobsWithUnspecifiedCompensationRange`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :include_jobs_with_unspecified_compensation_range
|
attr_accessor :include_jobs_with_unspecified_compensation_range
|
||||||
|
|
Loading…
Reference in New Issue