google-apis-jobs_v4 0.32.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b45f4924046efc6bc29a935c41ee92ca129cdc16894b29d4d6a64f850d6d4d40
4
- data.tar.gz: d33f3b53a19a2092a366f4d60735ef6ce8975decc05d0815d1a02b84e52ed26a
3
+ metadata.gz: c6a76ddcf3b73ff75d146e52bbe3dfd4d639a103bf62410f3dac0ba3f349eb35
4
+ data.tar.gz: ce39983b94abfd18dca5a3597d4a1248990e370bb5f3063dadff2726dc0738fe
5
5
  SHA512:
6
- metadata.gz: 86821849efa23cfa217729199b592132f2e0a24ab5afc17eee5aa3aa11cb6bd376bd4e9a41329350e061ae44a83572f0c68dc2bb1100c45e7e5bcc70288b0dbd
7
- data.tar.gz: 1961ef496b98e5ec9b43481944b9e57a729f620a2679415abe4f3b45607fc4cd04795d12a97c2b36d56e6588a563cadf51b3d705eabb911068cb3a22f6b744cf
6
+ metadata.gz: 5ac1bac012d1dd5d00a65412401591daa8c7d53c04ec21b84d8b09b65a5c6e531ae846c0c77c4f8d18031d16f5391b1434e5c518a63b70f7579d253af2760893
7
+ data.tar.gz: ce109904b1a70dba0519a3ca12fb3c7dafa097f31874fbacc3ad215d7dd6cf8a515820e117b1ea04434003624e5d5643da599931129391ca803861c45d1c92ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.34.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.33.0 (2024-12-22)
9
+
10
+ * Regenerated from discovery document revision 20241217
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.32.0 (2024-06-23)
4
14
 
5
15
  * 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 Application, to refer a job that didn't exist in the system
1094
- # prior to becoming expired. If you want to modify a job that was expired on
1095
- # creation, delete it and create a new one. If this value isn't provided at the
1096
- # time of job creation or is invalid, the job posting expires after 30 days from
1097
- # the job's creation time. For example, if the job was created on 2017/01/01 13:
1098
- # 00AM UTC with an unspecified expiration date, the job expires after 2017/01/31
1099
- # 13:00AM UTC. If this value isn't provided on job update, it depends on the
1100
- # field masks set by UpdateJobRequest.update_mask. If the field masks include
1101
- # job_end_time, or the masks are empty meaning that every field is updated, the
1102
- # job posting expires after 30 days from the job's last update time. Otherwise
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, e.g. for postal delivery or payments addresses.
1603
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1604
- # Box or similar. It is not intended to model geographical locations (roads,
1605
- # towns, mountains). In typical usage an address would be created via user input
1606
- # or from importing existing data, depending on the type of process. Advice on
1607
- # address input / editing: - Use an internationalization-ready address widget
1608
- # such as https://github.com/google/libaddressinput) - Users should not be
1609
- # presented with UI elements for input or editing of fields outside countries
1610
- # where that field is used. For more guidance on how to use this schema, please
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 or 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 latlng. This filter can be used by itself to search exclusively for
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,45 +1854,46 @@ module Google
1854
1854
  end
1855
1855
  end
1856
1856
 
