google-apis-jobs_v3p1beta1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a5c9ac21b748dcd5ed1354d779cc95286a32c31008012758a06165190b8ef6c
4
- data.tar.gz: 2664ce976d7ad8a2050cef0d29cb4dea5bee1c3520bcc31efa0adfcd5f872f6e
3
+ metadata.gz: 793b551cdd8d4dc6fc40953988c55bd3233157be762689c41f72faefc3024590
4
+ data.tar.gz: ef83852fe540ec9d2f81fb792ac9489adde9b579cd6be13f4606fdd5bfd6a15a
5
5
  SHA512:
6
- metadata.gz: 8ce7ff01325523e02f0dac1175aac3f2bd8536456822539cf60203e7bf6bfb945c20edcaa3082a08fa4be173c42f71762995241015887749542c922c69304f6b
7
- data.tar.gz: 55aaf12a112164cd8878a7f4700b3464c3c8c5594ebc8264df16a20953ac4374f1c157c016edb06334400bc41a5579a1134f371da2ad51f21b3be4e69a254fd2
6
+ metadata.gz: 169892c1d34f12e92f71a43aaffb723b36db32e153d137761a4b8936621912821851b9a34c5446d274b093abeb1871365be5ffd5a99d8ec13c23c6e34a80b0b1
7
+ data.tar.gz: 682820a26a38e1a6863748d030624c8e85b3d6326eef0385defa9547067d23ad59645d14331d8ea52885fa79fa2105df3b5a86b441d61939b6794afe64f996d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.19.0 (2022-07-21)
4
+
5
+ * Regenerated from discovery document revision 20220714
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.18.0 (2022-07-01)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.17.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.16.0 (2022-06-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20220606
@@ -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.16.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.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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.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-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_v3p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.19.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: []