google-apis-jobs_v3p1beta1 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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/google/apis/jobs_v3p1beta1/classes.rb +61 -56
- data/lib/google/apis/jobs_v3p1beta1/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: 194d09cc2d3be6aad47ad8efbe5c32da1e3a1f27785e1f41a7050ede3131bb16
|
4
|
+
data.tar.gz: d1ab058e29cc27cf93797880efbc2fa66675d2f46d1c900f6138aee6b3041f81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41354d6a51a8ecc171a3dc005330798fcace64f21d3af4e2b164181c855e94c52b25881a85327c47b2565d7e69cc61d63be5c0a19aa71d81fc15fa31370ac233
|
7
|
+
data.tar.gz: 67801df9056ed49302fe85ace2667c6e9249740e172b044b6983fd0a251770fd847f3fb4b5a72b9ac18218c7e5138fa444d76d117cd316d7f34fe80d7a5faddb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-jobs_v3p1beta1
|
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 20241219
|
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
|
@@ -1766,16 +1766,16 @@ module Google
|
|
1766
1766
|
# @return [String]
|
1767
1767
|
attr_accessor :location_type
|
1768
1768
|
|
1769
|
-
# Represents a postal address,
|
1770
|
-
# Given a postal address, a postal service can deliver items to a
|
1771
|
-
#
|
1772
|
-
# towns, mountains). In typical usage an address would be
|
1773
|
-
# or from importing existing data, depending on the type
|
1774
|
-
# address input
|
1775
|
-
# such as https://github.com/google/libaddressinput
|
1776
|
-
# presented with UI elements for input or editing of fields
|
1777
|
-
# where that field is used. For more guidance on how to use
|
1778
|
-
# see: https://support.google.com/business/answer/6397478
|
1769
|
+
# Represents a postal address (for example, for postal delivery or payments
|
1770
|
+
# addresses). Given a postal address, a postal service can deliver items to a
|
1771
|
+
# premise, P.O. box or similar. It is not intended to model geographical
|
1772
|
+
# locations (roads, towns, mountains). In typical usage, an address would be
|
1773
|
+
# created by user input or from importing existing data, depending on the type
|
1774
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
1775
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
1776
|
+
# Users should not be presented with UI elements for input or editing of fields
|
1777
|
+
# outside countries where that field is used. For more guidance on how to use
|
1778
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
1779
1779
|
# Corresponds to the JSON property `postalAddress`
|
1780
1780
|
# @return [Google::Apis::JobsV3p1beta1::PostalAddress]
|
1781
1781
|
attr_accessor :postal_address
|
@@ -2086,45 +2086,46 @@ module Google
|
|
2086
2086
|
end
|
2087
2087
|
end
|
2088
2088
|
|
2089
|
-
# Represents a postal address,
|
2090
|
-
# Given a postal address, a postal service can deliver items to a
|
2091
|
-
#
|
2092
|
-
# towns, mountains). In typical usage an address would be
|
2093
|
-
# or from importing existing data, depending on the type
|
2094
|
-
# address input
|
2095
|
-
# such as https://github.com/google/libaddressinput
|
2096
|
-
# presented with UI elements for input or editing of fields
|
2097
|
-
# where that field is used. For more guidance on how to use
|
2098
|
-
# see: https://support.google.com/business/answer/6397478
|
2089
|
+
# Represents a postal address (for example, for postal delivery or payments
|
2090
|
+
# addresses). Given a postal address, a postal service can deliver items to a
|
2091
|
+
# premise, P.O. box or similar. It is not intended to model geographical
|
2092
|
+
# locations (roads, towns, mountains). In typical usage, an address would be
|
2093
|
+
# created by user input or from importing existing data, depending on the type
|
2094
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
2095
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
2096
|
+
# Users should not be presented with UI elements for input or editing of fields
|
2097
|
+
# outside countries where that field is used. For more guidance on how to use
|
2098
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
2099
2099
|
class PostalAddress
|
2100
2100
|
include Google::Apis::Core::Hashable
|
2101
2101
|
|
2102
2102
|
# Unstructured address lines describing the lower levels of an address. Because
|
2103
|
-
# values in address_lines do not have type information and may sometimes
|
2104
|
-
# multiple values in a single field (
|
2105
|
-
# the line order is clear. The order of address lines should be "
|
2106
|
-
# for the country
|
2107
|
-
# Japan), address_language is used to make it explicit (
|
2108
|
-
# small ordering and "ja-Latn" or "en" for small-
|
2109
|
-
# specific line of an address can be selected
|
2110
|
-
# permitted structural representation of an
|
2111
|
-
# with all remaining information placed in
|
2112
|
-
# possible to format such an address very
|
2113
|
-
# no semantic reasoning could be made about
|
2114
|
-
# it was at least partially resolved.
|
2115
|
-
#
|
2116
|
-
#
|
2117
|
-
# of the address should be
|
2103
|
+
# values in `address_lines` do not have type information and may sometimes
|
2104
|
+
# contain multiple values in a single field (for example, "Austin, TX"), it is
|
2105
|
+
# important that the line order is clear. The order of address lines should be "
|
2106
|
+
# envelope order" for the country or region of the address. In places where this
|
2107
|
+
# can vary (for example, Japan), `address_language` is used to make it explicit (
|
2108
|
+
# for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
2109
|
+
# to-large). In this way, the most specific line of an address can be selected
|
2110
|
+
# based on the language. The minimum permitted structural representation of an
|
2111
|
+
# address consists of a `region_code` with all remaining information placed in
|
2112
|
+
# the `address_lines`. It would be possible to format such an address very
|
2113
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
2114
|
+
# any of the address components until it was at least partially resolved.
|
2115
|
+
# Creating an address only containing a `region_code` and `address_lines` and
|
2116
|
+
# then geocoding is the recommended way to handle completely unstructured
|
2117
|
+
# addresses (as opposed to guessing which parts of the address should be
|
2118
|
+
# localities or administrative areas).
|
2118
2119
|
# Corresponds to the JSON property `addressLines`
|
2119
2120
|
# @return [Array<String>]
|
2120
2121
|
attr_accessor :address_lines
|
2121
2122
|
|
2122
2123
|
# Optional. Highest administrative subdivision which is used for postal
|
2123
2124
|
# addresses of a country or region. For example, this can be a state, a province,
|
2124
|
-
# an oblast, or a prefecture.
|
2125
|
-
#
|
2126
|
-
# countries don't use an administrative area in postal addresses.
|
2127
|
-
# Switzerland this should be left unpopulated.
|
2125
|
+
# an oblast, or a prefecture. For Spain, this is the province and not the
|
2126
|
+
# autonomous community (for example, "Barcelona" and not "Catalonia"). Many
|
2127
|
+
# countries don't use an administrative area in postal addresses. For example,
|
2128
|
+
# in Switzerland, this should be left unpopulated.
|
2128
2129
|
# Corresponds to the JSON property `administrativeArea`
|
2129
2130
|
# @return [String]
|
2130
2131
|
attr_accessor :administrative_area
|
@@ -2141,10 +2142,10 @@ module Google
|
|
2141
2142
|
# @return [String]
|
2142
2143
|
attr_accessor :language_code
|
2143
2144
|
|
2144
|
-
# Optional. Generally refers to the city
|
2145
|
-
# US city, IT comune, UK post town. In regions of the world where
|
2146
|
-
# not well defined or do not fit into this structure well, leave
|
2147
|
-
# and use address_lines
|
2145
|
+
# Optional. Generally refers to the city or town portion of the address.
|
2146
|
+
# Examples: US city, IT comune, UK post town. In regions of the world where
|
2147
|
+
# localities are not well defined or do not fit into this structure well, leave `
|
2148
|
+
# locality` empty and use `address_lines`.
|
2148
2149
|
# Corresponds to the JSON property `locality`
|
2149
2150
|
# @return [String]
|
2150
2151
|
attr_accessor :locality
|
@@ -2156,8 +2157,8 @@ module Google
|
|
2156
2157
|
|
2157
2158
|
# Optional. Postal code of the address. Not all countries use or require postal
|
2158
2159
|
# codes to be present, but where they are used, they may trigger additional
|
2159
|
-
# validation with other parts of the address (
|
2160
|
-
#
|
2160
|
+
# validation with other parts of the address (for example, state or zip code
|
2161
|
+
# validation in the United States).
|
2161
2162
|
# Corresponds to the JSON property `postalCode`
|
2162
2163
|
# @return [String]
|
2163
2164
|
attr_accessor :postal_code
|
@@ -2186,15 +2187,15 @@ module Google
|
|
2186
2187
|
|
2187
2188
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
2188
2189
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
2189
|
-
# optionally followed by a number (
|
2190
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
2191
|
-
# or "post office indicator" (
|
2190
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
2191
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
2192
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
2192
2193
|
# Corresponds to the JSON property `sortingCode`
|
2193
2194
|
# @return [String]
|
2194
2195
|
attr_accessor :sorting_code
|
2195
2196
|
|
2196
|
-
# Optional. Sublocality of the address. For example, this can be
|
2197
|
-
#
|
2197
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
2198
|
+
# borough, or district.
|
2198
2199
|
# Corresponds to the JSON property `sublocality`
|
2199
2200
|
# @return [String]
|
2200
2201
|
attr_accessor :sublocality
|
@@ -2659,24 +2660,28 @@ module Google
|
|
2659
2660
|
class TimeOfDay
|
2660
2661
|
include Google::Apis::Core::Hashable
|
2661
2662
|
|
2662
|
-
# Hours of day in 24 hour format.
|
2663
|
-
#
|
2663
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
2664
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
2665
|
+
# value "24:00:00" for scenarios like business closing time.
|
2664
2666
|
# Corresponds to the JSON property `hours`
|
2665
2667
|
# @return [Fixnum]
|
2666
2668
|
attr_accessor :hours
|
2667
2669
|
|
2668
|
-
# Minutes of hour
|
2670
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
2671
|
+
# to 59.
|
2669
2672
|
# Corresponds to the JSON property `minutes`
|
2670
2673
|
# @return [Fixnum]
|
2671
2674
|
attr_accessor :minutes
|
2672
2675
|
|
2673
|
-
# Fractions of seconds in nanoseconds. Must be
|
2676
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
2677
|
+
# less than or equal to 999,999,999.
|
2674
2678
|
# Corresponds to the JSON property `nanos`
|
2675
2679
|
# @return [Fixnum]
|
2676
2680
|
attr_accessor :nanos
|
2677
2681
|
|
2678
|
-
# Seconds of
|
2679
|
-
# allow the value 60 if it allows leap-
|
2682
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
2683
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
2684
|
+
# seconds.
|
2680
2685
|
# Corresponds to the JSON property `seconds`
|
2681
2686
|
# @return [Fixnum]
|
2682
2687
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV3p1beta1
|
18
18
|
# Version of the google-apis-jobs_v3p1beta1 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_v3p1beta1
|
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:
|
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_v3p1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.30.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3p1beta1
|
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 V3p1beta1
|
82
79
|
test_files: []
|