google-apis-jobs_v3p1beta1 0.21.0 → 0.23.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: c664e50229c911d0d32b551ac3459d29799485e1d5d32f4bcd1d278a34f87b0c
4
+ data.tar.gz: 75ad5e0b24d15c50b1742ab6624f48aaf1ab0af80344fea68f6395c176158452
5
5
  SHA512:
6
- metadata.gz: 12534cace82bb8873a6d52fdf8429176d2a14ffc6480f876aa15e4a2aa9e817dcf134191623515e097170a1989663fef4dbe663bc171e6c72a8fd02a78a0976f
7
- data.tar.gz: 16f1452a556ea38953a3071da0715fc8890aa985a2ca3a958e71ae7b6963c8267763548ad0531c1e1d905e0e2a146d0ef2cdfca3632f7686c957e9e305a9df34
6
+ metadata.gz: 3933e0efcd2d5d6b25f2b17a45b554fa75347afb24de932097b2270067ca004fcbec61b83ea369558f6aac6d0f8d1e52a106e159af3ea16d39118bd853d54ef2
7
+ data.tar.gz: 11879542d3f7c05a4d3e241f50126a561f157af9eafada84cb6283093b558c0c38bcec0a4ae1d446bffa0d3f0bcc126e8db456b520e70f0e1c2266fd8d05df98
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.23.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.22.0 (2022-12-22)
8
+
9
+ * Regenerated from discovery document revision 20221219
10
+
3
11
  ### v0.21.0 (2022-10-28)
4
12
 
5
13
  * 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.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.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.23.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-02-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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1