google-apis-jobs_v3 0.28.0 → 0.30.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: dedf0422c6b8ebc1b33958c1e87bb24b3c4e08706fb8d8871bce93811bc9f0b2
4
- data.tar.gz: 30b8b79717e396c98e14e74de3d90f6de640eb3f7406829307164965c8ac3133
3
+ metadata.gz: 97fdab82b247c79c731f5679842ae94556100cab01c9243d0ea0a5af660c1bfb
4
+ data.tar.gz: 40be0f4d69ae478d705fdfba65af9a39c8ed566140eae754818085109ccb40f0
5
5
  SHA512:
6
- metadata.gz: 05f65619be1bce04f6bb2dbebac58c939e5315c481c3522136920b905f70c1b2b9fa7f375c9be226ce4ef059e35a63ab340e8eb9b7a4a5d08aaf0224178f33ba
7
- data.tar.gz: 8886403ac2b4af72e177b5a4a79617b11af4f45cb185c84929ffad0ba1530e75cc37d6e17276768cf258e3abc220a99a05bd7257ecfaad665088c97c7c7feb9b
6
+ metadata.gz: c6f8ff61e49be90b1823f96482600b631a3c93b1d0e3c082c69d566d7b89b0f67a18163d8fba2af9c991e7923a63970fd1e7ca1af183f16e20b138fe3b01c530
7
+ data.tar.gz: 288331a88171a1fa52b0cbdbfe4017b08f7225eb66ba7777fe8ae89af9747151b4a2b013b78a00b923389532e05ea8522d2f082db102e66dae612a5780835237
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.30.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.29.0 (2024-12-22)
9
+
10
+ * Regenerated from discovery document revision 20241217
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.28.0 (2024-06-23)
4
14
 
5
15
  * Regenerated from discovery document revision 20240614
@@ -1615,16 +1615,16 @@ module Google
1615
1615
  # @return [String]
1616
1616
  attr_accessor :location_type
1617
1617
 
1618
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1619
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1620
- # Box or similar. It is not intended to model geographical locations (roads,
1621
- # towns, mountains). In typical usage an address would be created via user input
1622
- # or from importing existing data, depending on the type of process. Advice on
1623
- # address input / editing: - Use an internationalization-ready address widget
1624
- # such as https://github.com/google/libaddressinput) - Users should not be
1625
- # presented with UI elements for input or editing of fields outside countries
1626
- # where that field is used. For more guidance on how to use this schema, please
1627
- # see: https://support.google.com/business/answer/6397478
1618
+ # Represents a postal address (for example, for postal delivery or payments
1619
+ # addresses). Given a postal address, a postal service can deliver items to a
1620
+ # premise, P.O. box or similar. It is not intended to model geographical
1621
+ # locations (roads, towns, mountains). In typical usage, an address would be
1622
+ # created by user input or from importing existing data, depending on the type
1623
+ # of process. Advice on address input or editing: - Use an internationalization-
1624
+ # ready address widget such as https://github.com/google/libaddressinput. -
1625
+ # Users should not be presented with UI elements for input or editing of fields
1626
+ # outside countries where that field is used. For more guidance on how to use
1627
+ # this schema, see: https://support.google.com/business/answer/6397478.
1628
1628
  # Corresponds to the JSON property `postalAddress`
1629
1629
  # @return [Google::Apis::JobsV3::PostalAddress]
1630
1630
  attr_accessor :postal_address
@@ -1873,45 +1873,46 @@ module Google
1873
1873
  end
1874
1874
  end
1875
1875
 
1876
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1877
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1878
- # Box or similar. It is not intended to model geographical locations (roads,
1879
- # towns, mountains). In typical usage an address would be created via user input
1880
- # or from importing existing data, depending on the type of process. Advice on
1881
- # address input / editing: - Use an internationalization-ready address widget
1882
- # such as https://github.com/google/libaddressinput) - Users should not be
1883
- # presented with UI elements for input or editing of fields outside countries
1884
- # where that field is used. For more guidance on how to use this schema, please
1885
- # see: https://support.google.com/business/answer/6397478
1876
+ # Represents a postal address (for example, for postal delivery or payments
1877
+ # addresses). Given a postal address, a postal service can deliver items to a
1878
+ # premise, P.O. box or similar. It is not intended to model geographical
1879
+ # locations (roads, towns, mountains). In typical usage, an address would be
1880
+ # created by user input or from importing existing data, depending on the type
1881
+ # of process. Advice on address input or editing: - Use an internationalization-
1882
+ # ready address widget such as https://github.com/google/libaddressinput. -
1883
+ # Users should not be presented with UI elements for input or editing of fields
1884
+ # outside countries where that field is used. For more guidance on how to use
1885
+ # this schema, see: https://support.google.com/business/answer/6397478.
1886
1886
  class PostalAddress
1887
1887
  include Google::Apis::Core::Hashable
1888
1888
 
1889
1889
  # Unstructured address lines describing the lower levels of an address. Because
