[e3d4e0a] | 1 | <?php
|
---|
| 2 | /*
|
---|
| 3 | * Copyright 2014 Google Inc.
|
---|
| 4 | *
|
---|
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
| 6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
| 7 | * the License at
|
---|
| 8 | *
|
---|
| 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 10 | *
|
---|
| 11 | * Unless required by applicable law or agreed to in writing, software
|
---|
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
| 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
| 14 | * License for the specific language governing permissions and limitations under
|
---|
| 15 | * the License.
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | namespace Google\Service\CloudTalentSolution;
|
---|
| 19 |
|
---|
| 20 | class NamespacedDebugInput extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'disableExps';
|
---|
| 23 | /**
|
---|
| 24 | * @var string[]
|
---|
| 25 | */
|
---|
| 26 | public $absolutelyForcedExpNames;
|
---|
| 27 | /**
|
---|
| 28 | * @var string[]
|
---|
| 29 | */
|
---|
| 30 | public $absolutelyForcedExpTags;
|
---|
| 31 | /**
|
---|
| 32 | * @var int[]
|
---|
| 33 | */
|
---|
| 34 | public $absolutelyForcedExps;
|
---|
| 35 | /**
|
---|
| 36 | * @var string[]
|
---|
| 37 | */
|
---|
| 38 | public $conditionallyForcedExpNames;
|
---|
| 39 | /**
|
---|
| 40 | * @var string[]
|
---|
| 41 | */
|
---|
| 42 | public $conditionallyForcedExpTags;
|
---|
| 43 | /**
|
---|
| 44 | * @var int[]
|
---|
| 45 | */
|
---|
| 46 | public $conditionallyForcedExps;
|
---|
| 47 | /**
|
---|
| 48 | * @var bool
|
---|
| 49 | */
|
---|
| 50 | public $disableAutomaticEnrollmentSelection;
|
---|
| 51 | /**
|
---|
| 52 | * @var string[]
|
---|
| 53 | */
|
---|
| 54 | public $disableExpNames;
|
---|
| 55 | /**
|
---|
| 56 | * @var string[]
|
---|
| 57 | */
|
---|
| 58 | public $disableExpTags;
|
---|
| 59 | /**
|
---|
| 60 | * @var int[]
|
---|
| 61 | */
|
---|
| 62 | public $disableExps;
|
---|
| 63 | /**
|
---|
| 64 | * @var bool
|
---|
| 65 | */
|
---|
| 66 | public $disableManualEnrollmentSelection;
|
---|
| 67 | /**
|
---|
| 68 | * @var bool
|
---|
| 69 | */
|
---|
| 70 | public $disableOrganicSelection;
|
---|
| 71 | /**
|
---|
| 72 | * @var string[]
|
---|
| 73 | */
|
---|
| 74 | public $forcedFlags;
|
---|
| 75 | /**
|
---|
| 76 | * @var bool[]
|
---|
| 77 | */
|
---|
| 78 | public $forcedRollouts;
|
---|
| 79 | /**
|
---|
| 80 | * @var string
|
---|
| 81 | */
|
---|
| 82 | public $testingMode;
|
---|
| 83 |
|
---|
| 84 | /**
|
---|
| 85 | * @param string[]
|
---|
| 86 | */
|
---|
| 87 | public function setAbsolutelyForcedExpNames($absolutelyForcedExpNames)
|
---|
| 88 | {
|
---|
| 89 | $this->absolutelyForcedExpNames = $absolutelyForcedExpNames;
|
---|
| 90 | }
|
---|
| 91 | /**
|
---|
| 92 | * @return string[]
|
---|
| 93 | */
|
---|
| 94 | public function getAbsolutelyForcedExpNames()
|
---|
| 95 | {
|
---|
| 96 | return $this->absolutelyForcedExpNames;
|
---|
| 97 | }
|
---|
| 98 | /**
|
---|
| 99 | * @param string[]
|
---|
| 100 | */
|
---|
| 101 | public function setAbsolutelyForcedExpTags($absolutelyForcedExpTags)
|
---|
| 102 | {
|
---|
| 103 | $this->absolutelyForcedExpTags = $absolutelyForcedExpTags;
|
---|
| 104 | }
|
---|
| 105 | /**
|
---|
| 106 | * @return string[]
|
---|
| 107 | */
|
---|
| 108 | public function getAbsolutelyForcedExpTags()
|
---|
| 109 | {
|
---|
| 110 | return $this->absolutelyForcedExpTags;
|
---|
| 111 | }
|
---|
| 112 | /**
|
---|
| 113 | * @param int[]
|
---|
| 114 | */
|
---|
| 115 | public function setAbsolutelyForcedExps($absolutelyForcedExps)
|
---|
| 116 | {
|
---|
| 117 | $this->absolutelyForcedExps = $absolutelyForcedExps;
|
---|
| 118 | }
|
---|
| 119 | /**
|
---|
| 120 | * @return int[]
|
---|
| 121 | */
|
---|
| 122 | public function getAbsolutelyForcedExps()
|
---|
| 123 | {
|
---|
| 124 | return $this->absolutelyForcedExps;
|
---|
| 125 | }
|
---|
| 126 | /**
|
---|
| 127 | * @param string[]
|
---|
| 128 | */
|
---|
| 129 | public function setConditionallyForcedExpNames($conditionallyForcedExpNames)
|
---|
| 130 | {
|
---|
| 131 | $this->conditionallyForcedExpNames = $conditionallyForcedExpNames;
|
---|
| 132 | }
|
---|
| 133 | /**
|
---|
| 134 | * @return string[]
|
---|
| 135 | */
|
---|
| 136 | public function getConditionallyForcedExpNames()
|
---|
| 137 | {
|
---|
| 138 | return $this->conditionallyForcedExpNames;
|
---|
| 139 | }
|
---|
| 140 | /**
|
---|
| 141 | * @param string[]
|
---|
| 142 | */
|
---|
| 143 | public function setConditionallyForcedExpTags($conditionallyForcedExpTags)
|
---|
| 144 | {
|
---|
| 145 | $this->conditionallyForcedExpTags = $conditionallyForcedExpTags;
|
---|
| 146 | }
|
---|
| 147 | /**
|
---|
| 148 | * @return string[]
|
---|
| 149 | */
|
---|
| 150 | public function getConditionallyForcedExpTags()
|
---|
| 151 | {
|
---|
| 152 | return $this->conditionallyForcedExpTags;
|
---|
| 153 | }
|
---|
| 154 | /**
|
---|
| 155 | * @param int[]
|
---|
| 156 | */
|
---|
| 157 | public function setConditionallyForcedExps($conditionallyForcedExps)
|
---|
| 158 | {
|
---|
| 159 | $this->conditionallyForcedExps = $conditionallyForcedExps;
|
---|
| 160 | }
|
---|
| 161 | /**
|
---|
| 162 | * @return int[]
|
---|
| 163 | */
|
---|
| 164 | public function getConditionallyForcedExps()
|
---|
| 165 | {
|
---|
| 166 | return $this->conditionallyForcedExps;
|
---|
| 167 | }
|
---|
| 168 | /**
|
---|
| 169 | * @param bool
|
---|
| 170 | */
|
---|
| 171 | public function setDisableAutomaticEnrollmentSelection($disableAutomaticEnrollmentSelection)
|
---|
| 172 | {
|
---|
| 173 | $this->disableAutomaticEnrollmentSelection = $disableAutomaticEnrollmentSelection;
|
---|
| 174 | }
|
---|
| 175 | /**
|
---|
| 176 | * @return bool
|
---|
| 177 | */
|
---|
| 178 | public function getDisableAutomaticEnrollmentSelection()
|
---|
| 179 | {
|
---|
| 180 | return $this->disableAutomaticEnrollmentSelection;
|
---|
| 181 | }
|
---|
| 182 | /**
|
---|
| 183 | * @param string[]
|
---|
| 184 | */
|
---|
| 185 | public function setDisableExpNames($disableExpNames)
|
---|
| 186 | {
|
---|
| 187 | $this->disableExpNames = $disableExpNames;
|
---|
| 188 | }
|
---|
| 189 | /**
|
---|
| 190 | * @return string[]
|
---|
| 191 | */
|
---|
| 192 | public function getDisableExpNames()
|
---|
| 193 | {
|
---|
| 194 | return $this->disableExpNames;
|
---|
| 195 | }
|
---|
| 196 | /**
|
---|
| 197 | * @param string[]
|
---|
| 198 | */
|
---|
| 199 | public function setDisableExpTags($disableExpTags)
|
---|
| 200 | {
|
---|
| 201 | $this->disableExpTags = $disableExpTags;
|
---|
| 202 | }
|
---|
| 203 | /**
|
---|
| 204 | * @return string[]
|
---|
| 205 | */
|
---|
| 206 | public function getDisableExpTags()
|
---|
| 207 | {
|
---|
| 208 | return $this->disableExpTags;
|
---|
| 209 | }
|
---|
| 210 | /**
|
---|
| 211 | * @param int[]
|
---|
| 212 | */
|
---|
| 213 | public function setDisableExps($disableExps)
|
---|
| 214 | {
|
---|
| 215 | $this->disableExps = $disableExps;
|
---|
| 216 | }
|
---|
| 217 | /**
|
---|
| 218 | * @return int[]
|
---|
| 219 | */
|
---|
| 220 | public function getDisableExps()
|
---|
| 221 | {
|
---|
| 222 | return $this->disableExps;
|
---|
| 223 | }
|
---|
| 224 | /**
|
---|
| 225 | * @param bool
|
---|
| 226 | */
|
---|
| 227 | public function setDisableManualEnrollmentSelection($disableManualEnrollmentSelection)
|
---|
| 228 | {
|
---|
| 229 | $this->disableManualEnrollmentSelection = $disableManualEnrollmentSelection;
|
---|
| 230 | }
|
---|
| 231 | /**
|
---|
| 232 | * @return bool
|
---|
| 233 | */
|
---|
| 234 | public function getDisableManualEnrollmentSelection()
|
---|
| 235 | {
|
---|
| 236 | return $this->disableManualEnrollmentSelection;
|
---|
| 237 | }
|
---|
| 238 | /**
|
---|
| 239 | * @param bool
|
---|
| 240 | */
|
---|
| 241 | public function setDisableOrganicSelection($disableOrganicSelection)
|
---|
| 242 | {
|
---|
| 243 | $this->disableOrganicSelection = $disableOrganicSelection;
|
---|
| 244 | }
|
---|
| 245 | /**
|
---|
| 246 | * @return bool
|
---|
| 247 | */
|
---|
| 248 | public function getDisableOrganicSelection()
|
---|
| 249 | {
|
---|
| 250 | return $this->disableOrganicSelection;
|
---|
| 251 | }
|
---|
| 252 | /**
|
---|
| 253 | * @param string[]
|
---|
| 254 | */
|
---|
| 255 | public function setForcedFlags($forcedFlags)
|
---|
| 256 | {
|
---|
| 257 | $this->forcedFlags = $forcedFlags;
|
---|
| 258 | }
|
---|
| 259 | /**
|
---|
| 260 | * @return string[]
|
---|
| 261 | */
|
---|
| 262 | public function getForcedFlags()
|
---|
| 263 | {
|
---|
| 264 | return $this->forcedFlags;
|
---|
| 265 | }
|
---|
| 266 | /**
|
---|
| 267 | * @param bool[]
|
---|
| 268 | */
|
---|
| 269 | public function setForcedRollouts($forcedRollouts)
|
---|
| 270 | {
|
---|
| 271 | $this->forcedRollouts = $forcedRollouts;
|
---|
| 272 | }
|
---|
| 273 | /**
|
---|
| 274 | * @return bool[]
|
---|
| 275 | */
|
---|
| 276 | public function getForcedRollouts()
|
---|
| 277 | {
|
---|
| 278 | return $this->forcedRollouts;
|
---|
| 279 | }
|
---|
| 280 | /**
|
---|
| 281 | * @param string
|
---|
| 282 | */
|
---|
| 283 | public function setTestingMode($testingMode)
|
---|
| 284 | {
|
---|
| 285 | $this->testingMode = $testingMode;
|
---|
| 286 | }
|
---|
| 287 | /**
|
---|
| 288 | * @return string
|
---|
| 289 | */
|
---|
| 290 | public function getTestingMode()
|
---|
| 291 | {
|
---|
| 292 | return $this->testingMode;
|
---|
| 293 | }
|
---|
| 294 | }
|
---|
| 295 |
|
---|
| 296 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 297 | class_alias(NamespacedDebugInput::class, 'Google_Service_CloudTalentSolution_NamespacedDebugInput');
|
---|