google-apis-jobs_v4 0.20.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/jobs_v4/classes.rb +16 -12
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d10077d319b2a5619c01d17d297ce3af310d4934f4151172642d7910b2d29542
|
4
|
+
data.tar.gz: 723d3c86e7ea34698e8dfc2b84966b1e3078e8a4c7339f62a5aa11ee70ac385d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f76aa6554799b1eb02318d2250c5c334829215ec0f95f72b63bd650769b1844adbe390f28b48bc292b0aad7d4fbc63863ba63c7c7008f5e04e9055f58d47125a
|
7
|
+
data.tar.gz: 7c13da67a0d8413193637387787ad0f8de94aed1171bc3d3b7305d8d7691c5e7848213f53f4642b68b92d6a17a52b310185bfb834fb6d985b9173f73f9b48702
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.22.0 (2022-09-18)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.21.0 (2022-07-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220714
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
3
12
|
### v0.20.0 (2022-06-30)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.8.0
|
@@ -1603,11 +1603,11 @@ module Google
|
|
1603
1603
|
# Box or similar. It is not intended to model geographical locations (roads,
|
1604
1604
|
# towns, mountains). In typical usage an address would be created via user input
|
1605
1605
|
# or from importing existing data, depending on the type of process. Advice on
|
1606
|
-
# address input / editing: - Use an
|
1607
|
-
# github.com/google/libaddressinput) - Users should not be
|
1608
|
-
# elements for input or editing of fields outside countries
|
1609
|
-
# used. For more guidance on how to use this schema, please
|
1610
|
-
# google.com/business/answer/6397478
|
1606
|
+
# address input / editing: - Use an internationalization-ready address widget
|
1607
|
+
# such as https://github.com/google/libaddressinput) - Users should not be
|
1608
|
+
# presented with UI elements for input or editing of fields outside countries
|
1609
|
+
# where that field is used. For more guidance on how to use this schema, please
|
1610
|
+
# see: https://support.google.com/business/answer/6397478
|
1611
1611
|
# Corresponds to the JSON property `postalAddress`
|
1612
1612
|
# @return [Google::Apis::JobsV4::PostalAddress]
|
1613
1613
|
attr_accessor :postal_address
|
@@ -1861,7 +1861,8 @@ module Google
|
|
1861
1861
|
# If true, disable automatic enrollment selection (at all diversion points).
|
1862
1862
|
# Automatic enrollment selection means experiment selection process based on the
|
1863
1863
|
# experiment's automatic enrollment condition. This does not disable selection
|
1864
|
-
# of forced experiments.
|
1864
|
+
# of forced experiments. Setting this filed to false does not change anything in
|
1865
|
+
# experiment selection process.
|
1865
1866
|
# Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
|
1866
1867
|
# @return [Boolean]
|
1867
1868
|
attr_accessor :disable_automatic_enrollment_selection
|
@@ -1899,7 +1900,8 @@ module Google
|
|
1899
1900
|
# If true, disable manual enrollment selection (at all diversion points). Manual
|
1900
1901
|
# enrollment selection means experiment selection process based on the request's
|
1901
1902
|
# manual enrollment states (a.k.a. opt-in experiments). This does not disable
|
1902
|
-
# selection of forced experiments.
|
1903
|
+
# selection of forced experiments. Setting this filed to false does not change
|
1904
|
+
# anything in experiment selection process.
|
1903
1905
|
# Corresponds to the JSON property `disableManualEnrollmentSelection`
|
1904
1906
|
# @return [Boolean]
|
1905
1907
|
attr_accessor :disable_manual_enrollment_selection
|
@@ -1911,6 +1913,8 @@ module Google
|
|
1911
1913
|
# of forced experiments. This is useful in cases when it is not known whether
|
1912
1914
|
# experiment selection behavior is responsible for a error or breakage.
|
1913
1915
|
# Disabling organic selection may help to isolate the cause of a given problem.
|
1916
|
+
# Setting this filed to false does not change anything in experiment selection
|
1917
|
+
# process.
|
1914
1918
|
# Corresponds to the JSON property `disableOrganicSelection`
|
1915
1919
|
# @return [Boolean]
|
1916
1920
|
attr_accessor :disable_organic_selection
|
@@ -2026,11 +2030,11 @@ module Google
|
|
2026
2030
|
# Box or similar. It is not intended to model geographical locations (roads,
|
2027
2031
|
# towns, mountains). In typical usage an address would be created via user input
|
2028
2032
|
# or from importing existing data, depending on the type of process. Advice on
|
2029
|
-
# address input / editing: - Use an
|
2030
|
-
# github.com/google/libaddressinput) - Users should not be
|
2031
|
-
# elements for input or editing of fields outside countries
|
2032
|
-
# used. For more guidance on how to use this schema, please
|
2033
|
-
# google.com/business/answer/6397478
|
2033
|
+
# address input / editing: - Use an internationalization-ready address widget
|
2034
|
+
# such as https://github.com/google/libaddressinput) - Users should not be
|
2035
|
+
# presented with UI elements for input or editing of fields outside countries
|
2036
|
+
# where that field is used. For more guidance on how to use this schema, please
|
2037
|
+
# see: https://support.google.com/business/answer/6397478
|
2034
2038
|
class PostalAddress
|
2035
2039
|
include Google::Apis::Core::Hashable
|
2036
2040
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-jobs_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.7.2
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.7.2
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|