google-apis-jobs_v4 0.25.0 → 0.26.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: 39a2f533b4b9098d15fac2ce4dbf1c40bf91cdb01380db15a182ec81598d517f
4
- data.tar.gz: '088e1f78cead31d7722af80eb0a873f115c82793eab88dd71bb70ccd0263a883'
3
+ metadata.gz: e4059a483437fcb7e938d6b7584126e08d7c4e480d29c097bfe7ef085959394d
4
+ data.tar.gz: 43cc3a7936c37e7a6dcc109440cd0f6db4e3aabe5140db2063a617eba5ceef5b
5
5
  SHA512:
6
- metadata.gz: 33c85b2e6a8ea3c98e8c58144a939ac099b3134682cdbbe2b55c694e412199bbba2c22fd51efb7b78bb4a7f986d001e7718e00b981a2525d1c5b733062b9b8b7
7
- data.tar.gz: c651a8399bf5b2c8a14aee57c361c0e2685026eddc61ef0bbd0966ece7e63199750b6b9cf4ed5d6d54dc7b06a2a012609cda61c303162a7a81f2332ea71f366c
6
+ metadata.gz: e42e2c0f8f1d45156ed8626d1cb6a6898b4512f72c5bfcc609d318c6bd055ea5f17093b72cdfeae5de44b8f10f3244fe17b81fae7c89f0fd441abfe52c45182d
7
+ data.tar.gz: e888f2b0c1407b1f384e86446c6a7d3681bab9a72ff4ed2a17faf81db0003fbe55836d78e06705f594758628c247ad2270da4888fde44054b3c41fa842ccdfe8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.26.0 (2022-12-30)
4
+
5
+ * Regenerated from discovery document revision 20221219
6
+
3
7
  ### v0.25.0 (2022-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20221024
@@ -1862,8 +1862,8 @@ module Google
1862
1862
  # If true, disable automatic enrollment selection (at all diversion points).
1863
1863
  # Automatic enrollment selection means experiment selection process based on the
1864
1864
  # experiment's automatic enrollment condition. This does not disable selection
1865
- # of forced experiments. Setting this filed to false does not change anything in
1866
- # experiment selection process.
1865
+ # of forced experiments. Setting this field to false does not change anything in
1866
+ # the experiment selection process.
1867
1867
  # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
1868
1868
  # @return [Boolean]
1869
1869
  attr_accessor :disable_automatic_enrollment_selection
@@ -1901,8 +1901,8 @@ module Google
1901
1901
  # If true, disable manual enrollment selection (at all diversion points). Manual
1902
1902
  # enrollment selection means experiment selection process based on the request's
1903
1903
  # manual enrollment states (a.k.a. opt-in experiments). This does not disable
1904
- # selection of forced experiments. Setting this filed to false does not change
1905
- # anything in experiment selection process.
1904
+ # selection of forced experiments. Setting this field to false does not change
1905
+ # anything in the experiment selection process.
1906
1906
  # Corresponds to the JSON property `disableManualEnrollmentSelection`
1907
1907
  # @return [Boolean]
1908
1908
  attr_accessor :disable_manual_enrollment_selection
@@ -1914,8 +1914,8 @@ module Google
1914
1914
  # of forced experiments. This is useful in cases when it is not known whether
1915
1915
  # experiment selection behavior is responsible for a error or breakage.
1916
1916
  # Disabling organic selection may help to isolate the cause of a given problem.
1917
- # Setting this filed to false does not change anything in experiment selection
1918
- # process.
1917
+ # Setting this field to false does not change anything in the experiment
1918
+ # selection process.
1919
1919
  # Corresponds to the JSON property `disableOrganicSelection`
1920
1920
  # @return [Boolean]
1921
1921
  attr_accessor :disable_organic_selection
@@ -1933,9 +1933,8 @@ module Google
1933
1933
  # @return [Hash<String,Boolean>]
1934
1934
  attr_accessor :forced_rollouts
1935
1935
 
1936
- # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
1937
- # organic selection will be disabled, and only select launch experiments will
1938
- # receive traffic. See go/mendel-aoao-runtime-design.
1936
+ # Sets different testing modes. See the documentation in the TestingMode message
1937
+ # for more information.
1939
1938
  # Corresponds to the JSON property `testingMode`
1940
1939
  # @return [String]
1941
1940
  attr_accessor :testing_mode
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-11-07 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_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.26.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: []