1890
- # values in address_lines do not have type information and may sometimes contain
1891
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
1892
- # the line order is clear. The order of address lines should be "envelope order"
1893
- # for the country/region of the address. In places where this can vary (e.g.
1894
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
1895
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
1896
- # specific line of an address can be selected based on the language. The minimum
1897
- # permitted structural representation of an address consists of a region_code
1898
- # with all remaining information placed in the address_lines. It would be
1899
- # possible to format such an address very approximately without geocoding, but
1900
- # no semantic reasoning could be made about any of the address components until
1901
- # it was at least partially resolved. Creating an address only containing a
1902
- # region_code and address_lines, and then geocoding is the recommended way to
1903
- # handle completely unstructured addresses (as opposed to guessing which parts
1904
- # of the address should be localities or administrative areas).
1890
+ # values in `address_lines` do not have type information and may sometimes
1891
+ # contain multiple values in a single field (for example, "Austin, TX"), it is
1892
+ # important that the line order is clear. The order of address lines should be "
1893
+ # envelope order" for the country or region of the address. In places where this
1894
+ # can vary (for example, Japan), `address_language` is used to make it explicit (
1895
+ # for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
1896
+ # to-large). In this way, the most specific line of an address can be selected
1897
+ # based on the language. The minimum permitted structural representation of an
1898
+ # address consists of a `region_code` with all remaining information placed in
1899
+ # the `address_lines`. It would be possible to format such an address very
1900
+ # approximately without geocoding, but no semantic reasoning could be made about
1901
+ # any of the address components until it was at least partially resolved.
1902
+ # Creating an address only containing a `region_code` and `address_lines` and
1903
+ # then geocoding is the recommended way to handle completely unstructured
1904
+ # addresses (as opposed to guessing which parts of the address should be
1905
+ # localities or administrative areas).
1905
1906
  # Corresponds to the JSON property `addressLines`
1906
1907
  # @return [Array<String>]
1907
1908
  attr_accessor :address_lines
1908
1909
 
1909
1910
  # Optional. Highest administrative subdivision which is used for postal
1910
1911
  # addresses of a country or region. For example, this can be a state, a province,
1911
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
1912
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
1913
- # countries don't use an administrative area in postal addresses. E.g. in
1914
- # Switzerland this should be left unpopulated.
1912
+ # an oblast, or a prefecture. For Spain, this is the province and not the
1913
+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
1914
+ # countries don't use an administrative area in postal addresses. For example,
1915
+ # in Switzerland, this should be left unpopulated.
1915
1916
  # Corresponds to the JSON property `administrativeArea`
1916
1917
  # @return [String]
1917
1918
  attr_accessor :administrative_area
@@ -1928,10 +1929,10 @@ module Google
1928
1929
  # @return [String]
1929
1930
  attr_accessor :language_code
1930
1931
 
1931
- # Optional. Generally refers to the city/town portion of the address. Examples:
1932
- # US city, IT comune, UK post town. In regions of the world where localities are
1933
- # not well defined or do not fit into this structure well, leave locality empty
1934
- # and use address_lines.
1932
+ # Optional. Generally refers to the city or town portion of the address.
1933
+ # Examples: US city, IT comune, UK post town. In regions of the world where
1934
+ # localities are not well defined or do not fit into this structure well, leave `
1935
+ # locality` empty and use `address_lines`.
1935
1936
  # Corresponds to the JSON property `locality`
1936
1937
  # @return [String]
1937
1938
  attr_accessor :locality
@@ -1943,8 +1944,8 @@ module Google
1943
1944
 
1944
1945
  # Optional. Postal code of the address. Not all countries use or require postal
1945
1946
  # codes to be present, but where they are used, they may trigger additional
1946
- # validation with other parts of the address (e.g. state/zip validation in the U.
1947
- # S.A.).
1947
+ # validation with other parts of the address (for example, state or zip code
1948
+ # validation in the United States).
1948
1949
  # Corresponds to the JSON property `postalCode`
1949
1950
  # @return [String]
1950
1951
  attr_accessor :postal_code
@@ -1973,15 +1974,15 @@ module Google
1973
1974
 
1974
1975
  # Optional. Additional, country-specific, sorting code. This is not used in most
1975
1976
  # regions. Where it is used, the value is either a string like "CEDEX",
1976
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
1977
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
1978
- # or "post office indicator" (e.g. Côte d'Ivoire).
1977
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
1978
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1979
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
1979
1980
  # Corresponds to the JSON property `sortingCode`
1980
1981
  # @return [String]
1981
1982
  attr_accessor :sorting_code
1982
1983
 
1983
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
1984
- # boroughs, districts.
1984
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
1985
+ # borough, or district.
1985
1986
  # Corresponds to the JSON property `sublocality`
1986
1987
  # @return [String]
1987
1988
  attr_accessor :sublocality
@@ -2372,24 +2373,28 @@ module Google
2372
2373
  class TimeOfDay
2373
2374
  include Google::Apis::Core::Hashable
2374
2375
 
2375
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2376
- # allow the value "24:00:00" for scenarios like business closing time.
2376
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2377
+ # typically must be less than or equal to 23. An API may choose to allow the
2378
+ # value "24:00:00" for scenarios like business closing time.
2377
2379
  # Corresponds to the JSON property `hours`
2378
2380
  # @return [Fixnum]
2379
2381
  attr_accessor :hours
2380
2382
 
2381
- # Minutes of hour of day. Must be from 0 to 59.
2383
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2384
+ # to 59.
2382
2385
  # Corresponds to the JSON property `minutes`
2383
2386
  # @return [Fixnum]
2384
2387
  attr_accessor :minutes
2385
2388
 
2386
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2389
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2390
+ # less than or equal to 999,999,999.
2387
2391
  # Corresponds to the JSON property `nanos`
2388
2392
  # @return [Fixnum]
2389
2393
  attr_accessor :nanos
2390
2394
 
2391
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2392
- # allow the value 60 if it allows leap-seconds.
2395
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2396
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2397
+ # seconds.
2393
2398
  # Corresponds to the JSON property `seconds`
2394
2399
  # @return [Fixnum]
2395
2400
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3
18
18
  # Version of the google-apis-jobs_v3 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.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
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.30.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
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 V3
82
79
  test_files: []