[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\CCAIPlatform;
|
---|
| 19 |
|
---|
| 20 | class ContactCenter extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'privateComponents';
|
---|
| 23 | protected $adminUserType = AdminUser::class;
|
---|
| 24 | protected $adminUserDataType = '';
|
---|
| 25 | /**
|
---|
| 26 | * @var bool
|
---|
| 27 | */
|
---|
| 28 | public $ccaipManagedUsers;
|
---|
| 29 | /**
|
---|
| 30 | * @var string
|
---|
| 31 | */
|
---|
| 32 | public $createTime;
|
---|
| 33 | protected $criticalType = Critical::class;
|
---|
| 34 | protected $criticalDataType = '';
|
---|
| 35 | /**
|
---|
| 36 | * @var string
|
---|
| 37 | */
|
---|
| 38 | public $customerDomainPrefix;
|
---|
| 39 | /**
|
---|
| 40 | * @var string
|
---|
| 41 | */
|
---|
| 42 | public $displayName;
|
---|
| 43 | protected $earlyType = Early::class;
|
---|
| 44 | protected $earlyDataType = '';
|
---|
| 45 | protected $instanceConfigType = InstanceConfig::class;
|
---|
| 46 | protected $instanceConfigDataType = '';
|
---|
| 47 | /**
|
---|
| 48 | * @var string
|
---|
| 49 | */
|
---|
| 50 | public $kmsKey;
|
---|
| 51 | /**
|
---|
| 52 | * @var string[]
|
---|
| 53 | */
|
---|
| 54 | public $labels;
|
---|
| 55 | /**
|
---|
| 56 | * @var string
|
---|
| 57 | */
|
---|
| 58 | public $name;
|
---|
| 59 | protected $normalType = Normal::class;
|
---|
| 60 | protected $normalDataType = '';
|
---|
| 61 | protected $privateAccessType = PrivateAccess::class;
|
---|
| 62 | protected $privateAccessDataType = '';
|
---|
| 63 | /**
|
---|
| 64 | * @var string[]
|
---|
| 65 | */
|
---|
| 66 | public $privateComponents;
|
---|
| 67 | protected $samlParamsType = SAMLParams::class;
|
---|
| 68 | protected $samlParamsDataType = '';
|
---|
| 69 | /**
|
---|
| 70 | * @var string
|
---|
| 71 | */
|
---|
| 72 | public $state;
|
---|
| 73 | /**
|
---|
| 74 | * @var string
|
---|
| 75 | */
|
---|
| 76 | public $updateTime;
|
---|
| 77 | protected $urisType = URIs::class;
|
---|
| 78 | protected $urisDataType = '';
|
---|
| 79 | /**
|
---|
| 80 | * @var string
|
---|
| 81 | */
|
---|
| 82 | public $userEmail;
|
---|
| 83 |
|
---|
| 84 | /**
|
---|
| 85 | * @param AdminUser
|
---|
| 86 | */
|
---|
| 87 | public function setAdminUser(AdminUser $adminUser)
|
---|
| 88 | {
|
---|
| 89 | $this->adminUser = $adminUser;
|
---|
| 90 | }
|
---|
| 91 | /**
|
---|
| 92 | * @return AdminUser
|
---|
| 93 | */
|
---|
| 94 | public function getAdminUser()
|
---|
| 95 | {
|
---|
| 96 | return $this->adminUser;
|
---|
| 97 | }
|
---|
| 98 | /**
|
---|
| 99 | * @param bool
|
---|
| 100 | */
|
---|
| 101 | public function setCcaipManagedUsers($ccaipManagedUsers)
|
---|
| 102 | {
|
---|
| 103 | $this->ccaipManagedUsers = $ccaipManagedUsers;
|
---|
| 104 | }
|
---|
| 105 | /**
|
---|
| 106 | * @return bool
|
---|
| 107 | */
|
---|
| 108 | public function getCcaipManagedUsers()
|
---|
| 109 | {
|
---|
| 110 | return $this->ccaipManagedUsers;
|
---|
| 111 | }
|
---|
| 112 | /**
|
---|
| 113 | * @param string
|
---|
| 114 | */
|
---|
| 115 | public function setCreateTime($createTime)
|
---|
| 116 | {
|
---|
| 117 | $this->createTime = $createTime;
|
---|
| 118 | }
|
---|
| 119 | /**
|
---|
| 120 | * @return string
|
---|
| 121 | */
|
---|
| 122 | public function getCreateTime()
|
---|
| 123 | {
|
---|
| 124 | return $this->createTime;
|
---|
| 125 | }
|
---|
| 126 | /**
|
---|
| 127 | * @param Critical
|
---|
| 128 | */
|
---|
| 129 | public function setCritical(Critical $critical)
|
---|
| 130 | {
|
---|
| 131 | $this->critical = $critical;
|
---|
| 132 | }
|
---|
| 133 | /**
|
---|
| 134 | * @return Critical
|
---|
| 135 | */
|
---|
| 136 | public function getCritical()
|
---|
| 137 | {
|
---|
| 138 | return $this->critical;
|
---|
| 139 | }
|
---|
| 140 | /**
|
---|
| 141 | * @param string
|
---|
| 142 | */
|
---|
| 143 | public function setCustomerDomainPrefix($customerDomainPrefix)
|
---|
| 144 | {
|
---|
| 145 | $this->customerDomainPrefix = $customerDomainPrefix;
|
---|
| 146 | }
|
---|
| 147 | /**
|
---|
| 148 | * @return string
|
---|
| 149 | */
|
---|
| 150 | public function getCustomerDomainPrefix()
|
---|
| 151 | {
|
---|
| 152 | return $this->customerDomainPrefix;
|
---|
| 153 | }
|
---|
| 154 | /**
|
---|
| 155 | * @param string
|
---|
| 156 | */
|
---|
| 157 | public function setDisplayName($displayName)
|
---|
| 158 | {
|
---|
| 159 | $this->displayName = $displayName;
|
---|
| 160 | }
|
---|
| 161 | /**
|
---|
| 162 | * @return string
|
---|
| 163 | */
|
---|
| 164 | public function getDisplayName()
|
---|
| 165 | {
|
---|
| 166 | return $this->displayName;
|
---|
| 167 | }
|
---|
| 168 | /**
|
---|
| 169 | * @param Early
|
---|
| 170 | */
|
---|
| 171 | public function setEarly(Early $early)
|
---|
| 172 | {
|
---|
| 173 | $this->early = $early;
|
---|
| 174 | }
|
---|
| 175 | /**
|
---|
| 176 | * @return Early
|
---|
| 177 | */
|
---|
| 178 | public function getEarly()
|
---|
| 179 | {
|
---|
| 180 | return $this->early;
|
---|
| 181 | }
|
---|
| 182 | /**
|
---|
| 183 | * @param InstanceConfig
|
---|
| 184 | */
|
---|
| 185 | public function setInstanceConfig(InstanceConfig $instanceConfig)
|
---|
| 186 | {
|
---|
| 187 | $this->instanceConfig = $instanceConfig;
|
---|
| 188 | }
|
---|
| 189 | /**
|
---|
| 190 | * @return InstanceConfig
|
---|
| 191 | */
|
---|
| 192 | public function getInstanceConfig()
|
---|
| 193 | {
|
---|
| 194 | return $this->instanceConfig;
|
---|
| 195 | }
|
---|
| 196 | /**
|
---|
| 197 | * @param string
|
---|
| 198 | */
|
---|
| 199 | public function setKmsKey($kmsKey)
|
---|
| 200 | {
|
---|
| 201 | $this->kmsKey = $kmsKey;
|
---|
| 202 | }
|
---|
| 203 | /**
|
---|
| 204 | * @return string
|
---|
| 205 | */
|
---|
| 206 | public function getKmsKey()
|
---|
| 207 | {
|
---|
| 208 | return $this->kmsKey;
|
---|
| 209 | }
|
---|
| 210 | /**
|
---|
| 211 | * @param string[]
|
---|
| 212 | */
|
---|
| 213 | public function setLabels($labels)
|
---|
| 214 | {
|
---|
| 215 | $this->labels = $labels;
|
---|
| 216 | }
|
---|
| 217 | /**
|
---|
| 218 | * @return string[]
|
---|
| 219 | */
|
---|
| 220 | public function getLabels()
|
---|
| 221 | {
|
---|
| 222 | return $this->labels;
|
---|
| 223 | }
|
---|
| 224 | /**
|
---|
| 225 | * @param string
|
---|
| 226 | */
|
---|
| 227 | public function setName($name)
|
---|
| 228 | {
|
---|
| 229 | $this->name = $name;
|
---|
| 230 | }
|
---|
| 231 | /**
|
---|
| 232 | * @return string
|
---|
| 233 | */
|
---|
| 234 | public function getName()
|
---|
| 235 | {
|
---|
| 236 | return $this->name;
|
---|
| 237 | }
|
---|
| 238 | /**
|
---|
| 239 | * @param Normal
|
---|
| 240 | */
|
---|
| 241 | public function setNormal(Normal $normal)
|
---|
| 242 | {
|
---|
| 243 | $this->normal = $normal;
|
---|
| 244 | }
|
---|
| 245 | /**
|
---|
| 246 | * @return Normal
|
---|
| 247 | */
|
---|
| 248 | public function getNormal()
|
---|
| 249 | {
|
---|
| 250 | return $this->normal;
|
---|
| 251 | }
|
---|
| 252 | /**
|
---|
| 253 | * @param PrivateAccess
|
---|
| 254 | */
|
---|
| 255 | public function setPrivateAccess(PrivateAccess $privateAccess)
|
---|
| 256 | {
|
---|
| 257 | $this->privateAccess = $privateAccess;
|
---|
| 258 | }
|
---|
| 259 | /**
|
---|
| 260 | * @return PrivateAccess
|
---|
| 261 | */
|
---|
| 262 | public function getPrivateAccess()
|
---|
| 263 | {
|
---|
| 264 | return $this->privateAccess;
|
---|
| 265 | }
|
---|
| 266 | /**
|
---|
| 267 | * @param string[]
|
---|
| 268 | */
|
---|
| 269 | public function setPrivateComponents($privateComponents)
|
---|
| 270 | {
|
---|
| 271 | $this->privateComponents = $privateComponents;
|
---|
| 272 | }
|
---|
| 273 | /**
|
---|
| 274 | * @return string[]
|
---|
| 275 | */
|
---|
| 276 | public function getPrivateComponents()
|
---|
| 277 | {
|
---|
| 278 | return $this->privateComponents;
|
---|
| 279 | }
|
---|
| 280 | /**
|
---|
| 281 | * @param SAMLParams
|
---|
| 282 | */
|
---|
| 283 | public function setSamlParams(SAMLParams $samlParams)
|
---|
| 284 | {
|
---|
| 285 | $this->samlParams = $samlParams;
|
---|
| 286 | }
|
---|
| 287 | /**
|
---|
| 288 | * @return SAMLParams
|
---|
| 289 | */
|
---|
| 290 | public function getSamlParams()
|
---|
| 291 | {
|
---|
| 292 | return $this->samlParams;
|
---|
| 293 | }
|
---|
| 294 | /**
|
---|
| 295 | * @param string
|
---|
| 296 | */
|
---|
| 297 | public function setState($state)
|
---|
| 298 | {
|
---|
| 299 | $this->state = $state;
|
---|
| 300 | }
|
---|
| 301 | /**
|
---|
| 302 | * @return string
|
---|
| 303 | */
|
---|
| 304 | public function getState()
|
---|
| 305 | {
|
---|
| 306 | return $this->state;
|
---|
| 307 | }
|
---|
| 308 | /**
|
---|
| 309 | * @param string
|
---|
| 310 | */
|
---|
| 311 | public function setUpdateTime($updateTime)
|
---|
| 312 | {
|
---|
| 313 | $this->updateTime = $updateTime;
|
---|
| 314 | }
|
---|
| 315 | /**
|
---|
| 316 | * @return string
|
---|
| 317 | */
|
---|
| 318 | public function getUpdateTime()
|
---|
| 319 | {
|
---|
| 320 | return $this->updateTime;
|
---|
| 321 | }
|
---|
| 322 | /**
|
---|
| 323 | * @param URIs
|
---|
| 324 | */
|
---|
| 325 | public function setUris(URIs $uris)
|
---|
| 326 | {
|
---|
| 327 | $this->uris = $uris;
|
---|
| 328 | }
|
---|
| 329 | /**
|
---|
| 330 | * @return URIs
|
---|
| 331 | */
|
---|
| 332 | public function getUris()
|
---|
| 333 | {
|
---|
| 334 | return $this->uris;
|
---|
| 335 | }
|
---|
| 336 | /**
|
---|
| 337 | * @param string
|
---|
| 338 | */
|
---|
| 339 | public function setUserEmail($userEmail)
|
---|
| 340 | {
|
---|
| 341 | $this->userEmail = $userEmail;
|
---|
| 342 | }
|
---|
| 343 | /**
|
---|
| 344 | * @return string
|
---|
| 345 | */
|
---|
| 346 | public function getUserEmail()
|
---|
| 347 | {
|
---|
| 348 | return $this->userEmail;
|
---|
| 349 | }
|
---|
| 350 | }
|
---|
| 351 |
|
---|
| 352 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 353 | class_alias(ContactCenter::class, 'Google_Service_CCAIPlatform_ContactCenter');
|
---|