google-apis-jobs_v4 0.33.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: 35cf194feb1c1f04fad4a05b8a6b5ab57e5c41a72cbec2cdde963e3db94a8289
4
- data.tar.gz: 5eefb6a4051025761836f5825aae4b408976626ce9967262c7187ddf7e348ff0
3
+ metadata.gz: c6a76ddcf3b73ff75d146e52bbe3dfd4d639a103bf62410f3dac0ba3f349eb35
4
+ data.tar.gz: ce39983b94abfd18dca5a3597d4a1248990e370bb5f3063dadff2726dc0738fe
5
5
  SHA512:
6
- metadata.gz: da4ba28f9e8422b31e7f623bbd076cf447bfc841e82ad37405a9cf0011b546fa73bee3badcfedd0f06ccecd81ca980b68087cecc082ae55d2f42c3d8af10177a
7
- data.tar.gz: e9831d11015f6b939085a9b001a256ece5b8cbde7bd6703bb140c70823ec9b1a8082eb2a217a9408576f56588fe63c7958b74027324b1d0b21cb55312f043cec
6
+ metadata.gz: 5ac1bac012d1dd5d00a65412401591daa8c7d53c04ec21b84d8b09b65a5c6e531ae846c0c77c4f8d18031d16f5391b1434e5c518a63b70f7579d253af2760893
7
+ data.tar.gz: ce109904b1a70dba0519a3ca12fb3c7dafa097f31874fbacc3ad215d7dd6cf8a515820e117b1ea04434003624e5d5643da599931129391ca803861c45d1c92ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.33.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241217
@@ -1599,16 +1599,16 @@ module Google
1599
1599
  # @return [String]
1600
1600
  attr_accessor :location_type
1601
1601
 
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
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
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) -
1607
+ # of process. Advice on address input or editing: - Use an internationalization-
1608
+ # ready address widget such as https://github.com/google/libaddressinput. -
1609
1609
  # Users should not be presented with UI elements for input or editing of fields
1610
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
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
@@ -1854,46 +1854,46 @@ module Google
1854
1854
  end
1855
1855
  end
1856
1856
 
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
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
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) -
1862
+ # of process. Advice on address input or editing: - Use an internationalization-
1863
+ # ready address widget such as https://github.com/google/libaddressinput. -
1864
1864
  # Users should not be presented with UI elements for input or editing of fields
1865
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
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 (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
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
1881
  # approximately without geocoding, but no semantic reasoning could be made about
1882
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).
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).
1887
1887
  # Corresponds to the JSON property `addressLines`
1888
1888
  # @return [Array<String>]
1889
1889
  attr_accessor :address_lines
1890
1890
 
1891
1891
  # Optional. Highest administrative subdivision which is used for postal
1892
1892
  # addresses of a country or region. For example, this can be a state, a province,
1893
- # an oblast, or a prefecture. Specifically, for Spain this is the province and
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.
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.
1897
1897
  # Corresponds to the JSON property `administrativeArea`
1898
1898
  # @return [String]
1899
1899
  attr_accessor :administrative_area
@@ -1910,10 +1910,10 @@ module Google
1910
1910
  # @return [String]
1911
1911
  attr_accessor :language_code
1912
1912
 
1913
- # Optional. Generally refers to the city/town portion of the address. Examples:
1914
- # US city, IT comune, UK post town. In regions of the world where localities are
1915
- # not well defined or do not fit into this structure well, leave locality empty
1916
- # 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`.
1917
1917
  # Corresponds to the JSON property `locality`
1918
1918
  # @return [String]
1919
1919
  attr_accessor :locality
@@ -1925,8 +1925,8 @@ module Google
1925
1925
 
1926
1926
  # Optional. Postal code of the address. Not all countries use or require postal
1927
1927
  # codes to be present, but where they are used, they may trigger additional
1928
- # validation with other parts of the address (For example state/zip validation
1929
- # in the U.S.A.).
1928
+ # validation with other parts of the address (for example, state or zip code
1929
+ # validation in the United States).
1930
1930
  # Corresponds to the JSON property `postalCode`
1931
1931
  # @return [String]
1932
1932
  attr_accessor :postal_code
@@ -1955,15 +1955,15 @@ module Google
1955
1955
 
1956
1956
  # Optional. Additional, country-specific, sorting code. This is not used in most
1957
1957
  # regions. Where it is used, the value is either a string like "CEDEX",
1958
- # optionally followed by a number (For example "CEDEX 7"), or just a number
1958
+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
1959
1959
  # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1960
- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
1960
+ # Malawi) or "post office indicator" (Côte d'Ivoire).
1961
1961
  # Corresponds to the JSON property `sortingCode`
1962
1962
  # @return [String]
1963
1963
  attr_accessor :sorting_code
1964
1964
 
1965
- # Optional. Sublocality of the address. For example, this can be neighborhoods,
1966
- # boroughs, districts.
1965
+ # Optional. Sublocality of the address. For example, this can be a neighborhood,
1966
+ # borough, or district.
1967
1967
  # Corresponds to the JSON property `sublocality`
1968
1968
  # @return [String]
1969
1969
  attr_accessor :sublocality
@@ -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.33.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.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241217"
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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.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: 2025-01-05 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.33.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.23
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: []