google-apis-jobs_v3p1beta1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4895ffdde49e7345b0db212e22f2388b5190b28fd757a1cd042dd68cb2cdbaf4
4
- data.tar.gz: b417bce14a238997b6e30e3d35bd56b21be92f757ff0fe50d5b4fc53812532bb
3
+ metadata.gz: b2a2c94e15d3a780a32fd1bd989f28037646574576389f01b39d565d7e4a40b4
4
+ data.tar.gz: f04589600a5c9bad178a0092e23d51f2c09d4a8bcdc74011b82847ba0b6d6919
5
5
  SHA512:
6
- metadata.gz: c2c3a1b04e983136ed4996adb5dd1534d05f1b46c08e0bcbcd25cc687bc1ed79e9e31e6328ac6a7a75102372f9dac28752b89c5be991cd4730a2f6e2c7980f49
7
- data.tar.gz: 2fecced873fc78937274b21a27bf8001c5f141c4cf675625b5cd9a85a821a791a68efd2f2fd0243ae2a877ebb3b7c3aef6651bf1d61939f63c78cde4d6c77fe2
6
+ metadata.gz: 9cab5f00351d0ec4390b03a24e42406a2c73171f772a8f3f27ea26b6303adc6fd3a4e92b6a5e7d3dbab7049de65c1cfd82326f43a3f78f37a30dc968df4f4c1a
7
+ data.tar.gz: 6b046ac38a69072c18f09ddf76cb93c617283ef5bc9ae0cc19266c83fb8a4a7795694de1767904349713dc4fa2305e700859bc18028638314ac10922fda9c28c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.20.0 (2022-09-22)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.19.0 (2022-07-21)
8
+
9
+ * Regenerated from discovery document revision 20220714
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.18.0 (2022-07-01)
4
13
 
5
14
  * Regenerated using generator version 0.8.0
@@ -1770,11 +1770,11 @@ module Google
1770
1770
  # Box or similar. It is not intended to model geographical locations (roads,
1771
1771
  # towns, mountains). In typical usage an address would be created via user input
1772
1772
  # or from importing existing data, depending on the type of process. Advice on
1773
- # address input / editing: - Use an i18n-ready address widget such as https://
1774
- # github.com/google/libaddressinput) - Users should not be presented with UI
1775
- # elements for input or editing of fields outside countries where that field is
1776
- # used. For more guidance on how to use this schema, please see: https://support.
1777
- # google.com/business/answer/6397478
1773
+ # address input / editing: - Use an internationalization-ready address widget
1774
+ # such as https://github.com/google/libaddressinput) - Users should not be
1775
+ # presented with UI elements for input or editing of fields outside countries
1776
+ # where that field is used. For more guidance on how to use this schema, please
1777
+ # see: https://support.google.com/business/answer/6397478
1778
1778
  # Corresponds to the JSON property `postalAddress`
1779
1779
  # @return [Google::Apis::JobsV3p1beta1::PostalAddress]
1780
1780
  attr_accessor :postal_address
@@ -2028,7 +2028,8 @@ module Google
2028
2028
  # If true, disable automatic enrollment selection (at all diversion points).
2029
2029
  # Automatic enrollment selection means experiment selection process based on the
2030
2030
  # experiment's automatic enrollment condition. This does not disable selection
2031
- # of forced experiments.
2031
+ # of forced experiments. Setting this filed to false does not change anything in
2032
+ # experiment selection process.
2032
2033
  # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
2033
2034
  # @return [Boolean]
2034
2035
  attr_accessor :disable_automatic_enrollment_selection
@@ -2066,7 +2067,8 @@ module Google
2066
2067
  # If true, disable manual enrollment selection (at all diversion points). Manual
2067
2068
  # enrollment selection means experiment selection process based on the request's
2068
2069
  # manual enrollment states (a.k.a. opt-in experiments). This does not disable
2069
- # selection of forced experiments.
2070
+ # selection of forced experiments. Setting this filed to false does not change
2071
+ # anything in experiment selection process.
2070
2072
  # Corresponds to the JSON property `disableManualEnrollmentSelection`
2071
2073
  # @return [Boolean]
2072
2074
  attr_accessor :disable_manual_enrollment_selection
@@ -2078,6 +2080,8 @@ module Google
2078
2080
  # of forced experiments. This is useful in cases when it is not known whether
2079
2081
  # experiment selection behavior is responsible for a error or breakage.
2080
2082
  # Disabling organic selection may help to isolate the cause of a given problem.
2083
+ # Setting this filed to false does not change anything in experiment selection
2084
+ # process.
2081
2085
  # Corresponds to the JSON property `disableOrganicSelection`
2082
2086
  # @return [Boolean]
2083
2087
  attr_accessor :disable_organic_selection
@@ -2258,11 +2262,11 @@ module Google
2258
2262
  # Box or similar. It is not intended to model geographical locations (roads,
2259
2263
  # towns, mountains). In typical usage an address would be created via user input
2260
2264
  # or from importing existing data, depending on the type of process. Advice on
2261
- # address input / editing: - Use an i18n-ready address widget such as https://
2262
- # github.com/google/libaddressinput) - Users should not be presented with UI
2263
- # elements for input or editing of fields outside countries where that field is
2264
- # used. For more guidance on how to use this schema, please see: https://support.
2265
- # google.com/business/answer/6397478
2265
+ # address input / editing: - Use an internationalization-ready address widget
2266
+ # such as https://github.com/google/libaddressinput) - Users should not be
2267
+ # presented with UI elements for input or editing of fields outside countries
2268
+ # where that field is used. For more guidance on how to use this schema, please
2269
+ # see: https://support.google.com/business/answer/6397478
2266
2270
  class PostalAddress
2267
2271
  include Google::Apis::Core::Hashable
2268
2272
 
@@ -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.18.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.8.0"
22
+ GENERATOR_VERSION = "0.10.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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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_v3p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []