source: vendor/google/apiclient-services/src/CloudSearch/AppsDynamiteMessage.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 15.3 KB
RevLine 
[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
18namespace Google\Service\CloudSearch;
19
20class AppsDynamiteMessage extends \Google\Collection
21{
22 protected $collection_key = 'uploadMetadata';
23 protected $annotationsType = AppsDynamiteAnnotation::class;
24 protected $annotationsDataType = 'array';
25 protected $appProfileType = AppsDynamiteSharedAppProfile::class;
26 protected $appProfileDataType = '';
27 protected $attachmentsType = AppsDynamiteAttachment::class;
28 protected $attachmentsDataType = 'array';
29 protected $attributesType = AppsDynamiteMessageAttributes::class;
30 protected $attributesDataType = '';
31 protected $botResponsesType = AppsDynamiteBotResponse::class;
32 protected $botResponsesDataType = 'array';
33 protected $communalLabelsType = AppsDynamiteBackendLabelsCommunalLabelTag::class;
34 protected $communalLabelsDataType = 'array';
35 protected $contentReportSummaryType = AppsDynamiteMessageContentReportSummary::class;
36 protected $contentReportSummaryDataType = '';
37 /**
38 * @var string
39 */
40 public $createTime;
41 protected $creatorIdType = AppsDynamiteUserId::class;
42 protected $creatorIdDataType = '';
43 /**
44 * @var string
45 */
46 public $deletableBy;
47 /**
48 * @var string
49 */
50 public $deleteTime;
51 /**
52 * @var string
53 */
54 public $deleteTimeForRequester;
55 /**
56 * @var bool
57 */
58 public $deletedByVault;
59 /**
60 * @var string
61 */
62 public $dlpScanOutcome;
63 protected $dlpScanSummaryType = AppsDynamiteBackendDlpScanSummary::class;
64 protected $dlpScanSummaryDataType = '';
65 /**
66 * @var string
67 */
68 public $editableBy;
69 /**
70 * @var string
71 */
72 public $fallbackText;
73 protected $idType = AppsDynamiteMessageId::class;
74 protected $idDataType = '';
75 /**
76 * @var bool
77 */
78 public $isInlineReply;
79 /**
80 * @var string
81 */
82 public $lastEditTime;
83 /**
84 * @var string
85 */
86 public $lastUpdateTime;
87 /**
88 * @var string
89 */
90 public $localId;
91 protected $messageIntegrationPayloadType = AppsDynamiteSharedMessageIntegrationPayload::class;
92 protected $messageIntegrationPayloadDataType = '';
93 /**
94 * @var string
95 */
96 public $messageOrigin;
97 /**
98 * @var string
99 */
100 public $messageState;
101 protected $originAppSuggestionsType = AppsDynamiteSharedOriginAppSuggestion::class;
102 protected $originAppSuggestionsDataType = 'array';
103 protected $personalLabelsType = AppsDynamiteBackendLabelsPersonalLabelTag::class;
104 protected $personalLabelsDataType = 'array';
105 protected $privateMessageInfosType = AppsDynamitePrivateMessageInfo::class;
106 protected $privateMessageInfosDataType = 'array';
107 protected $privateMessageViewerType = AppsDynamiteUserId::class;
108 protected $privateMessageViewerDataType = '';
109 protected $propsType = AppsDynamiteMessageProps::class;
110 protected $propsDataType = '';
111 /**
112 * @var string
113 */
114 public $quotedByState;
115 protected $quotedMessageMetadataType = AppsDynamiteQuotedMessageMetadata::class;
116 protected $quotedMessageMetadataDataType = '';
117 protected $reactionsType = AppsDynamiteSharedReaction::class;
118 protected $reactionsDataType = 'array';
119 protected $reportsType = AppsDynamiteContentReport::class;
120 protected $reportsDataType = 'array';
121 protected $retentionSettingsType = AppsDynamiteSharedRetentionSettings::class;
122 protected $retentionSettingsDataType = '';
123 /**
124 * @var string
125 */
126 public $secondaryMessageKey;
127 /**
128 * @var string
129 */
130 public $textBody;
131 protected $tombstoneMetadataType = AppsDynamiteTombstoneMetadata::class;
132 protected $tombstoneMetadataDataType = '';
133 protected $updaterIdType = AppsDynamiteUserId::class;
134 protected $updaterIdDataType = '';
135 protected $uploadMetadataType = AppsDynamiteUploadMetadata::class;
136 protected $uploadMetadataDataType = 'array';
137
138 /**
139 * @param AppsDynamiteAnnotation[]
140 */
141 public function setAnnotations($annotations)
142 {
143 $this->annotations = $annotations;
144 }
145 /**
146 * @return AppsDynamiteAnnotation[]
147 */
148 public function getAnnotations()
149 {
150 return $this->annotations;
151 }
152 /**
153 * @param AppsDynamiteSharedAppProfile
154 */
155 public function setAppProfile(AppsDynamiteSharedAppProfile $appProfile)
156 {
157 $this->appProfile = $appProfile;
158 }
159 /**
160 * @return AppsDynamiteSharedAppProfile
161 */
162 public function getAppProfile()
163 {
164 return $this->appProfile;
165 }
166 /**
167 * @param AppsDynamiteAttachment[]
168 */
169 public function setAttachments($attachments)
170 {
171 $this->attachments = $attachments;
172 }
173 /**
174 * @return AppsDynamiteAttachment[]
175 */
176 public function getAttachments()
177 {
178 return $this->attachments;
179 }
180 /**
181 * @param AppsDynamiteMessageAttributes
182 */
183 public function setAttributes(AppsDynamiteMessageAttributes $attributes)
184 {
185 $this->attributes = $attributes;
186 }
187 /**
188 * @return AppsDynamiteMessageAttributes
189 */
190 public function getAttributes()
191 {
192 return $this->attributes;
193 }
194 /**
195 * @param AppsDynamiteBotResponse[]
196 */
197 public function setBotResponses($botResponses)
198 {
199 $this->botResponses = $botResponses;
200 }
201 /**
202 * @return AppsDynamiteBotResponse[]
203 */
204 public function getBotResponses()
205 {
206 return $this->botResponses;
207 }
208 /**
209 * @param AppsDynamiteBackendLabelsCommunalLabelTag[]
210 */
211 public function setCommunalLabels($communalLabels)
212 {
213 $this->communalLabels = $communalLabels;
214 }
215 /**
216 * @return AppsDynamiteBackendLabelsCommunalLabelTag[]
217 */
218 public function getCommunalLabels()
219 {
220 return $this->communalLabels;
221 }
222 /**
223 * @param AppsDynamiteMessageContentReportSummary
224 */
225 public function setContentReportSummary(AppsDynamiteMessageContentReportSummary $contentReportSummary)
226 {
227 $this->contentReportSummary = $contentReportSummary;
228 }
229 /**
230 * @return AppsDynamiteMessageContentReportSummary
231 */
232 public function getContentReportSummary()
233 {
234 return $this->contentReportSummary;
235 }
236 /**
237 * @param string
238 */
239 public function setCreateTime($createTime)
240 {
241 $this->createTime = $createTime;
242 }
243 /**
244 * @return string
245 */
246 public function getCreateTime()
247 {
248 return $this->createTime;
249 }
250 /**
251 * @param AppsDynamiteUserId
252 */
253 public function setCreatorId(AppsDynamiteUserId $creatorId)
254 {
255 $this->creatorId = $creatorId;
256 }
257 /**
258 * @return AppsDynamiteUserId
259 */
260 public function getCreatorId()
261 {
262 return $this->creatorId;
263 }
264 /**
265 * @param string
266 */
267 public function setDeletableBy($deletableBy)
268 {
269 $this->deletableBy = $deletableBy;
270 }
271 /**
272 * @return string
273 */
274 public function getDeletableBy()
275 {
276 return $this->deletableBy;
277 }
278 /**
279 * @param string
280 */
281 public function setDeleteTime($deleteTime)
282 {
283 $this->deleteTime = $deleteTime;
284 }
285 /**
286 * @return string
287 */
288 public function getDeleteTime()
289 {
290 return $this->deleteTime;
291 }
292 /**
293 * @param string
294 */
295 public function setDeleteTimeForRequester($deleteTimeForRequester)
296 {
297 $this->deleteTimeForRequester = $deleteTimeForRequester;
298 }
299 /**
300 * @return string
301 */
302 public function getDeleteTimeForRequester()
303 {
304 return $this->deleteTimeForRequester;
305 }
306 /**
307 * @param bool
308 */
309 public function setDeletedByVault($deletedByVault)
310 {
311 $this->deletedByVault = $deletedByVault;
312 }
313 /**
314 * @return bool
315 */
316 public function getDeletedByVault()
317 {
318 return $this->deletedByVault;
319 }
320 /**
321 * @param string
322 */
323 public function setDlpScanOutcome($dlpScanOutcome)
324 {
325 $this->dlpScanOutcome = $dlpScanOutcome;
326 }
327 /**
328 * @return string
329 */
330 public function getDlpScanOutcome()
331 {
332 return $this->dlpScanOutcome;
333 }
334 /**
335 * @param AppsDynamiteBackendDlpScanSummary
336 */
337 public function setDlpScanSummary(AppsDynamiteBackendDlpScanSummary $dlpScanSummary)
338 {
339 $this->dlpScanSummary = $dlpScanSummary;
340 }
341 /**
342 * @return AppsDynamiteBackendDlpScanSummary
343 */
344 public function getDlpScanSummary()
345 {
346 return $this->dlpScanSummary;
347 }
348 /**
349 * @param string
350 */
351 public function setEditableBy($editableBy)
352 {
353 $this->editableBy = $editableBy;
354 }
355 /**
356 * @return string
357 */
358 public function getEditableBy()
359 {
360 return $this->editableBy;
361 }
362 /**
363 * @param string
364 */
365 public function setFallbackText($fallbackText)
366 {
367 $this->fallbackText = $fallbackText;
368 }
369 /**
370 * @return string
371 */
372 public function getFallbackText()
373 {
374 return $this->fallbackText;
375 }
376 /**
377 * @param AppsDynamiteMessageId
378 */
379 public function setId(AppsDynamiteMessageId $id)
380 {
381 $this->id = $id;
382 }
383 /**
384 * @return AppsDynamiteMessageId
385 */
386 public function getId()
387 {
388 return $this->id;
389 }
390 /**
391 * @param bool
392 */
393 public function setIsInlineReply($isInlineReply)
394 {
395 $this->isInlineReply = $isInlineReply;
396 }
397 /**
398 * @return bool
399 */
400 public function getIsInlineReply()
401 {
402 return $this->isInlineReply;
403 }
404 /**
405 * @param string
406 */
407 public function setLastEditTime($lastEditTime)
408 {
409 $this->lastEditTime = $lastEditTime;
410 }
411 /**
412 * @return string
413 */
414 public function getLastEditTime()
415 {
416 return $this->lastEditTime;
417 }
418 /**
419 * @param string
420 */
421 public function setLastUpdateTime($lastUpdateTime)
422 {
423 $this->lastUpdateTime = $lastUpdateTime;
424 }
425 /**
426 * @return string
427 */
428 public function getLastUpdateTime()
429 {
430 return $this->lastUpdateTime;
431 }
432 /**
433 * @param string
434 */
435 public function setLocalId($localId)
436 {
437 $this->localId = $localId;
438 }
439 /**
440 * @return string
441 */
442 public function getLocalId()
443 {
444 return $this->localId;
445 }
446 /**
447 * @param AppsDynamiteSharedMessageIntegrationPayload
448 */
449 public function setMessageIntegrationPayload(AppsDynamiteSharedMessageIntegrationPayload $messageIntegrationPayload)
450 {
451 $this->messageIntegrationPayload = $messageIntegrationPayload;
452 }
453 /**
454 * @return AppsDynamiteSharedMessageIntegrationPayload
455 */
456 public function getMessageIntegrationPayload()
457 {
458 return $this->messageIntegrationPayload;
459 }
460 /**
461 * @param string
462 */
463 public function setMessageOrigin($messageOrigin)
464 {
465 $this->messageOrigin = $messageOrigin;
466 }
467 /**
468 * @return string
469 */
470 public function getMessageOrigin()
471 {
472 return $this->messageOrigin;
473 }
474 /**
475 * @param string
476 */
477 public function setMessageState($messageState)
478 {
479 $this->messageState = $messageState;
480 }
481 /**
482 * @return string
483 */
484 public function getMessageState()
485 {
486 return $this->messageState;
487 }
488 /**
489 * @param AppsDynamiteSharedOriginAppSuggestion[]
490 */
491 public function setOriginAppSuggestions($originAppSuggestions)
492 {
493 $this->originAppSuggestions = $originAppSuggestions;
494 }
495 /**
496 * @return AppsDynamiteSharedOriginAppSuggestion[]
497 */
498 public function getOriginAppSuggestions()
499 {
500 return $this->originAppSuggestions;
501 }
502 /**
503 * @param AppsDynamiteBackendLabelsPersonalLabelTag[]
504 */
505 public function setPersonalLabels($personalLabels)
506 {
507 $this->personalLabels = $personalLabels;
508 }
509 /**
510 * @return AppsDynamiteBackendLabelsPersonalLabelTag[]
511 */
512 public function getPersonalLabels()
513 {
514 return $this->personalLabels;
515 }
516 /**
517 * @param AppsDynamitePrivateMessageInfo[]
518 */
519 public function setPrivateMessageInfos($privateMessageInfos)
520 {
521 $this->privateMessageInfos = $privateMessageInfos;
522 }
523 /**
524 * @return AppsDynamitePrivateMessageInfo[]
525 */
526 public function getPrivateMessageInfos()
527 {
528 return $this->privateMessageInfos;
529 }
530 /**
531 * @param AppsDynamiteUserId
532 */
533 public function setPrivateMessageViewer(AppsDynamiteUserId $privateMessageViewer)
534 {
535 $this->privateMessageViewer = $privateMessageViewer;
536 }
537 /**
538 * @return AppsDynamiteUserId
539 */
540 public function getPrivateMessageViewer()
541 {
542 return $this->privateMessageViewer;
543 }
544 /**
545 * @param AppsDynamiteMessageProps
546 */
547 public function setProps(AppsDynamiteMessageProps $props)
548 {
549 $this->props = $props;
550 }
551 /**
552 * @return AppsDynamiteMessageProps
553 */
554 public function getProps()
555 {
556 return $this->props;
557 }
558 /**
559 * @param string
560 */
561 public function setQuotedByState($quotedByState)
562 {
563 $this->quotedByState = $quotedByState;
564 }
565 /**
566 * @return string
567 */
568 public function getQuotedByState()
569 {
570 return $this->quotedByState;
571 }
572 /**
573 * @param AppsDynamiteQuotedMessageMetadata
574 */
575 public function setQuotedMessageMetadata(AppsDynamiteQuotedMessageMetadata $quotedMessageMetadata)
576 {
577 $this->quotedMessageMetadata = $quotedMessageMetadata;
578 }
579 /**
580 * @return AppsDynamiteQuotedMessageMetadata
581 */
582 public function getQuotedMessageMetadata()
583 {
584 return $this->quotedMessageMetadata;
585 }
586 /**
587 * @param AppsDynamiteSharedReaction[]
588 */
589 public function setReactions($reactions)
590 {
591 $this->reactions = $reactions;
592 }
593 /**
594 * @return AppsDynamiteSharedReaction[]
595 */
596 public function getReactions()
597 {
598 return $this->reactions;
599 }
600 /**
601 * @param AppsDynamiteContentReport[]
602 */
603 public function setReports($reports)
604 {
605 $this->reports = $reports;
606 }
607 /**
608 * @return AppsDynamiteContentReport[]
609 */
610 public function getReports()
611 {
612 return $this->reports;
613 }
614 /**
615 * @param AppsDynamiteSharedRetentionSettings
616 */
617 public function setRetentionSettings(AppsDynamiteSharedRetentionSettings $retentionSettings)
618 {
619 $this->retentionSettings = $retentionSettings;
620 }
621 /**
622 * @return AppsDynamiteSharedRetentionSettings
623 */
624 public function getRetentionSettings()
625 {
626 return $this->retentionSettings;
627 }
628 /**
629 * @param string
630 */
631 public function setSecondaryMessageKey($secondaryMessageKey)
632 {
633 $this->secondaryMessageKey = $secondaryMessageKey;
634 }
635 /**
636 * @return string
637 */
638 public function getSecondaryMessageKey()
639 {
640 return $this->secondaryMessageKey;
641 }
642 /**
643 * @param string
644 */
645 public function setTextBody($textBody)
646 {
647 $this->textBody = $textBody;
648 }
649 /**
650 * @return string
651 */
652 public function getTextBody()
653 {
654 return $this->textBody;
655 }
656 /**
657 * @param AppsDynamiteTombstoneMetadata
658 */
659 public function setTombstoneMetadata(AppsDynamiteTombstoneMetadata $tombstoneMetadata)
660 {
661 $this->tombstoneMetadata = $tombstoneMetadata;
662 }
663 /**
664 * @return AppsDynamiteTombstoneMetadata
665 */
666 public function getTombstoneMetadata()
667 {
668 return $this->tombstoneMetadata;
669 }
670 /**
671 * @param AppsDynamiteUserId
672 */
673 public function setUpdaterId(AppsDynamiteUserId $updaterId)
674 {
675 $this->updaterId = $updaterId;
676 }
677 /**
678 * @return AppsDynamiteUserId
679 */
680 public function getUpdaterId()
681 {
682 return $this->updaterId;
683 }
684 /**
685 * @param AppsDynamiteUploadMetadata[]
686 */
687 public function setUploadMetadata($uploadMetadata)
688 {
689 $this->uploadMetadata = $uploadMetadata;
690 }
691 /**
692 * @return AppsDynamiteUploadMetadata[]
693 */
694 public function getUploadMetadata()
695 {
696 return $this->uploadMetadata;
697 }
698}
699
700// Adding a class alias for backwards compatibility with the previous class name.
701class_alias(AppsDynamiteMessage::class, 'Google_Service_CloudSearch_AppsDynamiteMessage');
Note: See TracBrowser for help on using the repository browser.