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\CloudSearch;
|
---|
19 |
|
---|
20 | class AppsDynamiteAnnotation extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $babelPlaceholderMetadataType = AppsDynamiteBabelPlaceholderMetadata::class;
|
---|
23 | protected $babelPlaceholderMetadataDataType = '';
|
---|
24 | protected $cardCapabilityMetadataType = AppsDynamiteCardCapabilityMetadata::class;
|
---|
25 | protected $cardCapabilityMetadataDataType = '';
|
---|
26 | /**
|
---|
27 | * @var string
|
---|
28 | */
|
---|
29 | public $chipRenderType;
|
---|
30 | protected $consentedAppUnfurlMetadataType = AppsDynamiteConsentedAppUnfurlMetadata::class;
|
---|
31 | protected $consentedAppUnfurlMetadataDataType = '';
|
---|
32 | protected $customEmojiMetadataType = AppsDynamiteCustomEmojiMetadata::class;
|
---|
33 | protected $customEmojiMetadataDataType = '';
|
---|
34 | protected $dataLossPreventionMetadataType = AppsDynamiteDataLossPreventionMetadata::class;
|
---|
35 | protected $dataLossPreventionMetadataDataType = '';
|
---|
36 | protected $driveMetadataType = AppsDynamiteDriveMetadata::class;
|
---|
37 | protected $driveMetadataDataType = '';
|
---|
38 | protected $formatMetadataType = AppsDynamiteFormatMetadata::class;
|
---|
39 | protected $formatMetadataDataType = '';
|
---|
40 | protected $groupRetentionSettingsUpdatedType = AppsDynamiteGroupRetentionSettingsUpdatedMetaData::class;
|
---|
41 | protected $groupRetentionSettingsUpdatedDataType = '';
|
---|
42 | protected $gsuiteIntegrationMetadataType = AppsDynamiteGsuiteIntegrationMetadata::class;
|
---|
43 | protected $gsuiteIntegrationMetadataDataType = '';
|
---|
44 | protected $incomingWebhookChangedMetadataType = AppsDynamiteIncomingWebhookChangedMetadata::class;
|
---|
45 | protected $incomingWebhookChangedMetadataDataType = '';
|
---|
46 | protected $integrationConfigUpdatedType = AppsDynamiteIntegrationConfigUpdatedMetadata::class;
|
---|
47 | protected $integrationConfigUpdatedDataType = '';
|
---|
48 | /**
|
---|
49 | * @var int
|
---|
50 | */
|
---|
51 | public $length;
|
---|
52 | /**
|
---|
53 | * @var string
|
---|
54 | */
|
---|
55 | public $localId;
|
---|
56 | protected $membershipChangedType = AppsDynamiteMembershipChangedMetadata::class;
|
---|
57 | protected $membershipChangedDataType = '';
|
---|
58 | protected $readReceiptsSettingsMetadataType = AppsDynamiteReadReceiptsSettingsUpdatedMetadata::class;
|
---|
59 | protected $readReceiptsSettingsMetadataDataType = '';
|
---|
60 | protected $requiredMessageFeaturesMetadataType = AppsDynamiteRequiredMessageFeaturesMetadata::class;
|
---|
61 | protected $requiredMessageFeaturesMetadataDataType = '';
|
---|
62 | protected $roomUpdatedType = AppsDynamiteRoomUpdatedMetadata::class;
|
---|
63 | protected $roomUpdatedDataType = '';
|
---|
64 | /**
|
---|
65 | * @var bool
|
---|
66 | */
|
---|
67 | public $serverInvalidated;
|
---|
68 | protected $slashCommandMetadataType = AppsDynamiteSlashCommandMetadata::class;
|
---|
69 | protected $slashCommandMetadataDataType = '';
|
---|
70 | /**
|
---|
71 | * @var int
|
---|
72 | */
|
---|
73 | public $startIndex;
|
---|
74 | /**
|
---|
75 | * @var string
|
---|
76 | */
|
---|
77 | public $type;
|
---|
78 | /**
|
---|
79 | * @var string
|
---|
80 | */
|
---|
81 | public $uniqueId;
|
---|
82 | protected $uploadMetadataType = AppsDynamiteUploadMetadata::class;
|
---|
83 | protected $uploadMetadataDataType = '';
|
---|
84 | protected $urlMetadataType = AppsDynamiteUrlMetadata::class;
|
---|
85 | protected $urlMetadataDataType = '';
|
---|
86 | protected $userMentionMetadataType = AppsDynamiteUserMentionMetadata::class;
|
---|
87 | protected $userMentionMetadataDataType = '';
|
---|
88 | protected $videoCallMetadataType = AppsDynamiteVideoCallMetadata::class;
|
---|
89 | protected $videoCallMetadataDataType = '';
|
---|
90 | protected $youtubeMetadataType = AppsDynamiteYoutubeMetadata::class;
|
---|
91 | protected $youtubeMetadataDataType = '';
|
---|
92 |
|
---|
93 | /**
|
---|
94 | * @param AppsDynamiteBabelPlaceholderMetadata
|
---|
95 | */
|
---|
96 | public function setBabelPlaceholderMetadata(AppsDynamiteBabelPlaceholderMetadata $babelPlaceholderMetadata)
|
---|
97 | {
|
---|
98 | $this->babelPlaceholderMetadata = $babelPlaceholderMetadata;
|
---|
99 | }
|
---|
100 | /**
|
---|
101 | * @return AppsDynamiteBabelPlaceholderMetadata
|
---|
102 | */
|
---|
103 | public function getBabelPlaceholderMetadata()
|
---|
104 | {
|
---|
105 | return $this->babelPlaceholderMetadata;
|
---|
106 | }
|
---|
107 | /**
|
---|
108 | * @param AppsDynamiteCardCapabilityMetadata
|
---|
109 | */
|
---|
110 | public function setCardCapabilityMetadata(AppsDynamiteCardCapabilityMetadata $cardCapabilityMetadata)
|
---|
111 | {
|
---|
112 | $this->cardCapabilityMetadata = $cardCapabilityMetadata;
|
---|
113 | }
|
---|
114 | /**
|
---|
115 | * @return AppsDynamiteCardCapabilityMetadata
|
---|
116 | */
|
---|
117 | public function getCardCapabilityMetadata()
|
---|
118 | {
|
---|
119 | return $this->cardCapabilityMetadata;
|
---|
120 | }
|
---|
121 | /**
|
---|
122 | * @param string
|
---|
123 | */
|
---|
124 | public function setChipRenderType($chipRenderType)
|
---|
125 | {
|
---|
126 | $this->chipRenderType = $chipRenderType;
|
---|
127 | }
|
---|
128 | /**
|
---|
129 | * @return string
|
---|
130 | */
|
---|
131 | public function getChipRenderType()
|
---|
132 | {
|
---|
133 | return $this->chipRenderType;
|
---|
134 | }
|
---|
135 | /**
|
---|
136 | * @param AppsDynamiteConsentedAppUnfurlMetadata
|
---|
137 | */
|
---|
138 | public function setConsentedAppUnfurlMetadata(AppsDynamiteConsentedAppUnfurlMetadata $consentedAppUnfurlMetadata)
|
---|
139 | {
|
---|
140 | $this->consentedAppUnfurlMetadata = $consentedAppUnfurlMetadata;
|
---|
141 | }
|
---|
142 | /**
|
---|
143 | * @return AppsDynamiteConsentedAppUnfurlMetadata
|
---|
144 | */
|
---|
145 | public function getConsentedAppUnfurlMetadata()
|
---|
146 | {
|
---|
147 | return $this->consentedAppUnfurlMetadata;
|
---|
148 | }
|
---|
149 | /**
|
---|
150 | * @param AppsDynamiteCustomEmojiMetadata
|
---|
151 | */
|
---|
152 | public function setCustomEmojiMetadata(AppsDynamiteCustomEmojiMetadata $customEmojiMetadata)
|
---|
153 | {
|
---|
154 | $this->customEmojiMetadata = $customEmojiMetadata;
|
---|
155 | }
|
---|
156 | /**
|
---|
157 | * @return AppsDynamiteCustomEmojiMetadata
|
---|
158 | */
|
---|
159 | public function getCustomEmojiMetadata()
|
---|
160 | {
|
---|
161 | return $this->customEmojiMetadata;
|
---|
162 | }
|
---|
163 | /**
|
---|
164 | * @param AppsDynamiteDataLossPreventionMetadata
|
---|
165 | */
|
---|
166 | public function setDataLossPreventionMetadata(AppsDynamiteDataLossPreventionMetadata $dataLossPreventionMetadata)
|
---|
167 | {
|
---|
168 | $this->dataLossPreventionMetadata = $dataLossPreventionMetadata;
|
---|
169 | }
|
---|
170 | /**
|
---|
171 | * @return AppsDynamiteDataLossPreventionMetadata
|
---|
172 | */
|
---|
173 | public function getDataLossPreventionMetadata()
|
---|
174 | {
|
---|
175 | return $this->dataLossPreventionMetadata;
|
---|
176 | }
|
---|
177 | /**
|
---|
178 | * @param AppsDynamiteDriveMetadata
|
---|
179 | */
|
---|
180 | public function setDriveMetadata(AppsDynamiteDriveMetadata $driveMetadata)
|
---|
181 | {
|
---|
182 | $this->driveMetadata = $driveMetadata;
|
---|
183 | }
|
---|
184 | /**
|
---|
185 | * @return AppsDynamiteDriveMetadata
|
---|
186 | */
|
---|
187 | public function getDriveMetadata()
|
---|
188 | {
|
---|
189 | return $this->driveMetadata;
|
---|
190 | }
|
---|
191 | /**
|
---|
192 | * @param AppsDynamiteFormatMetadata
|
---|
193 | */
|
---|
194 | public function setFormatMetadata(AppsDynamiteFormatMetadata $formatMetadata)
|
---|
195 | {
|
---|
196 | $this->formatMetadata = $formatMetadata;
|
---|
197 | }
|
---|
198 | /**
|
---|
199 | * @return AppsDynamiteFormatMetadata
|
---|
200 | */
|
---|
201 | public function getFormatMetadata()
|
---|
202 | {
|
---|
203 | return $this->formatMetadata;
|
---|
204 | }
|
---|
205 | /**
|
---|
206 | * @param AppsDynamiteGroupRetentionSettingsUpdatedMetaData
|
---|
207 | */
|
---|
208 | public function setGroupRetentionSettingsUpdated(AppsDynamiteGroupRetentionSettingsUpdatedMetaData $groupRetentionSettingsUpdated)
|
---|
209 | {
|
---|
210 | $this->groupRetentionSettingsUpdated = $groupRetentionSettingsUpdated;
|
---|
211 | }
|
---|
212 | /**
|
---|
213 | * @return AppsDynamiteGroupRetentionSettingsUpdatedMetaData
|
---|
214 | */
|
---|
215 | public function getGroupRetentionSettingsUpdated()
|
---|
216 | {
|
---|
217 | return $this->groupRetentionSettingsUpdated;
|
---|
218 | }
|
---|
219 | /**
|
---|
220 | * @param AppsDynamiteGsuiteIntegrationMetadata
|
---|
221 | */
|
---|
222 | public function setGsuiteIntegrationMetadata(AppsDynamiteGsuiteIntegrationMetadata $gsuiteIntegrationMetadata)
|
---|
223 | {
|
---|
224 | $this->gsuiteIntegrationMetadata = $gsuiteIntegrationMetadata;
|
---|
225 | }
|
---|
226 | /**
|
---|
227 | * @return AppsDynamiteGsuiteIntegrationMetadata
|
---|
228 | */
|
---|
229 | public function getGsuiteIntegrationMetadata()
|
---|
230 | {
|
---|
231 | return $this->gsuiteIntegrationMetadata;
|
---|
232 | }
|
---|
233 | /**
|
---|
234 | * @param AppsDynamiteIncomingWebhookChangedMetadata
|
---|
235 | */
|
---|
236 | public function setIncomingWebhookChangedMetadata(AppsDynamiteIncomingWebhookChangedMetadata $incomingWebhookChangedMetadata)
|
---|
237 | {
|
---|
238 | $this->incomingWebhookChangedMetadata = $incomingWebhookChangedMetadata;
|
---|
239 | }
|
---|
240 | /**
|
---|
241 | * @return AppsDynamiteIncomingWebhookChangedMetadata
|
---|
242 | */
|
---|
243 | public function getIncomingWebhookChangedMetadata()
|
---|
244 | {
|
---|
245 | return $this->incomingWebhookChangedMetadata;
|
---|
246 | }
|
---|
247 | /**
|
---|
248 | * @param AppsDynamiteIntegrationConfigUpdatedMetadata
|
---|
249 | */
|
---|
250 | public function setIntegrationConfigUpdated(AppsDynamiteIntegrationConfigUpdatedMetadata $integrationConfigUpdated)
|
---|
251 | {
|
---|
252 | $this->integrationConfigUpdated = $integrationConfigUpdated;
|
---|
253 | }
|
---|
254 | /**
|
---|
255 | * @return AppsDynamiteIntegrationConfigUpdatedMetadata
|
---|
256 | */
|
---|
257 | public function getIntegrationConfigUpdated()
|
---|
258 | {
|
---|
259 | return $this->integrationConfigUpdated;
|
---|
260 | }
|
---|
261 | /**
|
---|
262 | * @param int
|
---|
263 | */
|
---|
264 | public function setLength($length)
|
---|
265 | {
|
---|
266 | $this->length = $length;
|
---|
267 | }
|
---|
268 | /**
|
---|
269 | * @return int
|
---|
270 | */
|
---|
271 | public function getLength()
|
---|
272 | {
|
---|
273 | return $this->length;
|
---|
274 | }
|
---|
275 | /**
|
---|
276 | * @param string
|
---|
277 | */
|
---|
278 | public function setLocalId($localId)
|
---|
279 | {
|
---|
280 | $this->localId = $localId;
|
---|
281 | }
|
---|
282 | /**
|
---|
283 | * @return string
|
---|
284 | */
|
---|
285 | public function getLocalId()
|
---|
286 | {
|
---|
287 | return $this->localId;
|
---|
288 | }
|
---|
289 | /**
|
---|
290 | * @param AppsDynamiteMembershipChangedMetadata
|
---|
291 | */
|
---|
292 | public function setMembershipChanged(AppsDynamiteMembershipChangedMetadata $membershipChanged)
|
---|
293 | {
|
---|
294 | $this->membershipChanged = $membershipChanged;
|
---|
295 | }
|
---|
296 | /**
|
---|
297 | * @return AppsDynamiteMembershipChangedMetadata
|
---|
298 | */
|
---|
299 | public function getMembershipChanged()
|
---|
300 | {
|
---|
301 | return $this->membershipChanged;
|
---|
302 | }
|
---|
303 | /**
|
---|
304 | * @param AppsDynamiteReadReceiptsSettingsUpdatedMetadata
|
---|
305 | */
|
---|
306 | public function setReadReceiptsSettingsMetadata(AppsDynamiteReadReceiptsSettingsUpdatedMetadata $readReceiptsSettingsMetadata)
|
---|
307 | {
|
---|
308 | $this->readReceiptsSettingsMetadata = $readReceiptsSettingsMetadata;
|
---|
309 | }
|
---|
310 | /**
|
---|
311 | * @return AppsDynamiteReadReceiptsSettingsUpdatedMetadata
|
---|
312 | */
|
---|
313 | public function getReadReceiptsSettingsMetadata()
|
---|
314 | {
|
---|
315 | return $this->readReceiptsSettingsMetadata;
|
---|
316 | }
|
---|
317 | /**
|
---|
318 | * @param AppsDynamiteRequiredMessageFeaturesMetadata
|
---|
319 | */
|
---|
320 | public function setRequiredMessageFeaturesMetadata(AppsDynamiteRequiredMessageFeaturesMetadata $requiredMessageFeaturesMetadata)
|
---|
321 | {
|
---|
322 | $this->requiredMessageFeaturesMetadata = $requiredMessageFeaturesMetadata;
|
---|
323 | }
|
---|
324 | /**
|
---|
325 | * @return AppsDynamiteRequiredMessageFeaturesMetadata
|
---|
326 | */
|
---|
327 | public function getRequiredMessageFeaturesMetadata()
|
---|
328 | {
|
---|
329 | return $this->requiredMessageFeaturesMetadata;
|
---|
330 | }
|
---|
331 | /**
|
---|
332 | * @param AppsDynamiteRoomUpdatedMetadata
|
---|
333 | */
|
---|
334 | public function setRoomUpdated(AppsDynamiteRoomUpdatedMetadata $roomUpdated)
|
---|
335 | {
|
---|
336 | $this->roomUpdated = $roomUpdated;
|
---|
337 | }
|
---|
338 | /**
|
---|
339 | * @return AppsDynamiteRoomUpdatedMetadata
|
---|
340 | */
|
---|
341 | public function getRoomUpdated()
|
---|
342 | {
|
---|
343 | return $this->roomUpdated;
|
---|
344 | }
|
---|
345 | /**
|
---|
346 | * @param bool
|
---|
347 | */
|
---|
348 | public function setServerInvalidated($serverInvalidated)
|
---|
349 | {
|
---|
350 | $this->serverInvalidated = $serverInvalidated;
|
---|
351 | }
|
---|
352 | /**
|
---|
353 | * @return bool
|
---|
354 | */
|
---|
355 | public function getServerInvalidated()
|
---|
356 | {
|
---|
357 | return $this->serverInvalidated;
|
---|
358 | }
|
---|
359 | /**
|
---|
360 | * @param AppsDynamiteSlashCommandMetadata
|
---|
361 | */
|
---|
362 | public function setSlashCommandMetadata(AppsDynamiteSlashCommandMetadata $slashCommandMetadata)
|
---|
363 | {
|
---|
364 | $this->slashCommandMetadata = $slashCommandMetadata;
|
---|
365 | }
|
---|
366 | /**
|
---|
367 | * @return AppsDynamiteSlashCommandMetadata
|
---|
368 | */
|
---|
369 | public function getSlashCommandMetadata()
|
---|
370 | {
|
---|
371 | return $this->slashCommandMetadata;
|
---|
372 | }
|
---|
373 | /**
|
---|
374 | * @param int
|
---|
375 | */
|
---|
376 | public function setStartIndex($startIndex)
|
---|
377 | {
|
---|
378 | $this->startIndex = $startIndex;
|
---|
379 | }
|
---|
380 | /**
|
---|
381 | * @return int
|
---|
382 | */
|
---|
383 | public function getStartIndex()
|
---|
384 | {
|
---|
385 | return $this->startIndex;
|
---|
386 | }
|
---|
387 | /**
|
---|
388 | * @param string
|
---|
389 | */
|
---|
390 | public function setType($type)
|
---|
391 | {
|
---|
392 | $this->type = $type;
|
---|
393 | }
|
---|
394 | /**
|
---|
395 | * @return string
|
---|
396 | */
|
---|
397 | public function getType()
|
---|
398 | {
|
---|
399 | return $this->type;
|
---|
400 | }
|
---|
401 | /**
|
---|
402 | * @param string
|
---|
403 | */
|
---|
404 | public function setUniqueId($uniqueId)
|
---|
405 | {
|
---|
406 | $this->uniqueId = $uniqueId;
|
---|
407 | }
|
---|
408 | /**
|
---|
409 | * @return string
|
---|
410 | */
|
---|
411 | public function getUniqueId()
|
---|
412 | {
|
---|
413 | return $this->uniqueId;
|
---|
414 | }
|
---|
415 | /**
|
---|
416 | * @param AppsDynamiteUploadMetadata
|
---|
417 | */
|
---|
418 | public function setUploadMetadata(AppsDynamiteUploadMetadata $uploadMetadata)
|
---|
419 | {
|
---|
420 | $this->uploadMetadata = $uploadMetadata;
|
---|
421 | }
|
---|
422 | /**
|
---|
423 | * @return AppsDynamiteUploadMetadata
|
---|
424 | */
|
---|
425 | public function getUploadMetadata()
|
---|
426 | {
|
---|
427 | return $this->uploadMetadata;
|
---|
428 | }
|
---|
429 | /**
|
---|
430 | * @param AppsDynamiteUrlMetadata
|
---|
431 | */
|
---|
432 | public function setUrlMetadata(AppsDynamiteUrlMetadata $urlMetadata)
|
---|
433 | {
|
---|
434 | $this->urlMetadata = $urlMetadata;
|
---|
435 | }
|
---|
436 | /**
|
---|
437 | * @return AppsDynamiteUrlMetadata
|
---|
438 | */
|
---|
439 | public function getUrlMetadata()
|
---|
440 | {
|
---|
441 | return $this->urlMetadata;
|
---|
442 | }
|
---|
443 | /**
|
---|
444 | * @param AppsDynamiteUserMentionMetadata
|
---|
445 | */
|
---|
446 | public function setUserMentionMetadata(AppsDynamiteUserMentionMetadata $userMentionMetadata)
|
---|
447 | {
|
---|
448 | $this->userMentionMetadata = $userMentionMetadata;
|
---|
449 | }
|
---|
450 | /**
|
---|
451 | * @return AppsDynamiteUserMentionMetadata
|
---|
452 | */
|
---|
453 | public function getUserMentionMetadata()
|
---|
454 | {
|
---|
455 | return $this->userMentionMetadata;
|
---|
456 | }
|
---|
457 | /**
|
---|
458 | * @param AppsDynamiteVideoCallMetadata
|
---|
459 | */
|
---|
460 | public function setVideoCallMetadata(AppsDynamiteVideoCallMetadata $videoCallMetadata)
|
---|
461 | {
|
---|
462 | $this->videoCallMetadata = $videoCallMetadata;
|
---|
463 | }
|
---|
464 | /**
|
---|
465 | * @return AppsDynamiteVideoCallMetadata
|
---|
466 | */
|
---|
467 | public function getVideoCallMetadata()
|
---|
468 | {
|
---|
469 | return $this->videoCallMetadata;
|
---|
470 | }
|
---|
471 | /**
|
---|
472 | * @param AppsDynamiteYoutubeMetadata
|
---|
473 | */
|
---|
474 | public function setYoutubeMetadata(AppsDynamiteYoutubeMetadata $youtubeMetadata)
|
---|
475 | {
|
---|
476 | $this->youtubeMetadata = $youtubeMetadata;
|
---|
477 | }
|
---|
478 | /**
|
---|
479 | * @return AppsDynamiteYoutubeMetadata
|
---|
480 | */
|
---|
481 | public function getYoutubeMetadata()
|
---|
482 | {
|
---|
483 | return $this->youtubeMetadata;
|
---|
484 | }
|
---|
485 | }
|
---|
486 |
|
---|
487 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
488 | class_alias(AppsDynamiteAnnotation::class, 'Google_Service_CloudSearch_AppsDynamiteAnnotation');
|
---|