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 18namespace Google\Service\CloudTalentSolution; 19 20class 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 /** 81 * @param string[] 82 */ 83 public function setAbsolutelyForcedExpNames($absolutelyForcedExpNames) 84 { 85 $this->absolutelyForcedExpNames = $absolutelyForcedExpNames; 86 } 87 /** 88 * @return string[] 89 */ 90 public function getAbsolutelyForcedExpNames() 91 { 92 return $this->absolutelyForcedExpNames; 93 } 94 /** 95 * @param string[] 96 */ 97 public function setAbsolutelyForcedExpTags($absolutelyForcedExpTags) 98 { 99 $this->absolutelyForcedExpTags = $absolutelyForcedExpTags; 100 } 101 /** 102 * @return string[] 103 */ 104 public function getAbsolutelyForcedExpTags() 105 { 106 return $this->absolutelyForcedExpTags; 107 } 108 /** 109 * @param int[] 110 */ 111 public function setAbsolutelyForcedExps($absolutelyForcedExps) 112 { 113 $this->absolutelyForcedExps = $absolutelyForcedExps; 114 } 115 /** 116 * @return int[] 117 */ 118 public function getAbsolutelyForcedExps() 119 { 120 return $this->absolutelyForcedExps; 121 } 122 /** 123 * @param string[] 124 */ 125 public function setConditionallyForcedExpNames($conditionallyForcedExpNames) 126 { 127 $this->conditionallyForcedExpNames = $conditionallyForcedExpNames; 128 } 129 /** 130 * @return string[] 131 */ 132 public function getConditionallyForcedExpNames() 133 { 134 return $this->conditionallyForcedExpNames; 135 } 136 /** 137 * @param string[] 138 */ 139 public function setConditionallyForcedExpTags($conditionallyForcedExpTags) 140 { 141 $this->conditionallyForcedExpTags = $conditionallyForcedExpTags; 142 } 143 /** 144 * @return string[] 145 */ 146 public function getConditionallyForcedExpTags() 147 { 148 return $this->conditionallyForcedExpTags; 149 } 150 /** 151 * @param int[] 152 */ 153 public function setConditionallyForcedExps($conditionallyForcedExps) 154 { 155 $this->conditionallyForcedExps = $conditionallyForcedExps; 156 } 157 /** 158 * @return int[] 159 */ 160 public function getConditionallyForcedExps() 161 { 162 return $this->conditionallyForcedExps; 163 } 164 /** 165 * @param bool 166 */ 167 public function setDisableAutomaticEnrollmentSelection($disableAutomaticEnrollmentSelection) 168 { 169 $this->disableAutomaticEnrollmentSelection = $disableAutomaticEnrollmentSelection; 170 } 171 /** 172 * @return bool 173 */ 174 public function getDisableAutomaticEnrollmentSelection() 175 { 176 return $this->disableAutomaticEnrollmentSelection; 177 } 178 /** 179 * @param string[] 180 */ 181 public function setDisableExpNames($disableExpNames) 182 { 183 $this->disableExpNames = $disableExpNames; 184 } 185 /** 186 * @return string[] 187 */ 188 public function getDisableExpNames() 189 { 190 return $this->disableExpNames; 191 } 192 /** 193 * @param string[] 194 */ 195 public function setDisableExpTags($disableExpTags) 196 { 197 $this->disableExpTags = $disableExpTags; 198 } 199 /** 200 * @return string[] 201 */ 202 public function getDisableExpTags() 203 { 204 return $this->disableExpTags; 205 } 206 /** 207 * @param int[] 208 */ 209 public function setDisableExps($disableExps) 210 { 211 $this->disableExps = $disableExps; 212 } 213 /** 214 * @return int[] 215 */ 216 public function getDisableExps() 217 { 218 return $this->disableExps; 219 } 220 /** 221 * @param bool 222 */ 223 public function setDisableManualEnrollmentSelection($disableManualEnrollmentSelection) 224 { 225 $this->disableManualEnrollmentSelection = $disableManualEnrollmentSelection; 226 } 227 /** 228 * @return bool 229 */ 230 public function getDisableManualEnrollmentSelection() 231 { 232 return $this->disableManualEnrollmentSelection; 233 } 234 /** 235 * @param bool 236 */ 237 public function setDisableOrganicSelection($disableOrganicSelection) 238 { 239 $this->disableOrganicSelection = $disableOrganicSelection; 240 } 241 /** 242 * @return bool 243 */ 244 public function getDisableOrganicSelection() 245 { 246 return $this->disableOrganicSelection; 247 } 248 /** 249 * @param string[] 250 */ 251 public function setForcedFlags($forcedFlags) 252 { 253 $this->forcedFlags = $forcedFlags; 254 } 255 /** 256 * @return string[] 257 */ 258 public function getForcedFlags() 259 { 260 return $this->forcedFlags; 261 } 262 /** 263 * @param bool[] 264 */ 265 public function setForcedRollouts($forcedRollouts) 266 { 267 $this->forcedRollouts = $forcedRollouts; 268 } 269 /** 270 * @return bool[] 271 */ 272 public function getForcedRollouts() 273 { 274 return $this->forcedRollouts; 275 } 276} 277 278// Adding a class alias for backwards compatibility with the previous class name. 279class_alias(NamespacedDebugInput::class, 'Google_Service_CloudTalentSolution_NamespacedDebugInput'); 280