[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\Integrations;
|
---|
| 19 |
|
---|
| 20 | class EnterpriseCrmEventbusProtoTaskMetadata extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'tags';
|
---|
| 23 | /**
|
---|
| 24 | * @var string
|
---|
| 25 | */
|
---|
| 26 | public $activeTaskName;
|
---|
| 27 | protected $adminsType = EnterpriseCrmEventbusProtoTaskMetadataAdmin::class;
|
---|
| 28 | protected $adminsDataType = 'array';
|
---|
| 29 | /**
|
---|
| 30 | * @var string
|
---|
| 31 | */
|
---|
| 32 | public $category;
|
---|
| 33 | /**
|
---|
| 34 | * @var string
|
---|
| 35 | */
|
---|
| 36 | public $codeSearchLink;
|
---|
| 37 | /**
|
---|
| 38 | * @var string
|
---|
| 39 | */
|
---|
| 40 | public $defaultJsonValidationOption;
|
---|
| 41 | /**
|
---|
| 42 | * @var string
|
---|
| 43 | */
|
---|
| 44 | public $defaultSpec;
|
---|
| 45 | /**
|
---|
| 46 | * @var string
|
---|
| 47 | */
|
---|
| 48 | public $description;
|
---|
| 49 | /**
|
---|
| 50 | * @var string
|
---|
| 51 | */
|
---|
| 52 | public $descriptiveName;
|
---|
| 53 | /**
|
---|
| 54 | * @var string
|
---|
| 55 | */
|
---|
| 56 | public $docMarkdown;
|
---|
| 57 | /**
|
---|
| 58 | * @var string
|
---|
| 59 | */
|
---|
| 60 | public $externalCategory;
|
---|
| 61 | /**
|
---|
| 62 | * @var int
|
---|
| 63 | */
|
---|
| 64 | public $externalCategorySequence;
|
---|
| 65 | /**
|
---|
| 66 | * @var string
|
---|
| 67 | */
|
---|
| 68 | public $externalDocHtml;
|
---|
| 69 | /**
|
---|
| 70 | * @var string
|
---|
| 71 | */
|
---|
| 72 | public $externalDocLink;
|
---|
| 73 | /**
|
---|
| 74 | * @var string
|
---|
| 75 | */
|
---|
| 76 | public $externalDocMarkdown;
|
---|
| 77 | /**
|
---|
| 78 | * @var string
|
---|
| 79 | */
|
---|
| 80 | public $g3DocLink;
|
---|
| 81 | /**
|
---|
| 82 | * @var string
|
---|
| 83 | */
|
---|
| 84 | public $iconLink;
|
---|
| 85 | /**
|
---|
| 86 | * @var bool
|
---|
| 87 | */
|
---|
| 88 | public $isDeprecated;
|
---|
| 89 | /**
|
---|
| 90 | * @var string
|
---|
| 91 | */
|
---|
| 92 | public $name;
|
---|
| 93 | /**
|
---|
| 94 | * @var string
|
---|
| 95 | */
|
---|
| 96 | public $standaloneExternalDocHtml;
|
---|
| 97 | /**
|
---|
| 98 | * @var string
|
---|
| 99 | */
|
---|
| 100 | public $status;
|
---|
| 101 | /**
|
---|
| 102 | * @var string
|
---|
| 103 | */
|
---|
| 104 | public $system;
|
---|
| 105 | /**
|
---|
| 106 | * @var string[]
|
---|
| 107 | */
|
---|
| 108 | public $tags;
|
---|
| 109 |
|
---|
| 110 | /**
|
---|
| 111 | * @param string
|
---|
| 112 | */
|
---|
| 113 | public function setActiveTaskName($activeTaskName)
|
---|
| 114 | {
|
---|
| 115 | $this->activeTaskName = $activeTaskName;
|
---|
| 116 | }
|
---|
| 117 | /**
|
---|
| 118 | * @return string
|
---|
| 119 | */
|
---|
| 120 | public function getActiveTaskName()
|
---|
| 121 | {
|
---|
| 122 | return $this->activeTaskName;
|
---|
| 123 | }
|
---|
| 124 | /**
|
---|
| 125 | * @param EnterpriseCrmEventbusProtoTaskMetadataAdmin[]
|
---|
| 126 | */
|
---|
| 127 | public function setAdmins($admins)
|
---|
| 128 | {
|
---|
| 129 | $this->admins = $admins;
|
---|
| 130 | }
|
---|
| 131 | /**
|
---|
| 132 | * @return EnterpriseCrmEventbusProtoTaskMetadataAdmin[]
|
---|
| 133 | */
|
---|
| 134 | public function getAdmins()
|
---|
| 135 | {
|
---|
| 136 | return $this->admins;
|
---|
| 137 | }
|
---|
| 138 | /**
|
---|
| 139 | * @param string
|
---|
| 140 | */
|
---|
| 141 | public function setCategory($category)
|
---|
| 142 | {
|
---|
| 143 | $this->category = $category;
|
---|
| 144 | }
|
---|
| 145 | /**
|
---|
| 146 | * @return string
|
---|
| 147 | */
|
---|
| 148 | public function getCategory()
|
---|
| 149 | {
|
---|
| 150 | return $this->category;
|
---|
| 151 | }
|
---|
| 152 | /**
|
---|
| 153 | * @param string
|
---|
| 154 | */
|
---|
| 155 | public function setCodeSearchLink($codeSearchLink)
|
---|
| 156 | {
|
---|
| 157 | $this->codeSearchLink = $codeSearchLink;
|
---|
| 158 | }
|
---|
| 159 | /**
|
---|
| 160 | * @return string
|
---|
| 161 | */
|
---|
| 162 | public function getCodeSearchLink()
|
---|
| 163 | {
|
---|
| 164 | return $this->codeSearchLink;
|
---|
| 165 | }
|
---|
| 166 | /**
|
---|
| 167 | * @param string
|
---|
| 168 | */
|
---|
| 169 | public function setDefaultJsonValidationOption($defaultJsonValidationOption)
|
---|
| 170 | {
|
---|
| 171 | $this->defaultJsonValidationOption = $defaultJsonValidationOption;
|
---|
| 172 | }
|
---|
| 173 | /**
|
---|
| 174 | * @return string
|
---|
| 175 | */
|
---|
| 176 | public function getDefaultJsonValidationOption()
|
---|
| 177 | {
|
---|
| 178 | return $this->defaultJsonValidationOption;
|
---|
| 179 | }
|
---|
| 180 | /**
|
---|
| 181 | * @param string
|
---|
| 182 | */
|
---|
| 183 | public function setDefaultSpec($defaultSpec)
|
---|
| 184 | {
|
---|
| 185 | $this->defaultSpec = $defaultSpec;
|
---|
| 186 | }
|
---|
| 187 | /**
|
---|
| 188 | * @return string
|
---|
| 189 | */
|
---|
| 190 | public function getDefaultSpec()
|
---|
| 191 | {
|
---|
| 192 | return $this->defaultSpec;
|
---|
| 193 | }
|
---|
| 194 | /**
|
---|
| 195 | * @param string
|
---|
| 196 | */
|
---|
| 197 | public function setDescription($description)
|
---|
| 198 | {
|
---|
| 199 | $this->description = $description;
|
---|
| 200 | }
|
---|
| 201 | /**
|
---|
| 202 | * @return string
|
---|
| 203 | */
|
---|
| 204 | public function getDescription()
|
---|
| 205 | {
|
---|
| 206 | return $this->description;
|
---|
| 207 | }
|
---|
| 208 | /**
|
---|
| 209 | * @param string
|
---|
| 210 | */
|
---|
| 211 | public function setDescriptiveName($descriptiveName)
|
---|
| 212 | {
|
---|
| 213 | $this->descriptiveName = $descriptiveName;
|
---|
| 214 | }
|
---|
| 215 | /**
|
---|
| 216 | * @return string
|
---|
| 217 | */
|
---|
| 218 | public function getDescriptiveName()
|
---|
| 219 | {
|
---|
| 220 | return $this->descriptiveName;
|
---|
| 221 | }
|
---|
| 222 | /**
|
---|
| 223 | * @param string
|
---|
| 224 | */
|
---|
| 225 | public function setDocMarkdown($docMarkdown)
|
---|
| 226 | {
|
---|
| 227 | $this->docMarkdown = $docMarkdown;
|
---|
| 228 | }
|
---|
| 229 | /**
|
---|
| 230 | * @return string
|
---|
| 231 | */
|
---|
| 232 | public function getDocMarkdown()
|
---|
| 233 | {
|
---|
| 234 | return $this->docMarkdown;
|
---|
| 235 | }
|
---|
| 236 | /**
|
---|
| 237 | * @param string
|
---|
| 238 | */
|
---|
| 239 | public function setExternalCategory($externalCategory)
|
---|
| 240 | {
|
---|
| 241 | $this->externalCategory = $externalCategory;
|
---|
| 242 | }
|
---|
| 243 | /**
|
---|
| 244 | * @return string
|
---|
| 245 | */
|
---|
| 246 | public function getExternalCategory()
|
---|
| 247 | {
|
---|
| 248 | return $this->externalCategory;
|
---|
| 249 | }
|
---|
| 250 | /**
|
---|
| 251 | * @param int
|
---|
| 252 | */
|
---|
| 253 | public function setExternalCategorySequence($externalCategorySequence)
|
---|
| 254 | {
|
---|
| 255 | $this->externalCategorySequence = $externalCategorySequence;
|
---|
| 256 | }
|
---|
| 257 | /**
|
---|
| 258 | * @return int
|
---|
| 259 | */
|
---|
| 260 | public function getExternalCategorySequence()
|
---|
| 261 | {
|
---|
| 262 | return $this->externalCategorySequence;
|
---|
| 263 | }
|
---|
| 264 | /**
|
---|
| 265 | * @param string
|
---|
| 266 | */
|
---|
| 267 | public function setExternalDocHtml($externalDocHtml)
|
---|
| 268 | {
|
---|
| 269 | $this->externalDocHtml = $externalDocHtml;
|
---|
| 270 | }
|
---|
| 271 | /**
|
---|
| 272 | * @return string
|
---|
| 273 | */
|
---|
| 274 | public function getExternalDocHtml()
|
---|
| 275 | {
|
---|
| 276 | return $this->externalDocHtml;
|
---|
| 277 | }
|
---|
| 278 | /**
|
---|
| 279 | * @param string
|
---|
| 280 | */
|
---|
| 281 | public function setExternalDocLink($externalDocLink)
|
---|
| 282 | {
|
---|
| 283 | $this->externalDocLink = $externalDocLink;
|
---|
| 284 | }
|
---|
| 285 | /**
|
---|
| 286 | * @return string
|
---|
| 287 | */
|
---|
| 288 | public function getExternalDocLink()
|
---|
| 289 | {
|
---|
| 290 | return $this->externalDocLink;
|
---|
| 291 | }
|
---|
| 292 | /**
|
---|
| 293 | * @param string
|
---|
| 294 | */
|
---|
| 295 | public function setExternalDocMarkdown($externalDocMarkdown)
|
---|
| 296 | {
|
---|
| 297 | $this->externalDocMarkdown = $externalDocMarkdown;
|
---|
| 298 | }
|
---|
| 299 | /**
|
---|
| 300 | * @return string
|
---|
| 301 | */
|
---|
| 302 | public function getExternalDocMarkdown()
|
---|
| 303 | {
|
---|
| 304 | return $this->externalDocMarkdown;
|
---|
| 305 | }
|
---|
| 306 | /**
|
---|
| 307 | * @param string
|
---|
| 308 | */
|
---|
| 309 | public function setG3DocLink($g3DocLink)
|
---|
| 310 | {
|
---|
| 311 | $this->g3DocLink = $g3DocLink;
|
---|
| 312 | }
|
---|
| 313 | /**
|
---|
| 314 | * @return string
|
---|
| 315 | */
|
---|
| 316 | public function getG3DocLink()
|
---|
| 317 | {
|
---|
| 318 | return $this->g3DocLink;
|
---|
| 319 | }
|
---|
| 320 | /**
|
---|
| 321 | * @param string
|
---|
| 322 | */
|
---|
| 323 | public function setIconLink($iconLink)
|
---|
| 324 | {
|
---|
| 325 | $this->iconLink = $iconLink;
|
---|
| 326 | }
|
---|
| 327 | /**
|
---|
| 328 | * @return string
|
---|
| 329 | */
|
---|
| 330 | public function getIconLink()
|
---|
| 331 | {
|
---|
| 332 | return $this->iconLink;
|
---|
| 333 | }
|
---|
| 334 | /**
|
---|
| 335 | * @param bool
|
---|
| 336 | */
|
---|
| 337 | public function setIsDeprecated($isDeprecated)
|
---|
| 338 | {
|
---|
| 339 | $this->isDeprecated = $isDeprecated;
|
---|
| 340 | }
|
---|
| 341 | /**
|
---|
| 342 | * @return bool
|
---|
| 343 | */
|
---|
| 344 | public function getIsDeprecated()
|
---|
| 345 | {
|
---|
| 346 | return $this->isDeprecated;
|
---|
| 347 | }
|
---|
| 348 | /**
|
---|
| 349 | * @param string
|
---|
| 350 | */
|
---|
| 351 | public function setName($name)
|
---|
| 352 | {
|
---|
| 353 | $this->name = $name;
|
---|
| 354 | }
|
---|
| 355 | /**
|
---|
| 356 | * @return string
|
---|
| 357 | */
|
---|
| 358 | public function getName()
|
---|
| 359 | {
|
---|
| 360 | return $this->name;
|
---|
| 361 | }
|
---|
| 362 | /**
|
---|
| 363 | * @param string
|
---|
| 364 | */
|
---|
| 365 | public function setStandaloneExternalDocHtml($standaloneExternalDocHtml)
|
---|
| 366 | {
|
---|
| 367 | $this->standaloneExternalDocHtml = $standaloneExternalDocHtml;
|
---|
| 368 | }
|
---|
| 369 | /**
|
---|
| 370 | * @return string
|
---|
| 371 | */
|
---|
| 372 | public function getStandaloneExternalDocHtml()
|
---|
| 373 | {
|
---|
| 374 | return $this->standaloneExternalDocHtml;
|
---|
| 375 | }
|
---|
| 376 | /**
|
---|
| 377 | * @param string
|
---|
| 378 | */
|
---|
| 379 | public function setStatus($status)
|
---|
| 380 | {
|
---|
| 381 | $this->status = $status;
|
---|
| 382 | }
|
---|
| 383 | /**
|
---|
| 384 | * @return string
|
---|
| 385 | */
|
---|
| 386 | public function getStatus()
|
---|
| 387 | {
|
---|
| 388 | return $this->status;
|
---|
| 389 | }
|
---|
| 390 | /**
|
---|
| 391 | * @param string
|
---|
| 392 | */
|
---|
| 393 | public function setSystem($system)
|
---|
| 394 | {
|
---|
| 395 | $this->system = $system;
|
---|
| 396 | }
|
---|
| 397 | /**
|
---|
| 398 | * @return string
|
---|
| 399 | */
|
---|
| 400 | public function getSystem()
|
---|
| 401 | {
|
---|
| 402 | return $this->system;
|
---|
| 403 | }
|
---|
| 404 | /**
|
---|
| 405 | * @param string[]
|
---|
| 406 | */
|
---|
| 407 | public function setTags($tags)
|
---|
| 408 | {
|
---|
| 409 | $this->tags = $tags;
|
---|
| 410 | }
|
---|
| 411 | /**
|
---|
| 412 | * @return string[]
|
---|
| 413 | */
|
---|
| 414 | public function getTags()
|
---|
| 415 | {
|
---|
| 416 | return $this->tags;
|
---|
| 417 | }
|
---|
| 418 | }
|
---|
| 419 |
|
---|
| 420 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 421 | class_alias(EnterpriseCrmEventbusProtoTaskMetadata::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoTaskMetadata');
|
---|