google-apis-jobs_v4 0.18.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4358d223e171716b8341c0ac79a060ceba7f8e7cd8b21cd8b974d90ce9d77661
4
- data.tar.gz: c0fc33ce7f6971d9a5b37ffa1be735db9a2c552d8bcc505f06c959f3c2b972a9
3
+ metadata.gz: b04baa7f5499f24469d1b3e1992e56d070aabb89ad6106431d1291cbcda6a4ff
4
+ data.tar.gz: d99042fc57edc4bc5ceecb74ba05f8ce5b0ed0796891bbfa534dcaf1c5379c3d
5
5
  SHA512:
6
- metadata.gz: 2ac9fe40bfc94b12fff11286db88bfa53aac3be4add8b42429a794d1bb3865f6a27fbf4e3ad9e18111a849dcd1f541c4909b1081f14c0d64ec4641c88eaab23d
7
- data.tar.gz: c2bd9ab9be8b7ee139479fa238de33649096522236285c3910aacd8e65a5ceca3af0be9ccdbfd9421433d3ea2932f04d399ce852dc989fe6c635a5d245bb3457
6
+ metadata.gz: 75ad52d8fee7f4b429b50fb92ed77ed2f5054ba56bc214998ca4775cf271bd70e961f1cc2435d85931c6b35212801a29fe523b380592c7fdd419fee922c929f3
7
+ data.tar.gz: 7957e5f0a28d4cff8316302cdd21ff5600a6f3f6222f453422b668f3010c68848566c61cc22bcc03faba6106813d5c0e21394beb72d58138d43ed92ec5ca0ee0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.21.0 (2022-07-21)
4
+
5
+ * Regenerated from discovery document revision 20220714
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.20.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.19.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.18.0 (2022-06-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20220606
@@ -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 i18n-ready address widget such as https://
1607
- # github.com/google/libaddressinput) - Users should not be presented with UI
1608
- # elements for input or editing of fields outside countries where that field is
1609
- # used. For more guidance on how to use this schema, please see: https://support.
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 i18n-ready address widget such as https://
2030
- # github.com/google/libaddressinput) - Users should not be presented with UI
2031
- # elements for input or editing of fields outside countries where that field is
2032
- # used. For more guidance on how to use this schema, please see: https://support.
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.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220606"
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.18.0
4
+ version: 0.21.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-06-13 00:00:00.000000000 Z
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.5'
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.5'
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_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.21.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: []