@@ -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
0 commit comments