google-apis-jobs_v3p1beta1 0.21.0 → 0.22.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: f70ed9779816d5a6145079e4d258149fd357c22a265384dc1c3e080f80df51da
4
- data.tar.gz: c0dc3616623c888a8874626b76ae5ad905cf284d68b4d009906470294d1a3e61
3
+ metadata.gz: 4408b692c84eb1f726863a40a70c3f1312ca22dc3b93e7addc5760f53dd3caa3
4
+ data.tar.gz: 54d253ab1ce1cd4ac989118eaa18f56135fce110d550d6f84728cf26af66a655
5
5
  SHA512:
6
- metadata.gz: 12534cace82bb8873a6d52fdf8429176d2a14ffc6480f876aa15e4a2aa9e817dcf134191623515e097170a1989663fef4dbe663bc171e6c72a8fd02a78a0976f
7
- data.tar.gz: 16f1452a556ea38953a3071da0715fc8890aa985a2ca3a958e71ae7b6963c8267763548ad0531c1e1d905e0e2a146d0ef2cdfca3632f7686c957e9e305a9df34
6
+ metadata.gz: a2c30f50f94fb9761c6161e6227c9ff11ae35f903c7968f12fa3c68e171188d7a58597315395727c648be2dde9bd3606978aa00e7d1849e0f0a0c15aedd81001
7
+ data.tar.gz: c0a4220227823fd58c42dd2a462ea39307f03bfa8d88dc1c20a978aaf1934825b36bdd1a15dbf0138c6365863a470e8bac88756c88736c2a252c0ffbe4afdecc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.22.0 (2022-12-22)
4
+
5
+ * Regenerated from discovery document revision 20221219
6
+
3
7
  ### v0.21.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221024
@@ -2029,8 +2029,8 @@ module Google
2029
2029
  # If true, disable automatic enrollment selection (at all diversion points).
2030
2030
  # Automatic enrollment selection means experiment selection process based on the
2031
2031
  # experiment's automatic enrollment condition. This does not disable selection
2032
- # of forced experiments. Setting this filed to false does not change anything in
2033
- # experiment selection process.
2032
+ # of forced experiments. Setting this field to false does not change anything in
2033
+ # the experiment selection process.
2034
2034
  # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
2035
2035
  # @return [Boolean]
2036
2036
  attr_accessor :disable_automatic_enrollment_selection
@@ -2068,8 +2068,8 @@ module Google
2068
2068
  # If true, disable manual enrollment selection (at all diversion points). Manual
2069
2069
  # enrollment selection means experiment selection process based on the request's
2070
2070
  # manual enrollment states (a.k.a. opt-in experiments). This does not disable
2071
- # selection of forced experiments. Setting this filed to false does not change
2072
- # anything in experiment selection process.
2071
+ # selection of forced experiments. Setting this field to false does not change
2072
+ # anything in the experiment selection process.
2073
2073
  # Corresponds to the JSON property `disableManualEnrollmentSelection`
2074
2074
  # @return [Boolean]
2075
2075
  attr_accessor :disable_manual_enrollment_selection
@@ -2081,8 +2081,8 @@ module Google
2081
2081
  # of forced experiments. This is useful in cases when it is not known whether
2082
2082
  # experiment selection behavior is responsible for a error or breakage.
2083
2083
  # Disabling organic selection may help to isolate the cause of a given problem.
2084
- # Setting this filed to false does not change anything in experiment selection
2085
- # process.
2084
+ # Setting this field to false does not change anything in the experiment
2085
+ # selection process.
2086
2086
  # Corresponds to the JSON property `disableOrganicSelection`
2087
2087
  # @return [Boolean]
2088
2088
  attr_accessor :disable_organic_selection
@@ -2100,9 +2100,8 @@ module Google
2100
2100
  # @return [Hash<String,Boolean>]
2101
2101
  attr_accessor :forced_rollouts
2102
2102
 
2103
- # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
2104
- # organic selection will be disabled, and only select launch experiments will
2105
- # receive traffic. See go/mendel-aoao-runtime-design.
2103
+ # Sets different testing modes. See the documentation in the TestingMode message
2104
+ # for more information.
2106
2105
  # Corresponds to the JSON property `testingMode`
2107
2106
  # @return [String]
2108
2107
  attr_accessor :testing_mode
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221024"
25
+ REVISION = "20221219"
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.21.0
4
+ version: 0.22.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.22.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: []