Skip to content

Commit 362bb66

Browse files
feat: Automated regeneration of jobs v3 client (#13174)
Auto-created at 2023-01-04 17:31:48 +0000 using the toys pull request generator.
1 parent 516e786 commit 362bb66

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

generated/google-apis-jobs_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-jobs_v3
22

3+
### v0.23.0 (2023-01-04)
4+
5+
* Regenerated from discovery document revision 20221219
6+
37
### v0.22.0 (2022-11-09)
48

59
* Regenerated from discovery document revision 20221024

generated/google-apis-jobs_v3/lib/google/apis/jobs_v3/classes.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,8 +1878,8 @@ class NamespacedDebugInput
18781878
# If true, disable automatic enrollment selection (at all diversion points).
18791879
# Automatic enrollment selection means experiment selection process based on the
18801880
# experiment's automatic enrollment condition. This does not disable selection
1881-
# of forced experiments. Setting this filed to false does not change anything in
1882-
# experiment selection process.
1881+
# of forced experiments. Setting this field to false does not change anything in
1882+
# the experiment selection process.
18831883
# Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
18841884
# @return [Boolean]
18851885
attr_accessor :disable_automatic_enrollment_selection
@@ -1917,8 +1917,8 @@ class NamespacedDebugInput
19171917
# If true, disable manual enrollment selection (at all diversion points). Manual
19181918
# enrollment selection means experiment selection process based on the request's
19191919
# manual enrollment states (a.k.a. opt-in experiments). This does not disable
1920-
# selection of forced experiments. Setting this filed to false does not change
1921-
# anything in experiment selection process.
1920+
# selection of forced experiments. Setting this field to false does not change
1921+
# anything in the experiment selection process.
19221922
# Corresponds to the JSON property `disableManualEnrollmentSelection`
19231923
# @return [Boolean]
19241924
attr_accessor :disable_manual_enrollment_selection
@@ -1930,8 +1930,8 @@ class NamespacedDebugInput
19301930
# of forced experiments. This is useful in cases when it is not known whether
19311931
# experiment selection behavior is responsible for a error or breakage.
19321932
# Disabling organic selection may help to isolate the cause of a given problem.
1933-
# Setting this filed to false does not change anything in experiment selection
1934-
# process.
1933+
# Setting this field to false does not change anything in the experiment
1934+
# selection process.
19351935
# Corresponds to the JSON property `disableOrganicSelection`
19361936
# @return [Boolean]
19371937
attr_accessor :disable_organic_selection
@@ -1949,9 +1949,8 @@ class NamespacedDebugInput
19491949
# @return [Hash<String,Boolean>]
19501950
attr_accessor :forced_rollouts
19511951

1952-
# If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
1953-
# organic selection will be disabled, and only select launch experiments will
1954-
# receive traffic. See go/mendel-aoao-runtime-design.
1952+
# Sets different testing modes. See the documentation in the TestingMode message
1953+
# for more information.
19551954
# Corresponds to the JSON property `testingMode`
19561955
# @return [String]
19571956
attr_accessor :testing_mode

generated/google-apis-jobs_v3/lib/google/apis/jobs_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module JobsV3
1818
# Version of the google-apis-jobs_v3 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221024"
25+
REVISION = "20221219"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)