[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\CloudSearch;
|
---|
| 19 |
|
---|
| 20 | class AppsDynamiteSharedBackendUploadMetadata extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'experiment';
|
---|
| 23 | /**
|
---|
| 24 | * @var string
|
---|
| 25 | */
|
---|
| 26 | public $blobPath;
|
---|
| 27 | /**
|
---|
| 28 | * @var string
|
---|
| 29 | */
|
---|
| 30 | public $contentName;
|
---|
| 31 | /**
|
---|
| 32 | * @var string
|
---|
| 33 | */
|
---|
| 34 | public $contentSize;
|
---|
| 35 | /**
|
---|
| 36 | * @var string
|
---|
| 37 | */
|
---|
| 38 | public $contentType;
|
---|
| 39 | /**
|
---|
| 40 | * @var string
|
---|
| 41 | */
|
---|
| 42 | public $dlpScanOutcome;
|
---|
| 43 | protected $dlpScanSummaryType = DlpScanSummary::class;
|
---|
| 44 | protected $dlpScanSummaryDataType = '';
|
---|
| 45 | /**
|
---|
| 46 | * @var string[]
|
---|
| 47 | */
|
---|
| 48 | public $experiment;
|
---|
| 49 | protected $groupIdType = GroupId::class;
|
---|
| 50 | protected $groupIdDataType = '';
|
---|
| 51 | /**
|
---|
| 52 | * @var bool
|
---|
| 53 | */
|
---|
| 54 | public $isClientSideTranscodedVideo;
|
---|
| 55 | protected $migratedFromHangoutsMetadataType = AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata::class;
|
---|
| 56 | protected $migratedFromHangoutsMetadataDataType = '';
|
---|
| 57 | protected $originalDimensionType = AppsDynamiteSharedDimension::class;
|
---|
| 58 | protected $originalDimensionDataType = '';
|
---|
| 59 | protected $quoteReplyMessageIdType = MessageId::class;
|
---|
| 60 | protected $quoteReplyMessageIdDataType = '';
|
---|
| 61 | /**
|
---|
| 62 | * @var string
|
---|
| 63 | */
|
---|
| 64 | public $sha256;
|
---|
| 65 | /**
|
---|
| 66 | * @var string
|
---|
| 67 | */
|
---|
| 68 | public $uploadIp;
|
---|
| 69 | /**
|
---|
| 70 | * @var string
|
---|
| 71 | */
|
---|
| 72 | public $uploadTimestampUsec;
|
---|
| 73 | /**
|
---|
| 74 | * @var string
|
---|
| 75 | */
|
---|
| 76 | public $videoId;
|
---|
| 77 | /**
|
---|
| 78 | * @var string
|
---|
| 79 | */
|
---|
| 80 | public $videoThumbnailBlobId;
|
---|
| 81 | /**
|
---|
| 82 | * @var string
|
---|
| 83 | */
|
---|
| 84 | public $virusScanResult;
|
---|
| 85 |
|
---|
| 86 | /**
|
---|
| 87 | * @param string
|
---|
| 88 | */
|
---|
| 89 | public function setBlobPath($blobPath)
|
---|
| 90 | {
|
---|
| 91 | $this->blobPath = $blobPath;
|
---|
| 92 | }
|
---|
| 93 | /**
|
---|
| 94 | * @return string
|
---|
| 95 | */
|
---|
| 96 | public function getBlobPath()
|
---|
| 97 | {
|
---|
| 98 | return $this->blobPath;
|
---|
| 99 | }
|
---|
| 100 | /**
|
---|
| 101 | * @param string
|
---|
| 102 | */
|
---|
| 103 | public function setContentName($contentName)
|
---|
| 104 | {
|
---|
| 105 | $this->contentName = $contentName;
|
---|
| 106 | }
|
---|
| 107 | /**
|
---|
| 108 | * @return string
|
---|
| 109 | */
|
---|
| 110 | public function getContentName()
|
---|
| 111 | {
|
---|
| 112 | return $this->contentName;
|
---|
| 113 | }
|
---|
| 114 | /**
|
---|
| 115 | * @param string
|
---|
| 116 | */
|
---|
| 117 | public function setContentSize($contentSize)
|
---|
| 118 | {
|
---|
| 119 | $this->contentSize = $contentSize;
|
---|
| 120 | }
|
---|
| 121 | /**
|
---|
| 122 | * @return string
|
---|
| 123 | */
|
---|
| 124 | public function getContentSize()
|
---|
| 125 | {
|
---|
| 126 | return $this->contentSize;
|
---|
| 127 | }
|
---|
| 128 | /**
|
---|
| 129 | * @param string
|
---|
| 130 | */
|
---|
| 131 | public function setContentType($contentType)
|
---|
| 132 | {
|
---|
| 133 | $this->contentType = $contentType;
|
---|
| 134 | }
|
---|
| 135 | /**
|
---|
| 136 | * @return string
|
---|
| 137 | */
|
---|
| 138 | public function getContentType()
|
---|
| 139 | {
|
---|
| 140 | return $this->contentType;
|
---|
| 141 | }
|
---|
| 142 | /**
|
---|
| 143 | * @param string
|
---|
| 144 | */
|
---|
| 145 | public function setDlpScanOutcome($dlpScanOutcome)
|
---|
| 146 | {
|
---|
| 147 | $this->dlpScanOutcome = $dlpScanOutcome;
|
---|
| 148 | }
|
---|
| 149 | /**
|
---|
| 150 | * @return string
|
---|
| 151 | */
|
---|
| 152 | public function getDlpScanOutcome()
|
---|
| 153 | {
|
---|
| 154 | return $this->dlpScanOutcome;
|
---|
| 155 | }
|
---|
| 156 | /**
|
---|
| 157 | * @param DlpScanSummary
|
---|
| 158 | */
|
---|
| 159 | public function setDlpScanSummary(DlpScanSummary $dlpScanSummary)
|
---|
| 160 | {
|
---|
| 161 | $this->dlpScanSummary = $dlpScanSummary;
|
---|
| 162 | }
|
---|
| 163 | /**
|
---|
| 164 | * @return DlpScanSummary
|
---|
| 165 | */
|
---|
| 166 | public function getDlpScanSummary()
|
---|
| 167 | {
|
---|
| 168 | return $this->dlpScanSummary;
|
---|
| 169 | }
|
---|
| 170 | /**
|
---|
| 171 | * @param string[]
|
---|
| 172 | */
|
---|
| 173 | public function setExperiment($experiment)
|
---|
| 174 | {
|
---|
| 175 | $this->experiment = $experiment;
|
---|
| 176 | }
|
---|
| 177 | /**
|
---|
| 178 | * @return string[]
|
---|
| 179 | */
|
---|
| 180 | public function getExperiment()
|
---|
| 181 | {
|
---|
| 182 | return $this->experiment;
|
---|
| 183 | }
|
---|
| 184 | /**
|
---|
| 185 | * @param GroupId
|
---|
| 186 | */
|
---|
| 187 | public function setGroupId(GroupId $groupId)
|
---|
| 188 | {
|
---|
| 189 | $this->groupId = $groupId;
|
---|
| 190 | }
|
---|
| 191 | /**
|
---|
| 192 | * @return GroupId
|
---|
| 193 | */
|
---|
| 194 | public function getGroupId()
|
---|
| 195 | {
|
---|
| 196 | return $this->groupId;
|
---|
| 197 | }
|
---|
| 198 | /**
|
---|
| 199 | * @param bool
|
---|
| 200 | */
|
---|
| 201 | public function setIsClientSideTranscodedVideo($isClientSideTranscodedVideo)
|
---|
| 202 | {
|
---|
| 203 | $this->isClientSideTranscodedVideo = $isClientSideTranscodedVideo;
|
---|
| 204 | }
|
---|
| 205 | /**
|
---|
| 206 | * @return bool
|
---|
| 207 | */
|
---|
| 208 | public function getIsClientSideTranscodedVideo()
|
---|
| 209 | {
|
---|
| 210 | return $this->isClientSideTranscodedVideo;
|
---|
| 211 | }
|
---|
| 212 | /**
|
---|
| 213 | * @param AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata
|
---|
| 214 | */
|
---|
| 215 | public function setMigratedFromHangoutsMetadata(AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata $migratedFromHangoutsMetadata)
|
---|
| 216 | {
|
---|
| 217 | $this->migratedFromHangoutsMetadata = $migratedFromHangoutsMetadata;
|
---|
| 218 | }
|
---|
| 219 | /**
|
---|
| 220 | * @return AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata
|
---|
| 221 | */
|
---|
| 222 | public function getMigratedFromHangoutsMetadata()
|
---|
| 223 | {
|
---|
| 224 | return $this->migratedFromHangoutsMetadata;
|
---|
| 225 | }
|
---|
| 226 | /**
|
---|
| 227 | * @param AppsDynamiteSharedDimension
|
---|
| 228 | */
|
---|
| 229 | public function setOriginalDimension(AppsDynamiteSharedDimension $originalDimension)
|
---|
| 230 | {
|
---|
| 231 | $this->originalDimension = $originalDimension;
|
---|
| 232 | }
|
---|
| 233 | /**
|
---|
| 234 | * @return AppsDynamiteSharedDimension
|
---|
| 235 | */
|
---|
| 236 | public function getOriginalDimension()
|
---|
| 237 | {
|
---|
| 238 | return $this->originalDimension;
|
---|
| 239 | }
|
---|
| 240 | /**
|
---|
| 241 | * @param MessageId
|
---|
| 242 | */
|
---|
| 243 | public function setQuoteReplyMessageId(MessageId $quoteReplyMessageId)
|
---|
| 244 | {
|
---|
| 245 | $this->quoteReplyMessageId = $quoteReplyMessageId;
|
---|
| 246 | }
|
---|
| 247 | /**
|
---|
| 248 | * @return MessageId
|
---|
| 249 | */
|
---|
| 250 | public function getQuoteReplyMessageId()
|
---|
| 251 | {
|
---|
| 252 | return $this->quoteReplyMessageId;
|
---|
| 253 | }
|
---|
| 254 | /**
|
---|
| 255 | * @param string
|
---|
| 256 | */
|
---|
| 257 | public function setSha256($sha256)
|
---|
| 258 | {
|
---|
| 259 | $this->sha256 = $sha256;
|
---|
| 260 | }
|
---|
| 261 | /**
|
---|
| 262 | * @return string
|
---|
| 263 | */
|
---|
| 264 | public function getSha256()
|
---|
| 265 | {
|
---|
| 266 | return $this->sha256;
|
---|
| 267 | }
|
---|
| 268 | /**
|
---|
| 269 | * @param string
|
---|
| 270 | */
|
---|
| 271 | public function setUploadIp($uploadIp)
|
---|
| 272 | {
|
---|
| 273 | $this->uploadIp = $uploadIp;
|
---|
| 274 | }
|
---|
| 275 | /**
|
---|
| 276 | * @return string
|
---|
| 277 | */
|
---|
| 278 | public function getUploadIp()
|
---|
| 279 | {
|
---|
| 280 | return $this->uploadIp;
|
---|
| 281 | }
|
---|
| 282 | /**
|
---|
| 283 | * @param string
|
---|
| 284 | */
|
---|
| 285 | public function setUploadTimestampUsec($uploadTimestampUsec)
|
---|
| 286 | {
|
---|
| 287 | $this->uploadTimestampUsec = $uploadTimestampUsec;
|
---|
| 288 | }
|
---|
| 289 | /**
|
---|
| 290 | * @return string
|
---|
| 291 | */
|
---|
| 292 | public function getUploadTimestampUsec()
|
---|
| 293 | {
|
---|
| 294 | return $this->uploadTimestampUsec;
|
---|
| 295 | }
|
---|
| 296 | /**
|
---|
| 297 | * @param string
|
---|
| 298 | */
|
---|
| 299 | public function setVideoId($videoId)
|
---|
| 300 | {
|
---|
| 301 | $this->videoId = $videoId;
|
---|
| 302 | }
|
---|
| 303 | /**
|
---|
| 304 | * @return string
|
---|
| 305 | */
|
---|
| 306 | public function getVideoId()
|
---|
| 307 | {
|
---|
| 308 | return $this->videoId;
|
---|
| 309 | }
|
---|
| 310 | /**
|
---|
| 311 | * @param string
|
---|
| 312 | */
|
---|
| 313 | public function setVideoThumbnailBlobId($videoThumbnailBlobId)
|
---|
| 314 | {
|
---|
| 315 | $this->videoThumbnailBlobId = $videoThumbnailBlobId;
|
---|
| 316 | }
|
---|
| 317 | /**
|
---|
| 318 | * @return string
|
---|
| 319 | */
|
---|
| 320 | public function getVideoThumbnailBlobId()
|
---|
| 321 | {
|
---|
| 322 | return $this->videoThumbnailBlobId;
|
---|
| 323 | }
|
---|
| 324 | /**
|
---|
| 325 | * @param string
|
---|
| 326 | */
|
---|
| 327 | public function setVirusScanResult($virusScanResult)
|
---|
| 328 | {
|
---|
| 329 | $this->virusScanResult = $virusScanResult;
|
---|
| 330 | }
|
---|
| 331 | /**
|
---|
| 332 | * @return string
|
---|
| 333 | */
|
---|
| 334 | public function getVirusScanResult()
|
---|
| 335 | {
|
---|
| 336 | return $this->virusScanResult;
|
---|
| 337 | }
|
---|
| 338 | }
|
---|
| 339 |
|
---|
| 340 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 341 | class_alias(AppsDynamiteSharedBackendUploadMetadata::class, 'Google_Service_CloudSearch_AppsDynamiteSharedBackendUploadMetadata');
|
---|