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 UploadMetadata extends \Google\Model
|
---|
21 | {
|
---|
22 | /**
|
---|
23 | * @var string
|
---|
24 | */
|
---|
25 | public $attachmentToken;
|
---|
26 | protected $backendUploadMetadataType = AppsDynamiteSharedBackendUploadMetadata::class;
|
---|
27 | protected $backendUploadMetadataDataType = '';
|
---|
28 | protected $clonedAuthorizedItemIdType = AuthorizedItemId::class;
|
---|
29 | protected $clonedAuthorizedItemIdDataType = '';
|
---|
30 | /**
|
---|
31 | * @var string
|
---|
32 | */
|
---|
33 | public $clonedDriveAction;
|
---|
34 | /**
|
---|
35 | * @var string
|
---|
36 | */
|
---|
37 | public $clonedDriveId;
|
---|
38 | /**
|
---|
39 | * @var string
|
---|
40 | */
|
---|
41 | public $contentName;
|
---|
42 | /**
|
---|
43 | * @var string
|
---|
44 | */
|
---|
45 | public $contentType;
|
---|
46 | protected $dlpMetricsMetadataType = AppsDynamiteSharedDlpMetricsMetadata::class;
|
---|
47 | protected $dlpMetricsMetadataDataType = '';
|
---|
48 | protected $internalOnlyComponentSearchInfoType = AppsDynamiteSharedMessageComponentSearchInfo::class;
|
---|
49 | protected $internalOnlyComponentSearchInfoDataType = '';
|
---|
50 | /**
|
---|
51 | * @var string
|
---|
52 | */
|
---|
53 | public $latestVirusScanTimestamp;
|
---|
54 | /**
|
---|
55 | * @var string
|
---|
56 | */
|
---|
57 | public $localId;
|
---|
58 | protected $originalDimensionType = AppsDynamiteSharedDimension::class;
|
---|
59 | protected $originalDimensionDataType = '';
|
---|
60 | protected $videoReferenceType = AppsDynamiteSharedVideoReference::class;
|
---|
61 | protected $videoReferenceDataType = '';
|
---|
62 | /**
|
---|
63 | * @var string
|
---|
64 | */
|
---|
65 | public $virusScanResult;
|
---|
66 |
|
---|
67 | /**
|
---|
68 | * @param string
|
---|
69 | */
|
---|
70 | public function setAttachmentToken($attachmentToken)
|
---|
71 | {
|
---|
72 | $this->attachmentToken = $attachmentToken;
|
---|
73 | }
|
---|
74 | /**
|
---|
75 | * @return string
|
---|
76 | */
|
---|
77 | public function getAttachmentToken()
|
---|
78 | {
|
---|
79 | return $this->attachmentToken;
|
---|
80 | }
|
---|
81 | /**
|
---|
82 | * @param AppsDynamiteSharedBackendUploadMetadata
|
---|
83 | */
|
---|
84 | public function setBackendUploadMetadata(AppsDynamiteSharedBackendUploadMetadata $backendUploadMetadata)
|
---|
85 | {
|
---|
86 | $this->backendUploadMetadata = $backendUploadMetadata;
|
---|
87 | }
|
---|
88 | /**
|
---|
89 | * @return AppsDynamiteSharedBackendUploadMetadata
|
---|
90 | */
|
---|
91 | public function getBackendUploadMetadata()
|
---|
92 | {
|
---|
93 | return $this->backendUploadMetadata;
|
---|
94 | }
|
---|
95 | /**
|
---|
96 | * @param AuthorizedItemId
|
---|
97 | */
|
---|
98 | public function setClonedAuthorizedItemId(AuthorizedItemId $clonedAuthorizedItemId)
|
---|
99 | {
|
---|
100 | $this->clonedAuthorizedItemId = $clonedAuthorizedItemId;
|
---|
101 | }
|
---|
102 | /**
|
---|
103 | * @return AuthorizedItemId
|
---|
104 | */
|
---|
105 | public function getClonedAuthorizedItemId()
|
---|
106 | {
|
---|
107 | return $this->clonedAuthorizedItemId;
|
---|
108 | }
|
---|
109 | /**
|
---|
110 | * @param string
|
---|
111 | */
|
---|
112 | public function setClonedDriveAction($clonedDriveAction)
|
---|
113 | {
|
---|
114 | $this->clonedDriveAction = $clonedDriveAction;
|
---|
115 | }
|
---|
116 | /**
|
---|
117 | * @return string
|
---|
118 | */
|
---|
119 | public function getClonedDriveAction()
|
---|
120 | {
|
---|
121 | return $this->clonedDriveAction;
|
---|
122 | }
|
---|
123 | /**
|
---|
124 | * @param string
|
---|
125 | */
|
---|
126 | public function setClonedDriveId($clonedDriveId)
|
---|
127 | {
|
---|
128 | $this->clonedDriveId = $clonedDriveId;
|
---|
129 | }
|
---|
130 | /**
|
---|
131 | * @return string
|
---|
132 | */
|
---|
133 | public function getClonedDriveId()
|
---|
134 | {
|
---|
135 | return $this->clonedDriveId;
|
---|
136 | }
|
---|
137 | /**
|
---|
138 | * @param string
|
---|
139 | */
|
---|
140 | public function setContentName($contentName)
|
---|
141 | {
|
---|
142 | $this->contentName = $contentName;
|
---|
143 | }
|
---|
144 | /**
|
---|
145 | * @return string
|
---|
146 | */
|
---|
147 | public function getContentName()
|
---|
148 | {
|
---|
149 | return $this->contentName;
|
---|
150 | }
|
---|
151 | /**
|
---|
152 | * @param string
|
---|
153 | */
|
---|
154 | public function setContentType($contentType)
|
---|
155 | {
|
---|
156 | $this->contentType = $contentType;
|
---|
157 | }
|
---|
158 | /**
|
---|
159 | * @return string
|
---|
160 | */
|
---|
161 | public function getContentType()
|
---|
162 | {
|
---|
163 | return $this->contentType;
|
---|
164 | }
|
---|
165 | /**
|
---|
166 | * @param AppsDynamiteSharedDlpMetricsMetadata
|
---|
167 | */
|
---|
168 | public function setDlpMetricsMetadata(AppsDynamiteSharedDlpMetricsMetadata $dlpMetricsMetadata)
|
---|
169 | {
|
---|
170 | $this->dlpMetricsMetadata = $dlpMetricsMetadata;
|
---|
171 | }
|
---|
172 | /**
|
---|
173 | * @return AppsDynamiteSharedDlpMetricsMetadata
|
---|
174 | */
|
---|
175 | public function getDlpMetricsMetadata()
|
---|
176 | {
|
---|
177 | return $this->dlpMetricsMetadata;
|
---|
178 | }
|
---|
179 | /**
|
---|
180 | * @param AppsDynamiteSharedMessageComponentSearchInfo
|
---|
181 | */
|
---|
182 | public function setInternalOnlyComponentSearchInfo(AppsDynamiteSharedMessageComponentSearchInfo $internalOnlyComponentSearchInfo)
|
---|
183 | {
|
---|
184 | $this->internalOnlyComponentSearchInfo = $internalOnlyComponentSearchInfo;
|
---|
185 | }
|
---|
186 | /**
|
---|
187 | * @return AppsDynamiteSharedMessageComponentSearchInfo
|
---|
188 | */
|
---|
189 | public function getInternalOnlyComponentSearchInfo()
|
---|
190 | {
|
---|
191 | return $this->internalOnlyComponentSearchInfo;
|
---|
192 | }
|
---|
193 | /**
|
---|
194 | * @param string
|
---|
195 | */
|
---|
196 | public function setLatestVirusScanTimestamp($latestVirusScanTimestamp)
|
---|
197 | {
|
---|
198 | $this->latestVirusScanTimestamp = $latestVirusScanTimestamp;
|
---|
199 | }
|
---|
200 | /**
|
---|
201 | * @return string
|
---|
202 | */
|
---|
203 | public function getLatestVirusScanTimestamp()
|
---|
204 | {
|
---|
205 | return $this->latestVirusScanTimestamp;
|
---|
206 | }
|
---|
207 | /**
|
---|
208 | * @param string
|
---|
209 | */
|
---|
210 | public function setLocalId($localId)
|
---|
211 | {
|
---|
212 | $this->localId = $localId;
|
---|
213 | }
|
---|
214 | /**
|
---|
215 | * @return string
|
---|
216 | */
|
---|
217 | public function getLocalId()
|
---|
218 | {
|
---|
219 | return $this->localId;
|
---|
220 | }
|
---|
221 | /**
|
---|
222 | * @param AppsDynamiteSharedDimension
|
---|
223 | */
|
---|
224 | public function setOriginalDimension(AppsDynamiteSharedDimension $originalDimension)
|
---|
225 | {
|
---|
226 | $this->originalDimension = $originalDimension;
|
---|
227 | }
|
---|
228 | /**
|
---|
229 | * @return AppsDynamiteSharedDimension
|
---|
230 | */
|
---|
231 | public function getOriginalDimension()
|
---|
232 | {
|
---|
233 | return $this->originalDimension;
|
---|
234 | }
|
---|
235 | /**
|
---|
236 | * @param AppsDynamiteSharedVideoReference
|
---|
237 | */
|
---|
238 | public function setVideoReference(AppsDynamiteSharedVideoReference $videoReference)
|
---|
239 | {
|
---|
240 | $this->videoReference = $videoReference;
|
---|
241 | }
|
---|
242 | /**
|
---|
243 | * @return AppsDynamiteSharedVideoReference
|
---|
244 | */
|
---|
245 | public function getVideoReference()
|
---|
246 | {
|
---|
247 | return $this->videoReference;
|
---|
248 | }
|
---|
249 | /**
|
---|
250 | * @param string
|
---|
251 | */
|
---|
252 | public function setVirusScanResult($virusScanResult)
|
---|
253 | {
|
---|
254 | $this->virusScanResult = $virusScanResult;
|
---|
255 | }
|
---|
256 | /**
|
---|
257 | * @return string
|
---|
258 | */
|
---|
259 | public function getVirusScanResult()
|
---|
260 | {
|
---|
261 | return $this->virusScanResult;
|
---|
262 | }
|
---|
263 | }
|
---|
264 |
|
---|
265 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
266 | class_alias(UploadMetadata::class, 'Google_Service_CloudSearch_UploadMetadata');
|
---|