google-apis-jobs_v3 0.29.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/jobs_v3/classes.rb +42 -42
- data/lib/google/apis/jobs_v3/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97fdab82b247c79c731f5679842ae94556100cab01c9243d0ea0a5af660c1bfb
|
4
|
+
data.tar.gz: 40be0f4d69ae478d705fdfba65af9a39c8ed566140eae754818085109ccb40f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6f8ff61e49be90b1823f96482600b631a3c93b1d0e3c082c69d566d7b89b0f67a18163d8fba2af9c991e7923a63970fd1e7ca1af183f16e20b138fe3b01c530
|
7
|
+
data.tar.gz: 288331a88171a1fa52b0cbdbfe4017b08f7225eb66ba7777fe8ae89af9747151b4a2b013b78a00b923389532e05ea8522d2f082db102e66dae612a5780835237
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
+
|
3
8
|
### v0.29.0 (2024-12-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241217
|
@@ -1615,16 +1615,16 @@ module Google
|
|
1615
1615
|
# @return [String]
|
1616
1616
|
attr_accessor :location_type
|
1617
1617
|
|
1618
|
-
# Represents a postal address
|
1619
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
1620
|
-
# premise, P.O.
|
1621
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
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
1622
|
# created by user input or from importing existing data, depending on the type
|
1623
|
-
# of process. Advice on address input
|
1624
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
1623
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
1624
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
1625
1625
|
# Users should not be presented with UI elements for input or editing of fields
|
1626
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
|
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,46 +1873,46 @@ module Google
|
|
1873
1873
|
end
|
1874
1874
|
end
|
1875
1875
|
|
1876
|
-
# Represents a postal address
|
1877
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
1878
|
-
# premise, P.O.
|
1879
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
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
1880
|
# created by user input or from importing existing data, depending on the type
|
1881
|
-
# of process. Advice on address input
|
1882
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
1881
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
1882
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
1883
1883
|
# Users should not be presented with UI elements for input or editing of fields
|
1884
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
|
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
|
1891
|
-
# multiple values in a single field (
|
1892
|
-
# that the line order is clear. The order of address lines should be "
|
1893
|
-
# order" for the country
|
1894
|
-
#
|
1895
|
-
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1896
|
-
#
|
1897
|
-
# language. The minimum permitted structural representation of an
|
1898
|
-
# consists of a region_code with all remaining information placed in
|
1899
|
-
# address_lines
|
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
1900
|
# approximately without geocoding, but no semantic reasoning could be made about
|
1901
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
|
1903
|
-
# geocoding is the recommended way to handle completely unstructured
|
1904
|
-
# as opposed to guessing which parts of the address should be
|
1905
|
-
# administrative areas).
|
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).
|
1906
1906
|
# Corresponds to the JSON property `addressLines`
|
1907
1907
|
# @return [Array<String>]
|
1908
1908
|
attr_accessor :address_lines
|
1909
1909
|
|
1910
1910
|
# Optional. Highest administrative subdivision which is used for postal
|
1911
1911
|
# addresses of a country or region. For example, this can be a state, a province,
|
1912
|
-
# an oblast, or a prefecture.
|
1913
|
-
#
|
1914
|
-
#
|
1915
|
-
#
|
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.
|
1916
1916
|
# Corresponds to the JSON property `administrativeArea`
|
1917
1917
|
# @return [String]
|
1918
1918
|
attr_accessor :administrative_area
|
@@ -1929,10 +1929,10 @@ module Google
|
|
1929
1929
|
# @return [String]
|
1930
1930
|
attr_accessor :language_code
|
1931
1931
|
|
1932
|
-
# Optional. Generally refers to the city
|
1933
|
-
# US city, IT comune, UK post town. In regions of the world where
|
1934
|
-
# not well defined or do not fit into this structure well, leave
|
1935
|
-
# 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`.
|
1936
1936
|
# Corresponds to the JSON property `locality`
|
1937
1937
|
# @return [String]
|
1938
1938
|
attr_accessor :locality
|
@@ -1944,8 +1944,8 @@ module Google
|
|
1944
1944
|
|
1945
1945
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1946
1946
|
# codes to be present, but where they are used, they may trigger additional
|
1947
|
-
# validation with other parts of the address (
|
1948
|
-
# in the
|
1947
|
+
# validation with other parts of the address (for example, state or zip code
|
1948
|
+
# validation in the United States).
|
1949
1949
|
# Corresponds to the JSON property `postalCode`
|
1950
1950
|
# @return [String]
|
1951
1951
|
attr_accessor :postal_code
|
@@ -1974,15 +1974,15 @@ module Google
|
|
1974
1974
|
|
1975
1975
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1976
1976
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1977
|
-
# optionally followed by a number (
|
1977
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
1978
1978
|
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1979
|
-
# Malawi) or "post office indicator" (
|
1979
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
1980
1980
|
# Corresponds to the JSON property `sortingCode`
|
1981
1981
|
# @return [String]
|
1982
1982
|
attr_accessor :sorting_code
|
1983
1983
|
|
1984
|
-
# Optional. Sublocality of the address. For example, this can be
|
1985
|
-
#
|
1984
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
1985
|
+
# borough, or district.
|
1986
1986
|
# Corresponds to the JSON property `sublocality`
|
1987
1987
|
# @return [String]
|
1988
1988
|
attr_accessor :sublocality
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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: 2025-
|
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.
|
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
|
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: []
|