[f9c482b] | 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\Integrations;
|
---|
| 19 |
|
---|
| 20 | class GoogleCloudIntegrationsV1alphaIntegrationVersion extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'triggerConfigsInternal';
|
---|
| 23 | protected $cloudLoggingDetailsType = GoogleCloudIntegrationsV1alphaCloudLoggingDetails::class;
|
---|
| 24 | protected $cloudLoggingDetailsDataType = '';
|
---|
| 25 | /**
|
---|
| 26 | * @var string
|
---|
| 27 | */
|
---|
| 28 | public $createTime;
|
---|
| 29 | /**
|
---|
| 30 | * @var string
|
---|
| 31 | */
|
---|
| 32 | public $createdFromTemplate;
|
---|
| 33 | /**
|
---|
| 34 | * @var string
|
---|
| 35 | */
|
---|
| 36 | public $databasePersistencePolicy;
|
---|
| 37 | /**
|
---|
| 38 | * @var string
|
---|
| 39 | */
|
---|
| 40 | public $description;
|
---|
| 41 | /**
|
---|
| 42 | * @var bool
|
---|
| 43 | */
|
---|
| 44 | public $enableVariableMasking;
|
---|
| 45 | protected $errorCatcherConfigsType = GoogleCloudIntegrationsV1alphaErrorCatcherConfig::class;
|
---|
| 46 | protected $errorCatcherConfigsDataType = 'array';
|
---|
| 47 | protected $integrationConfigParametersType = GoogleCloudIntegrationsV1alphaIntegrationConfigParameter::class;
|
---|
| 48 | protected $integrationConfigParametersDataType = 'array';
|
---|
| 49 | protected $integrationParametersType = GoogleCloudIntegrationsV1alphaIntegrationParameter::class;
|
---|
| 50 | protected $integrationParametersDataType = 'array';
|
---|
| 51 | protected $integrationParametersInternalType = EnterpriseCrmFrontendsEventbusProtoWorkflowParameters::class;
|
---|
| 52 | protected $integrationParametersInternalDataType = '';
|
---|
| 53 | /**
|
---|
| 54 | * @var string
|
---|
| 55 | */
|
---|
| 56 | public $lastModifierEmail;
|
---|
| 57 | /**
|
---|
| 58 | * @var string
|
---|
| 59 | */
|
---|
| 60 | public $lockHolder;
|
---|
| 61 | /**
|
---|
| 62 | * @var string
|
---|
| 63 | */
|
---|
| 64 | public $name;
|
---|
| 65 | /**
|
---|
| 66 | * @var string
|
---|
| 67 | */
|
---|
| 68 | public $origin;
|
---|
| 69 | /**
|
---|
| 70 | * @var string
|
---|
| 71 | */
|
---|
| 72 | public $parentTemplateId;
|
---|
| 73 | /**
|
---|
| 74 | * @var string
|
---|
| 75 | */
|
---|
| 76 | public $runAsServiceAccount;
|
---|
| 77 | /**
|
---|
| 78 | * @var string
|
---|
| 79 | */
|
---|
| 80 | public $snapshotNumber;
|
---|
| 81 | /**
|
---|
| 82 | * @var string
|
---|
| 83 | */
|
---|
| 84 | public $state;
|
---|
| 85 | /**
|
---|
| 86 | * @var string
|
---|
| 87 | */
|
---|
| 88 | public $status;
|
---|
| 89 | protected $taskConfigsType = GoogleCloudIntegrationsV1alphaTaskConfig::class;
|
---|
| 90 | protected $taskConfigsDataType = 'array';
|
---|
| 91 | protected $taskConfigsInternalType = EnterpriseCrmFrontendsEventbusProtoTaskConfig::class;
|
---|
| 92 | protected $taskConfigsInternalDataType = 'array';
|
---|
| 93 | protected $teardownType = EnterpriseCrmEventbusProtoTeardown::class;
|
---|
| 94 | protected $teardownDataType = '';
|
---|
| 95 | protected $triggerConfigsType = GoogleCloudIntegrationsV1alphaTriggerConfig::class;
|
---|
| 96 | protected $triggerConfigsDataType = 'array';
|
---|
| 97 | protected $triggerConfigsInternalType = EnterpriseCrmFrontendsEventbusProtoTriggerConfig::class;
|
---|
| 98 | protected $triggerConfigsInternalDataType = 'array';
|
---|
| 99 | /**
|
---|
| 100 | * @var string
|
---|
| 101 | */
|
---|
| 102 | public $updateTime;
|
---|
| 103 | /**
|
---|
| 104 | * @var string
|
---|
| 105 | */
|
---|
| 106 | public $userLabel;
|
---|
| 107 |
|
---|
| 108 | /**
|
---|
| 109 | * @param GoogleCloudIntegrationsV1alphaCloudLoggingDetails
|
---|
| 110 | */
|
---|
| 111 | public function setCloudLoggingDetails(GoogleCloudIntegrationsV1alphaCloudLoggingDetails $cloudLoggingDetails)
|
---|
| 112 | {
|
---|
| 113 | $this->cloudLoggingDetails = $cloudLoggingDetails;
|
---|
| 114 | }
|
---|
| 115 | /**
|
---|
| 116 | * @return GoogleCloudIntegrationsV1alphaCloudLoggingDetails
|
---|
| 117 | */
|
---|
| 118 | public function getCloudLoggingDetails()
|
---|
| 119 | {
|
---|
| 120 | return $this->cloudLoggingDetails;
|
---|
| 121 | }
|
---|
| 122 | /**
|
---|
| 123 | * @param string
|
---|
| 124 | */
|
---|
| 125 | public function setCreateTime($createTime)
|
---|
| 126 | {
|
---|
| 127 | $this->createTime = $createTime;
|
---|
| 128 | }
|
---|
| 129 | /**
|
---|
| 130 | * @return string
|
---|
| 131 | */
|
---|
| 132 | public function getCreateTime()
|
---|
| 133 | {
|
---|
| 134 | return $this->createTime;
|
---|
| 135 | }
|
---|
| 136 | /**
|
---|
| 137 | * @param string
|
---|
| 138 | */
|
---|
| 139 | public function setCreatedFromTemplate($createdFromTemplate)
|
---|
| 140 | {
|
---|
| 141 | $this->createdFromTemplate = $createdFromTemplate;
|
---|
| 142 | }
|
---|
| 143 | /**
|
---|
| 144 | * @return string
|
---|
| 145 | */
|
---|
| 146 | public function getCreatedFromTemplate()
|
---|
| 147 | {
|
---|
| 148 | return $this->createdFromTemplate;
|
---|
| 149 | }
|
---|
| 150 | /**
|
---|
| 151 | * @param string
|
---|
| 152 | */
|
---|
| 153 | public function setDatabasePersistencePolicy($databasePersistencePolicy)
|
---|
| 154 | {
|
---|
| 155 | $this->databasePersistencePolicy = $databasePersistencePolicy;
|
---|
| 156 | }
|
---|
| 157 | /**
|
---|
| 158 | * @return string
|
---|
| 159 | */
|
---|
| 160 | public function getDatabasePersistencePolicy()
|
---|
| 161 | {
|
---|
| 162 | return $this->databasePersistencePolicy;
|
---|
| 163 | }
|
---|
| 164 | /**
|
---|
| 165 | * @param string
|
---|
| 166 | */
|
---|
| 167 | public function setDescription($description)
|
---|
| 168 | {
|
---|
| 169 | $this->description = $description;
|
---|
| 170 | }
|
---|
| 171 | /**
|
---|
| 172 | * @return string
|
---|
| 173 | */
|
---|
| 174 | public function getDescription()
|
---|
| 175 | {
|
---|
| 176 | return $this->description;
|
---|
| 177 | }
|
---|
| 178 | /**
|
---|
| 179 | * @param bool
|
---|
| 180 | */
|
---|
| 181 | public function setEnableVariableMasking($enableVariableMasking)
|
---|
| 182 | {
|
---|
| 183 | $this->enableVariableMasking = $enableVariableMasking;
|
---|
| 184 | }
|
---|
| 185 | /**
|
---|
| 186 | * @return bool
|
---|
| 187 | */
|
---|
| 188 | public function getEnableVariableMasking()
|
---|
| 189 | {
|
---|
| 190 | return $this->enableVariableMasking;
|
---|
| 191 | }
|
---|
| 192 | /**
|
---|
| 193 | * @param GoogleCloudIntegrationsV1alphaErrorCatcherConfig[]
|
---|
| 194 | */
|
---|
| 195 | public function setErrorCatcherConfigs($errorCatcherConfigs)
|
---|
| 196 | {
|
---|
| 197 | $this->errorCatcherConfigs = $errorCatcherConfigs;
|
---|
| 198 | }
|
---|
| 199 | /**
|
---|
| 200 | * @return GoogleCloudIntegrationsV1alphaErrorCatcherConfig[]
|
---|
| 201 | */
|
---|
| 202 | public function getErrorCatcherConfigs()
|
---|
| 203 | {
|
---|
| 204 | return $this->errorCatcherConfigs;
|
---|
| 205 | }
|
---|
| 206 | /**
|
---|
| 207 | * @param GoogleCloudIntegrationsV1alphaIntegrationConfigParameter[]
|
---|
| 208 | */
|
---|
| 209 | public function setIntegrationConfigParameters($integrationConfigParameters)
|
---|
| 210 | {
|
---|
| 211 | $this->integrationConfigParameters = $integrationConfigParameters;
|
---|
| 212 | }
|
---|
| 213 | /**
|
---|
| 214 | * @return GoogleCloudIntegrationsV1alphaIntegrationConfigParameter[]
|
---|
| 215 | */
|
---|
| 216 | public function getIntegrationConfigParameters()
|
---|
| 217 | {
|
---|
| 218 | return $this->integrationConfigParameters;
|
---|
| 219 | }
|
---|
| 220 | /**
|
---|
| 221 | * @param GoogleCloudIntegrationsV1alphaIntegrationParameter[]
|
---|
| 222 | */
|
---|
| 223 | public function setIntegrationParameters($integrationParameters)
|
---|
| 224 | {
|
---|
| 225 | $this->integrationParameters = $integrationParameters;
|
---|
| 226 | }
|
---|
| 227 | /**
|
---|
| 228 | * @return GoogleCloudIntegrationsV1alphaIntegrationParameter[]
|
---|
| 229 | */
|
---|
| 230 | public function getIntegrationParameters()
|
---|
| 231 | {
|
---|
| 232 | return $this->integrationParameters;
|
---|
| 233 | }
|
---|
| 234 | /**
|
---|
| 235 | * @param EnterpriseCrmFrontendsEventbusProtoWorkflowParameters
|
---|
| 236 | */
|
---|
| 237 | public function setIntegrationParametersInternal(EnterpriseCrmFrontendsEventbusProtoWorkflowParameters $integrationParametersInternal)
|
---|
| 238 | {
|
---|
| 239 | $this->integrationParametersInternal = $integrationParametersInternal;
|
---|
| 240 | }
|
---|
| 241 | /**
|
---|
| 242 | * @return EnterpriseCrmFrontendsEventbusProtoWorkflowParameters
|
---|
| 243 | */
|
---|
| 244 | public function getIntegrationParametersInternal()
|
---|
| 245 | {
|
---|
| 246 | return $this->integrationParametersInternal;
|
---|
| 247 | }
|
---|
| 248 | /**
|
---|
| 249 | * @param string
|
---|
| 250 | */
|
---|
| 251 | public function setLastModifierEmail($lastModifierEmail)
|
---|
| 252 | {
|
---|
| 253 | $this->lastModifierEmail = $lastModifierEmail;
|
---|
| 254 | }
|
---|
| 255 | /**
|
---|
| 256 | * @return string
|
---|
| 257 | */
|
---|
| 258 | public function getLastModifierEmail()
|
---|
| 259 | {
|
---|
| 260 | return $this->lastModifierEmail;
|
---|
| 261 | }
|
---|
| 262 | /**
|
---|
| 263 | * @param string
|
---|
| 264 | */
|
---|
| 265 | public function setLockHolder($lockHolder)
|
---|
| 266 | {
|
---|
| 267 | $this->lockHolder = $lockHolder;
|
---|
| 268 | }
|
---|
| 269 | /**
|
---|
| 270 | * @return string
|
---|
| 271 | */
|
---|
| 272 | public function getLockHolder()
|
---|
| 273 | {
|
---|
| 274 | return $this->lockHolder;
|
---|
| 275 | }
|
---|
| 276 | /**
|
---|
| 277 | * @param string
|
---|
| 278 | */
|
---|
| 279 | public function setName($name)
|
---|
| 280 | {
|
---|
| 281 | $this->name = $name;
|
---|
| 282 | }
|
---|
| 283 | /**
|
---|
| 284 | * @return string
|
---|
| 285 | */
|
---|
| 286 | public function getName()
|
---|
| 287 | {
|
---|
| 288 | return $this->name;
|
---|
| 289 | }
|
---|
| 290 | /**
|
---|
| 291 | * @param string
|
---|
| 292 | */
|
---|
| 293 | public function setOrigin($origin)
|
---|
| 294 | {
|
---|
| 295 | $this->origin = $origin;
|
---|
| 296 | }
|
---|
| 297 | /**
|
---|
| 298 | * @return string
|
---|
| 299 | */
|
---|
| 300 | public function getOrigin()
|
---|
| 301 | {
|
---|
| 302 | return $this->origin;
|
---|
| 303 | }
|
---|
| 304 | /**
|
---|
| 305 | * @param string
|
---|
| 306 | */
|
---|
| 307 | public function setParentTemplateId($parentTemplateId)
|
---|
| 308 | {
|
---|
| 309 | $this->parentTemplateId = $parentTemplateId;
|
---|
| 310 | }
|
---|
| 311 | /**
|
---|
| 312 | * @return string
|
---|
| 313 | */
|
---|
| 314 | public function getParentTemplateId()
|
---|
| 315 | {
|
---|
| 316 | return $this->parentTemplateId;
|
---|
| 317 | }
|
---|
| 318 | /**
|
---|
| 319 | * @param string
|
---|
| 320 | */
|
---|
| 321 | public function setRunAsServiceAccount($runAsServiceAccount)
|
---|
| 322 | {
|
---|
| 323 | $this->runAsServiceAccount = $runAsServiceAccount;
|
---|
| 324 | }
|
---|
| 325 | /**
|
---|
| 326 | * @return string
|
---|
| 327 | */
|
---|
| 328 | public function getRunAsServiceAccount()
|
---|
| 329 | {
|
---|
| 330 | return $this->runAsServiceAccount;
|
---|
| 331 | }
|
---|
| 332 | /**
|
---|
| 333 | * @param string
|
---|
| 334 | */
|
---|
| 335 | public function setSnapshotNumber($snapshotNumber)
|
---|
| 336 | {
|
---|
| 337 | $this->snapshotNumber = $snapshotNumber;
|
---|
| 338 | }
|
---|
| 339 | /**
|
---|
| 340 | * @return string
|
---|
| 341 | */
|
---|
| 342 | public function getSnapshotNumber()
|
---|
| 343 | {
|
---|
| 344 | return $this->snapshotNumber;
|
---|
| 345 | }
|
---|
| 346 | /**
|
---|
| 347 | * @param string
|
---|
| 348 | */
|
---|
| 349 | public function setState($state)
|
---|
| 350 | {
|
---|
| 351 | $this->state = $state;
|
---|
| 352 | }
|
---|
| 353 | /**
|
---|
| 354 | * @return string
|
---|
| 355 | */
|
---|
| 356 | public function getState()
|
---|
| 357 | {
|
---|
| 358 | return $this->state;
|
---|
| 359 | }
|
---|
| 360 | /**
|
---|
| 361 | * @param string
|
---|
| 362 | */
|
---|
| 363 | public function setStatus($status)
|
---|
| 364 | {
|
---|
| 365 | $this->status = $status;
|
---|
| 366 | }
|
---|
| 367 | /**
|
---|
| 368 | * @return string
|
---|
| 369 | */
|
---|
| 370 | public function getStatus()
|
---|
| 371 | {
|
---|
| 372 | return $this->status;
|
---|
| 373 | }
|
---|
| 374 | /**
|
---|
| 375 | * @param GoogleCloudIntegrationsV1alphaTaskConfig[]
|
---|
| 376 | */
|
---|
| 377 | public function setTaskConfigs($taskConfigs)
|
---|
| 378 | {
|
---|
| 379 | $this->taskConfigs = $taskConfigs;
|
---|
| 380 | }
|
---|
| 381 | /**
|
---|
| 382 | * @return GoogleCloudIntegrationsV1alphaTaskConfig[]
|
---|
| 383 | */
|
---|
| 384 | public function getTaskConfigs()
|
---|
| 385 | {
|
---|
| 386 | return $this->taskConfigs;
|
---|
| 387 | }
|
---|
| 388 | /**
|
---|
| 389 | * @param EnterpriseCrmFrontendsEventbusProtoTaskConfig[]
|
---|
| 390 | */
|
---|
| 391 | public function setTaskConfigsInternal($taskConfigsInternal)
|
---|
| 392 | {
|
---|
| 393 | $this->taskConfigsInternal = $taskConfigsInternal;
|
---|
| 394 | }
|
---|
| 395 | /**
|
---|
| 396 | * @return EnterpriseCrmFrontendsEventbusProtoTaskConfig[]
|
---|
| 397 | */
|
---|
| 398 | public function getTaskConfigsInternal()
|
---|
| 399 | {
|
---|
| 400 | return $this->taskConfigsInternal;
|
---|
| 401 | }
|
---|
| 402 | /**
|
---|
| 403 | * @param EnterpriseCrmEventbusProtoTeardown
|
---|
| 404 | */
|
---|
| 405 | public function setTeardown(EnterpriseCrmEventbusProtoTeardown $teardown)
|
---|
| 406 | {
|
---|
| 407 | $this->teardown = $teardown;
|
---|
| 408 | }
|
---|
| 409 | /**
|
---|
| 410 | * @return EnterpriseCrmEventbusProtoTeardown
|
---|
| 411 | */
|
---|
| 412 | public function getTeardown()
|
---|
| 413 | {
|
---|
| 414 | return $this->teardown;
|
---|
| 415 | }
|
---|
| 416 | /**
|
---|
| 417 | * @param GoogleCloudIntegrationsV1alphaTriggerConfig[]
|
---|
| 418 | */
|
---|
| 419 | public function setTriggerConfigs($triggerConfigs)
|
---|
| 420 | {
|
---|
| 421 | $this->triggerConfigs = $triggerConfigs;
|
---|
| 422 | }
|
---|
| 423 | /**
|
---|
| 424 | * @return GoogleCloudIntegrationsV1alphaTriggerConfig[]
|
---|
| 425 | */
|
---|
| 426 | public function getTriggerConfigs()
|
---|
| 427 | {
|
---|
| 428 | return $this->triggerConfigs;
|
---|
| 429 | }
|
---|
| 430 | /**
|
---|
| 431 | * @param EnterpriseCrmFrontendsEventbusProtoTriggerConfig[]
|
---|
| 432 | */
|
---|
| 433 | public function setTriggerConfigsInternal($triggerConfigsInternal)
|
---|
| 434 | {
|
---|
| 435 | $this->triggerConfigsInternal = $triggerConfigsInternal;
|
---|
| 436 | }
|
---|
| 437 | /**
|
---|
| 438 | * @return EnterpriseCrmFrontendsEventbusProtoTriggerConfig[]
|
---|
| 439 | */
|
---|
| 440 | public function getTriggerConfigsInternal()
|
---|
| 441 | {
|
---|
| 442 | return $this->triggerConfigsInternal;
|
---|
| 443 | }
|
---|
| 444 | /**
|
---|
| 445 | * @param string
|
---|
| 446 | */
|
---|
| 447 | public function setUpdateTime($updateTime)
|
---|
| 448 | {
|
---|
| 449 | $this->updateTime = $updateTime;
|
---|
| 450 | }
|
---|
| 451 | /**
|
---|
| 452 | * @return string
|
---|
| 453 | */
|
---|
| 454 | public function getUpdateTime()
|
---|
| 455 | {
|
---|
| 456 | return $this->updateTime;
|
---|
| 457 | }
|
---|
| 458 | /**
|
---|
| 459 | * @param string
|
---|
| 460 | */
|
---|
| 461 | public function setUserLabel($userLabel)
|
---|
| 462 | {
|
---|
| 463 | $this->userLabel = $userLabel;
|
---|
| 464 | }
|
---|
| 465 | /**
|
---|
| 466 | * @return string
|
---|
| 467 | */
|
---|
| 468 | public function getUserLabel()
|
---|
| 469 | {
|
---|
| 470 | return $this->userLabel;
|
---|
| 471 | }
|
---|
| 472 | }
|
---|
| 473 |
|
---|
| 474 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 475 | class_alias(GoogleCloudIntegrationsV1alphaIntegrationVersion::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationVersion');
|
---|