1857
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1858
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1859
- # Box or similar. It is not intended to model geographical locations (roads,
1860
- # towns, mountains). In typical usage an address would be created via user input
1861
- # or from importing existing data, depending on the type of process. Advice on
1862
- # address input / editing: - Use an internationalization-ready address widget
1863
- # such as https://github.com/google/libaddressinput) - Users should not be
1864
- # presented with UI elements for input or editing of fields outside countries
1865
- # where that field is used. For more guidance on how to use this schema, please
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 or 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
- # values in address_lines do not have type information and may sometimes contain
1872
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
1873
- # the line order is clear. The order of address lines should be "envelope order"
1874
- # for the country/region of the address. In places where this can vary (e.g.
1875
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
1876
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
1877
- # specific line of an address can be selected based on the language. The minimum
1878
- # permitted structural representation of an address consists of a region_code
1879
- # with all remaining information placed in the address_lines. It would be
1880
- # possible to format such an address very approximately without geocoding, but
1881
- # no semantic reasoning could be made about any of the address components until
1882
- # it was at least partially resolved. Creating an address only containing a
1883
- # region_code and address_lines, and then geocoding is the recommended way to
1884
- # handle completely unstructured addresses (as opposed to guessing which parts
1885
- # of the address should be localities or administrative areas).
1871
+ # values in `address_lines` do not have type information and may sometimes
1872
+ # contain multiple values in a single field (for example, "Austin, TX"), it is
1873
+ # important that the line order is clear. The order of address lines should be "
1874
+ # envelope order" for the country or region of the address. In places where this
1875
+ # can vary (for example, Japan), `address_language` is used to make it explicit (
1876
+ # for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
1877
+ # to-large). In this way, the most specific line of an address can be selected
1878
+ # based on the language. The minimum permitted structural representation of an
1879
+ # address consists of a `region_code` with all remaining information placed in
1880
+ # the `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
1884
+ # then geocoding is the recommended way to handle completely unstructured
1885
+ # addresses (as opposed to guessing which parts of the address should be
1886
+ # localities or administrative areas).
1886
1887
  # Corresponds to the JSON property `addressLines`
1887
1888
  # @return [Array<String>]
1888
1889
  attr_accessor :address_lines
1889
1890
 
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
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
1893
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
1894
- # countries don't use an administrative area in postal addresses. E.g. in
1895
- # Switzerland this should be left unpopulated.
1893
+ # an oblast, or a prefecture. For Spain, this is the province and not the
1894
+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
1895
+ # countries don't use an administrative area in postal addresses. For example,
1896
+ # 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
@@ -1909,10 +1910,10 @@ module Google
1909
1910
  # @return [String]
1910
1911
  attr_accessor :language_code
1911
1912
 
1912
- # Optional. Generally refers to the city/town portion of the address. Examples:
1913
- # US city, IT comune, UK post town. In regions of the world where localities are
1914
- # not well defined or do not fit into this structure well, leave locality empty
1915
- # and use address_lines.
1913
+ # Optional. Generally refers to the city or town portion of the address.
1914
+ # Examples: US city, IT comune, UK post town. In regions of the world where
1915
+ # localities are not well defined or do not fit into this structure well, leave `
1916
+ # locality` empty and use `address_lines`.
1916
1917
  # Corresponds to the JSON property `locality`
1917
1918
  # @return [String]
1918
1919
  attr_accessor :locality
@@ -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 (e.g. state/zip validation in the U.
1928
- # S.A.).
1928
+ # validation with other parts of the address (for example, state or zip code
1929
+ # validation in the United States).
1929
1930
  # Corresponds to the JSON property `postalCode`
1930
1931
  # @return [String]
1931
1932
  attr_accessor :postal_code
@@ -1954,15 +1955,15 @@ 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 (e.g. "CEDEX 7"), or just a number alone,
1958
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
1959
- # or "post office indicator" (e.g. Côte d'Ivoire).
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" (Côte d'Ivoire).
1960
1961
  # Corresponds to the JSON property `sortingCode`
1961
1962
  # @return [String]
1962
1963
  attr_accessor :sorting_code
1963
1964
 
1964
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
1965
- # boroughs, districts.
1965
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
1966
+ # borough, or district.
1966
1967
  # Corresponds to the JSON property `sublocality`
1967
1968
  # @return [String]
1968
1969
  attr_accessor :sublocality
@@ -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. Should be from 0 to 23. An API may choose to
2515
- # allow the value "24:00:00" for scenarios like business closing time.
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 of day. Must be from 0 to 59.
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 from 0 to 999,999,999.
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 minutes of the time. Must normally be from 0 to 59. An API may
2531
- # allow the value 60 if it allows leap-seconds.
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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240614"
25
+ REVISION = "20250326"
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-23 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.34.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Talent Solution API V4
82
79
  test_files: []