google-apis-jobs_v3 0.18.0 → 0.20.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_v3/classes.rb +16 -12
- data/lib/google/apis/jobs_v3/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: 68b2ce18a0bda9cc13aa3a04ebf632cf0fff36a4cc227283cf511ef92b77242e
|
4
|
+
data.tar.gz: dcbc88e882beba4f47012814c9b31cd200096df1aa193a56dd6fc769ca5a6191
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf3c03c4c66bbe2358e0e781c1b947356671eafa9dccf819a02272dc7bfbbcb3e97c1021a18d66022bba562555a0445b4f318290082da72261751a3bb4658929
|
7
|
+
data.tar.gz: 8721db4111e48c711cc0fc25900bea7b4d1498c069f1c3078bf12505fa4b94eef781fd95fa1df417b3545345593581d683e03fd1fefd4521e1ba896b66127fbc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-jobs_v3
|
2
2
|
|
3
|
+
### v0.20.0 (2022-09-16)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.19.0 (2022-07-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220714
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
3
12
|
### v0.18.0 (2022-06-30)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.8.0
|
@@ -1619,11 +1619,11 @@ module Google
|
|
1619
1619
|
# Box or similar. It is not intended to model geographical locations (roads,
|
1620
1620
|
# towns, mountains). In typical usage an address would be created via user input
|
1621
1621
|
# or from importing existing data, depending on the type of process. Advice on
|
1622
|
-
# address input / editing: - Use an
|
1623
|
-
# github.com/google/libaddressinput) - Users should not be
|
1624
|
-
# elements for input or editing of fields outside countries
|
1625
|
-
# used. For more guidance on how to use this schema, please
|
1626
|
-
# google.com/business/answer/6397478
|
1622
|
+
# address input / editing: - Use an internationalization-ready address widget
|
1623
|
+
# such as https://github.com/google/libaddressinput) - Users should not be
|
1624
|
+
# presented with UI elements for input or editing of fields outside countries
|
1625
|
+
# where that field is used. For more guidance on how to use this schema, please
|
1626
|
+
# see: https://support.google.com/business/answer/6397478
|
1627
1627
|
# Corresponds to the JSON property `postalAddress`
|
1628
1628
|
# @return [Google::Apis::JobsV3::PostalAddress]
|
1629
1629
|
attr_accessor :postal_address
|
@@ -1877,7 +1877,8 @@ module Google
|
|
1877
1877
|
# If true, disable automatic enrollment selection (at all diversion points).
|
1878
1878
|
# Automatic enrollment selection means experiment selection process based on the
|
1879
1879
|
# experiment's automatic enrollment condition. This does not disable selection
|
1880
|
-
# of forced experiments.
|
1880
|
+
# of forced experiments. Setting this filed to false does not change anything in
|
1881
|
+
# experiment selection process.
|
1881
1882
|
# Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
|
1882
1883
|
# @return [Boolean]
|
1883
1884
|
attr_accessor :disable_automatic_enrollment_selection
|
@@ -1915,7 +1916,8 @@ module Google
|
|
1915
1916
|
# If true, disable manual enrollment selection (at all diversion points). Manual
|
1916
1917
|
# enrollment selection means experiment selection process based on the request's
|
1917
1918
|
# manual enrollment states (a.k.a. opt-in experiments). This does not disable
|
1918
|
-
# selection of forced experiments.
|
1919
|
+
# selection of forced experiments. Setting this filed to false does not change
|
1920
|
+
# anything in experiment selection process.
|
1919
1921
|
# Corresponds to the JSON property `disableManualEnrollmentSelection`
|
1920
1922
|
# @return [Boolean]
|
1921
1923
|
attr_accessor :disable_manual_enrollment_selection
|
@@ -1927,6 +1929,8 @@ module Google
|
|
1927
1929
|
# of forced experiments. This is useful in cases when it is not known whether
|
1928
1930
|
# experiment selection behavior is responsible for a error or breakage.
|
1929
1931
|
# Disabling organic selection may help to isolate the cause of a given problem.
|
1932
|
+
# Setting this filed to false does not change anything in experiment selection
|
1933
|
+
# process.
|
1930
1934
|
# Corresponds to the JSON property `disableOrganicSelection`
|
1931
1935
|
# @return [Boolean]
|
1932
1936
|
attr_accessor :disable_organic_selection
|
@@ -2045,11 +2049,11 @@ module Google
|
|
2045
2049
|
# Box or similar. It is not intended to model geographical locations (roads,
|
2046
2050
|
# towns, mountains). In typical usage an address would be created via user input
|
2047
2051
|
# or from importing existing data, depending on the type of process. Advice on
|
2048
|
-
# address input / editing: - Use an
|
2049
|
-
# github.com/google/libaddressinput) - Users should not be
|
2050
|
-
# elements for input or editing of fields outside countries
|
2051
|
-
# used. For more guidance on how to use this schema, please
|
2052
|
-
# google.com/business/answer/6397478
|
2052
|
+
# address input / editing: - Use an internationalization-ready address widget
|
2053
|
+
# such as https://github.com/google/libaddressinput) - Users should not be
|
2054
|
+
# presented with UI elements for input or editing of fields outside countries
|
2055
|
+
# where that field is used. For more guidance on how to use this schema, please
|
2056
|
+
# see: https://support.google.com/business/answer/6397478
|
2053
2057
|
class PostalAddress
|
2054
2058
|
include Google::Apis::Core::Hashable
|
2055
2059
|
|
@@ -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.20.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_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|