google-apis-jobs_v4 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/jobs_v4/classes.rb +74 -60
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- data/lib/google/apis/jobs_v4/representations.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35cf194feb1c1f04fad4a05b8a6b5ab57e5c41a72cbec2cdde963e3db94a8289
|
4
|
+
data.tar.gz: 5eefb6a4051025761836f5825aae4b408976626ce9967262c7187ddf7e348ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da4ba28f9e8422b31e7f623bbd076cf447bfc841e82ad37405a9cf0011b546fa73bee3badcfedd0f06ccecd81ca980b68087cecc082ae55d2f42c3d8af10177a
|
7
|
+
data.tar.gz: e9831d11015f6b939085a9b001a256ece5b8cbde7bd6703bb140c70823ec9b1a8082eb2a217a9408576f56588fe63c7958b74027324b1d0b21cb55312f043cec
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.33.0 (2024-12-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241217
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.32.0 (2024-06-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240614
|
@@ -1090,17 +1090,17 @@ module Google
|
|
1090
1090
|
# immediately on creation. This kind of job can not be updated. And when
|
1091
1091
|
# creating a job with past timestamp, the posting_publish_time must be set
|
1092
1092
|
# before posting_expire_time. The purpose of this feature is to allow other
|
1093
|
-
# objects, such as
|
1094
|
-
# prior to becoming expired. If you want to modify a job that was expired
|
1095
|
-
# creation, delete it and create a new one. If this value isn't provided at
|
1096
|
-
# time of job creation or is invalid, the job posting expires after 30 days
|
1097
|
-
# the job's creation time. For example, if the job was created on 2017/01/
|
1098
|
-
# 00AM UTC with an unspecified expiration date, the job expires after 2017/
|
1099
|
-
# 13:00AM UTC. If this value isn't provided on job update, it depends on
|
1100
|
-
# field masks set by UpdateJobRequest.update_mask. If the field masks
|
1101
|
-
# job_end_time, or the masks are empty meaning that every field is
|
1102
|
-
# job posting expires after 30 days from the job's last update time.
|
1103
|
-
# the expiration date isn't updated.
|
1093
|
+
# objects, such as ApplicationInfo, to refer a job that didn't exist in the
|
1094
|
+
# system prior to becoming expired. If you want to modify a job that was expired
|
1095
|
+
# on creation, delete it and create a new one. If this value isn't provided at
|
1096
|
+
# the time of job creation or is invalid, the job posting expires after 30 days
|
1097
|
+
# from the job's creation time. For example, if the job was created on 2017/01/
|
1098
|
+
# 01 13:00AM UTC with an unspecified expiration date, the job expires after 2017/
|
1099
|
+
# 01/31 13:00AM UTC. If this value isn't provided on job update, it depends on
|
1100
|
+
# the field masks set by UpdateJobRequest.update_mask. If the field masks
|
1101
|
+
# include job_end_time, or the masks are empty meaning that every field is
|
1102
|
+
# updated, the job posting expires after 30 days from the job's last update time.
|
1103
|
+
# Otherwise the expiration date isn't updated.
|
1104
1104
|
# Corresponds to the JSON property `postingExpireTime`
|
1105
1105
|
# @return [String]
|
1106
1106
|
attr_accessor :posting_expire_time
|
@@ -1599,16 +1599,16 @@ module Google
|
|
1599
1599
|
# @return [String]
|
1600
1600
|
attr_accessor :location_type
|
1601
1601
|
|
1602
|
-
# Represents a postal address
|
1603
|
-
# Given a postal address, a postal service can deliver items to a
|
1604
|
-
# Box or similar. It is not intended to model geographical
|
1605
|
-
# towns, mountains). In typical usage an address would be
|
1606
|
-
# or from importing existing data, depending on the type
|
1607
|
-
# address input / editing: - Use an internationalization-
|
1608
|
-
# such as https://github.com/google/libaddressinput) -
|
1609
|
-
# presented with UI elements for input or editing of fields
|
1610
|
-
# where that field is used. For more guidance on how to use
|
1611
|
-
# see: https://support.google.com/business/answer/6397478
|
1602
|
+
# Represents a postal address. For example for postal delivery or payments
|
1603
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
1604
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
1605
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
1606
|
+
# created by user input or from importing existing data, depending on the type
|
1607
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
1608
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
1609
|
+
# Users should not be presented with UI elements for input or editing of fields
|
1610
|
+
# outside countries where that field is used. For more guidance on how to use
|
1611
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
1612
1612
|
# Corresponds to the JSON property `postalAddress`
|
1613
1613
|
# @return [Google::Apis::JobsV4::PostalAddress]
|
1614
1614
|
attr_accessor :postal_address
|
@@ -1681,7 +1681,7 @@ module Google
|
|
1681
1681
|
# TelecommutePreference.TELECOMMUTE_EXCLUDED, the telecommute status of the jobs
|
1682
1682
|
# is ignored. Jobs that have PostingRegion.TELECOMMUTE and have additional Job.
|
1683
1683
|
# addresses may still be matched based on other location filters using address
|
1684
|
-
# or
|
1684
|
+
# or lat_lng. This filter can be used by itself to search exclusively for
|
1685
1685
|
# telecommuting jobs, or it can be combined with another location filter to
|
1686
1686
|
# search for a combination of job locations, such as "Mountain View" or "
|
1687
1687
|
# telecommuting" jobs. However, when used in combination with other location
|
@@ -1854,35 +1854,36 @@ module Google
|
|
1854
1854
|
end
|
1855
1855
|
end
|
1856
1856
|
|
1857
|
-
# Represents a postal address
|
1858
|
-
# Given a postal address, a postal service can deliver items to a
|
1859
|
-
# Box or similar. It is not intended to model geographical
|
1860
|
-
# towns, mountains). In typical usage an address would be
|
1861
|
-
# or from importing existing data, depending on the type
|
1862
|
-
# address input / editing: - Use an internationalization-
|
1863
|
-
# such as https://github.com/google/libaddressinput) -
|
1864
|
-
# presented with UI elements for input or editing of fields
|
1865
|
-
# where that field is used. For more guidance on how to use
|
1866
|
-
# see: https://support.google.com/business/answer/6397478
|
1857
|
+
# Represents a postal address. For example for postal delivery or payments
|
1858
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
1859
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
1860
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
1861
|
+
# created by user input or from importing existing data, depending on the type
|
1862
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
1863
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
1864
|
+
# Users should not be presented with UI elements for input or editing of fields
|
1865
|
+
# outside countries where that field is used. For more guidance on how to use
|
1866
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
1867
1867
|
class PostalAddress
|
1868
1868
|
include Google::Apis::Core::Hashable
|
1869
1869
|
|
1870
1870
|
# Unstructured address lines describing the lower levels of an address. Because
|
1871
1871
|
# values in address_lines do not have type information and may sometimes contain
|
1872
|
-
# multiple values in a single field (
|
1873
|
-
# the line order is clear. The order of address lines should be "envelope
|
1874
|
-
# for the country/region of the address. In places where this can vary (
|
1875
|
-
# Japan), address_language is used to make it explicit (
|
1876
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
1877
|
-
# specific line of an address can be selected based on the
|
1878
|
-
# permitted structural representation of an address
|
1879
|
-
# with all remaining information placed in the
|
1880
|
-
# possible to format such an address very
|
1881
|
-
# no semantic reasoning could be made about
|
1882
|
-
# it was at least partially resolved.
|
1883
|
-
# region_code and address_lines, and then
|
1884
|
-
# handle completely unstructured addresses (
|
1885
|
-
# of the address should be localities or
|
1872
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
1873
|
+
# that the line order is clear. The order of address lines should be "envelope
|
1874
|
+
# order" for the country/region of the address. In places where this can vary (
|
1875
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
1876
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
1877
|
+
# This way, the most specific line of an address can be selected based on the
|
1878
|
+
# language. The minimum permitted structural representation of an address
|
1879
|
+
# consists of a region_code with all remaining information placed in the
|
1880
|
+
# address_lines. It would be possible to format such an address very
|
1881
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
1882
|
+
# any of the address components until it was at least partially resolved.
|
1883
|
+
# Creating an address only containing a region_code and address_lines, and then
|
1884
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
1885
|
+
# as opposed to guessing which parts of the address should be localities or
|
1886
|
+
# administrative areas).
|
1886
1887
|
# Corresponds to the JSON property `addressLines`
|
1887
1888
|
# @return [Array<String>]
|
1888
1889
|
attr_accessor :address_lines
|
@@ -1890,9 +1891,9 @@ module Google
|
|
1890
1891
|
# Optional. Highest administrative subdivision which is used for postal
|
1891
1892
|
# addresses of a country or region. For example, this can be a state, a province,
|
1892
1893
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
1893
|
-
# not the autonomous community (
|
1894
|
-
# countries don't use an administrative area in postal addresses.
|
1895
|
-
# Switzerland this should be left unpopulated.
|
1894
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
1895
|
+
# Many countries don't use an administrative area in postal addresses. For
|
1896
|
+
# example in Switzerland this should be left unpopulated.
|
1896
1897
|
# Corresponds to the JSON property `administrativeArea`
|
1897
1898
|
# @return [String]
|
1898
1899
|
attr_accessor :administrative_area
|
@@ -1924,8 +1925,8 @@ module Google
|
|
1924
1925
|
|
1925
1926
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1926
1927
|
# codes to be present, but where they are used, they may trigger additional
|
1927
|
-
# validation with other parts of the address (
|
1928
|
-
# S.A.).
|
1928
|
+
# validation with other parts of the address (For example state/zip validation
|
1929
|
+
# in the U.S.A.).
|
1929
1930
|
# Corresponds to the JSON property `postalCode`
|
1930
1931
|
# @return [String]
|
1931
1932
|
attr_accessor :postal_code
|
@@ -1954,9 +1955,9 @@ module Google
|
|
1954
1955
|
|
1955
1956
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1956
1957
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1957
|
-
# optionally followed by a number (
|
1958
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
1959
|
-
# or "post office indicator" (
|
1958
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
1959
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1960
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
1960
1961
|
# Corresponds to the JSON property `sortingCode`
|
1961
1962
|
# @return [String]
|
1962
1963
|
attr_accessor :sorting_code
|
@@ -2293,6 +2294,14 @@ module Google
|
|
2293
2294
|
# @return [String]
|
2294
2295
|
attr_accessor :page_token
|
2295
2296
|
|
2297
|
+
# Optional. The relevance threshold of the search results. Default to Google
|
2298
|
+
# defined threshold, leveraging a balance of precision and recall to deliver
|
2299
|
+
# both highly accurate results and comprehensive coverage of relevant
|
2300
|
+
# information.
|
2301
|
+
# Corresponds to the JSON property `relevanceThreshold`
|
2302
|
+
# @return [String]
|
2303
|
+
attr_accessor :relevance_threshold
|
2304
|
+
|
2296
2305
|
# Meta information related to the job searcher or entity conducting the job
|
2297
2306
|
# search. This information is used to improve the performance of the service.
|
2298
2307
|
# Corresponds to the JSON property `requestMetadata`
|
@@ -2322,6 +2331,7 @@ module Google
|
|
2322
2331
|
@offset = args[:offset] if args.key?(:offset)
|
2323
2332
|
@order_by = args[:order_by] if args.key?(:order_by)
|
2324
2333
|
@page_token = args[:page_token] if args.key?(:page_token)
|
2334
|
+
@relevance_threshold = args[:relevance_threshold] if args.key?(:relevance_threshold)
|
2325
2335
|
@request_metadata = args[:request_metadata] if args.key?(:request_metadata)
|
2326
2336
|
@search_mode = args[:search_mode] if args.key?(:search_mode)
|
2327
2337
|
end
|
@@ -2511,24 +2521,28 @@ module Google
|
|
2511
2521
|
class TimeOfDay
|
2512
2522
|
include Google::Apis::Core::Hashable
|
2513
2523
|
|
2514
|
-
# Hours of day in 24 hour format.
|
2515
|
-
#
|
2524
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
2525
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
2526
|
+
# value "24:00:00" for scenarios like business closing time.
|
2516
2527
|
# Corresponds to the JSON property `hours`
|
2517
2528
|
# @return [Fixnum]
|
2518
2529
|
attr_accessor :hours
|
2519
2530
|
|
2520
|
-
# Minutes of hour
|
2531
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
2532
|
+
# to 59.
|
2521
2533
|
# Corresponds to the JSON property `minutes`
|
2522
2534
|
# @return [Fixnum]
|
2523
2535
|
attr_accessor :minutes
|
2524
2536
|
|
2525
|
-
# Fractions of seconds in nanoseconds. Must be
|
2537
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
2538
|
+
# less than or equal to 999,999,999.
|
2526
2539
|
# Corresponds to the JSON property `nanos`
|
2527
2540
|
# @return [Fixnum]
|
2528
2541
|
attr_accessor :nanos
|
2529
2542
|
|
2530
|
-
# Seconds of
|
2531
|
-
# allow the value 60 if it allows leap-
|
2543
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
2544
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
2545
|
+
# seconds.
|
2532
2546
|
# Corresponds to the JSON property `seconds`
|
2533
2547
|
# @return [Fixnum]
|
2534
2548
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV4
|
18
18
|
# Version of the google-apis-jobs_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241217"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -822,6 +822,7 @@ module Google
|
|
822
822
|
property :offset, as: 'offset'
|
823
823
|
property :order_by, as: 'orderBy'
|
824
824
|
property :page_token, as: 'pageToken'
|
825
|
+
property :relevance_threshold, as: 'relevanceThreshold'
|
825
826
|
property :request_metadata, as: 'requestMetadata', class: Google::Apis::JobsV4::RequestMetadata, decorator: Google::Apis::JobsV4::RequestMetadata::Representation
|
826
827
|
|
827
828
|
property :search_mode, as: 'searchMode'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-jobs_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Talent Solution API V4
|