google-apis-jobs_v3 0.16.0 → 0.19.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 +13 -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: 446d4c858bb76614587d20e7ce973af61470adfe39bd6191995fb97347f18994
|
4
|
+
data.tar.gz: 3a5040b44fd3e1d24573a433f3f87d8cb04a137d0a1583db284181d485e4d649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62d11e7e81bb625bcca01a55c957a2d546b5b3f2cf57e98885480655b855829e3b8f24a9e07e25ef8a81b44b9005d3e19c0b44bcd3325de6a8b61ac9975a3106
|
7
|
+
data.tar.gz: 4d45416f9ad57f45a44ecb61dd64646071e077b948febdf28d0ef6036d154bf27d52c5c6347766d2d88da590642805d24aaf528f7e700b69b68186cda953e88c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-jobs_v3
|
2
2
|
|
3
|
+
### v0.19.0 (2022-07-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220714
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
8
|
+
### v0.18.0 (2022-06-30)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
|
12
|
+
### v0.17.0 (2022-06-17)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.6.0
|
15
|
+
|
3
16
|
### v0.16.0 (2022-06-08)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220606
|
@@ -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.19.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.19.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-07-25 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: '0.
|
19
|
+
version: '0.7'
|
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: '0.
|
29
|
+
version: '0.7'
|
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.19.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: []
|