source: vendor/google/apiclient-services/src/CloudSearch/CallInfo.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: 9.0 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 CallInfo extends \Google\Collection
21{
22 protected $collection_key = 'youTubeBroadcastSessionInfos';
23 protected $abuseReportingConfigType = AbuseReportingConfig::class;
24 protected $abuseReportingConfigDataType = '';
25 protected $artifactOwnerType = UserDisplayInfo::class;
26 protected $artifactOwnerDataType = '';
27 protected $attachedDocumentsType = DocumentInfo::class;
28 protected $attachedDocumentsDataType = 'array';
29 /**
30 * @var string[]
31 */
32 public $availableAccessTypes;
33 /**
34 * @var string[]
35 */
36 public $availableAnnotationToolTypes;
37 protected $availableReactionsType = ReactionInfo::class;
38 protected $availableReactionsDataType = 'array';
39 protected $broadcastSessionInfoType = BroadcastSessionInfo::class;
40 protected $broadcastSessionInfoDataType = '';
41 /**
42 * @var string
43 */
44 public $calendarEventId;
45 protected $coActivityType = CoActivity::class;
46 protected $coActivityDataType = '';
47 protected $collaborationType = Collaboration::class;
48 protected $collaborationDataType = '';
49 protected $cseInfoType = CseInfo::class;
50 protected $cseInfoDataType = '';
51 /**
52 * @var int
53 */
54 public $maxJoinedDevices;
55 /**
56 * @var string
57 */
58 public $organizationName;
59 protected $paygateInfoType = PaygateInfo::class;
60 protected $paygateInfoDataType = '';
61 protected $presenterType = Presenter::class;
62 protected $presenterDataType = '';
63 protected $recordingInfoType = RecordingInfo::class;
64 protected $recordingInfoDataType = '';
65 protected $recordingSessionInfoType = RecordingSessionInfo::class;
66 protected $recordingSessionInfoDataType = '';
67 protected $settingsType = CallSettings::class;
68 protected $settingsDataType = '';
69 protected $streamingSessionsType = StreamingSessionInfo::class;
70 protected $streamingSessionsDataType = 'array';
71 protected $transcriptionSessionInfoType = TranscriptionSessionInfo::class;
72 protected $transcriptionSessionInfoDataType = '';
73 /**
74 * @var int
75 */
76 public $viewerCount;
77 protected $youTubeBroadcastSessionInfosType = YouTubeBroadcastSessionInfo::class;
78 protected $youTubeBroadcastSessionInfosDataType = 'array';
79
80 /**
81 * @param AbuseReportingConfig
82 */
83 public function setAbuseReportingConfig(AbuseReportingConfig $abuseReportingConfig)
84 {
85 $this->abuseReportingConfig = $abuseReportingConfig;
86 }
87 /**
88 * @return AbuseReportingConfig
89 */
90 public function getAbuseReportingConfig()
91 {
92 return $this->abuseReportingConfig;
93 }
94 /**
95 * @param UserDisplayInfo
96 */
97 public function setArtifactOwner(UserDisplayInfo $artifactOwner)
98 {
99 $this->artifactOwner = $artifactOwner;
100 }
101 /**
102 * @return UserDisplayInfo
103 */
104 public function getArtifactOwner()
105 {
106 return $this->artifactOwner;
107 }
108 /**
109 * @param DocumentInfo[]
110 */
111 public function setAttachedDocuments($attachedDocuments)
112 {
113 $this->attachedDocuments = $attachedDocuments;
114 }
115 /**
116 * @return DocumentInfo[]
117 */
118 public function getAttachedDocuments()
119 {
120 return $this->attachedDocuments;
121 }
122 /**
123 * @param string[]
124 */
125 public function setAvailableAccessTypes($availableAccessTypes)
126 {
127 $this->availableAccessTypes = $availableAccessTypes;
128 }
129 /**
130 * @return string[]
131 */
132 public function getAvailableAccessTypes()
133 {
134 return $this->availableAccessTypes;
135 }
136 /**
137 * @param string[]
138 */
139 public function setAvailableAnnotationToolTypes($availableAnnotationToolTypes)
140 {
141 $this->availableAnnotationToolTypes = $availableAnnotationToolTypes;
142 }
143 /**
144 * @return string[]
145 */
146 public function getAvailableAnnotationToolTypes()
147 {
148 return $this->availableAnnotationToolTypes;
149 }
150 /**
151 * @param ReactionInfo[]
152 */
153 public function setAvailableReactions($availableReactions)
154 {
155 $this->availableReactions = $availableReactions;
156 }
157 /**
158 * @return ReactionInfo[]
159 */
160 public function getAvailableReactions()
161 {
162 return $this->availableReactions;
163 }
164 /**
165 * @param BroadcastSessionInfo
166 */
167 public function setBroadcastSessionInfo(BroadcastSessionInfo $broadcastSessionInfo)
168 {
169 $this->broadcastSessionInfo = $broadcastSessionInfo;
170 }
171 /**
172 * @return BroadcastSessionInfo
173 */
174 public function getBroadcastSessionInfo()
175 {
176 return $this->broadcastSessionInfo;
177 }
178 /**
179 * @param string
180 */
181 public function setCalendarEventId($calendarEventId)
182 {
183 $this->calendarEventId = $calendarEventId;
184 }
185 /**
186 * @return string
187 */
188 public function getCalendarEventId()
189 {
190 return $this->calendarEventId;
191 }
192 /**
193 * @param CoActivity
194 */
195 public function setCoActivity(CoActivity $coActivity)
196 {
197 $this->coActivity = $coActivity;
198 }
199 /**
200 * @return CoActivity
201 */
202 public function getCoActivity()
203 {
204 return $this->coActivity;
205 }
206 /**
207 * @param Collaboration
208 */
209 public function setCollaboration(Collaboration $collaboration)
210 {
211 $this->collaboration = $collaboration;
212 }
213 /**
214 * @return Collaboration
215 */
216 public function getCollaboration()
217 {
218 return $this->collaboration;
219 }
220 /**
221 * @param CseInfo
222 */
223 public function setCseInfo(CseInfo $cseInfo)
224 {
225 $this->cseInfo = $cseInfo;
226 }
227 /**
228 * @return CseInfo
229 */
230 public function getCseInfo()
231 {
232 return $this->cseInfo;
233 }
234 /**
235 * @param int
236 */
237 public function setMaxJoinedDevices($maxJoinedDevices)
238 {
239 $this->maxJoinedDevices = $maxJoinedDevices;
240 }
241 /**
242 * @return int
243 */
244 public function getMaxJoinedDevices()
245 {
246 return $this->maxJoinedDevices;
247 }
248 /**
249 * @param string
250 */
251 public function setOrganizationName($organizationName)
252 {
253 $this->organizationName = $organizationName;
254 }
255 /**
256 * @return string
257 */
258 public function getOrganizationName()
259 {
260 return $this->organizationName;
261 }
262 /**
263 * @param PaygateInfo
264 */
265 public function setPaygateInfo(PaygateInfo $paygateInfo)
266 {
267 $this->paygateInfo = $paygateInfo;
268 }
269 /**
270 * @return PaygateInfo
271 */
272 public function getPaygateInfo()
273 {
274 return $this->paygateInfo;
275 }
276 /**
277 * @param Presenter
278 */
279 public function setPresenter(Presenter $presenter)
280 {
281 $this->presenter = $presenter;
282 }
283 /**
284 * @return Presenter
285 */
286 public function getPresenter()
287 {
288 return $this->presenter;
289 }
290 /**
291 * @param RecordingInfo
292 */
293 public function setRecordingInfo(RecordingInfo $recordingInfo)
294 {
295 $this->recordingInfo = $recordingInfo;
296 }
297 /**
298 * @return RecordingInfo
299 */
300 public function getRecordingInfo()
301 {
302 return $this->recordingInfo;
303 }
304 /**
305 * @param RecordingSessionInfo
306 */
307 public function setRecordingSessionInfo(RecordingSessionInfo $recordingSessionInfo)
308 {
309 $this->recordingSessionInfo = $recordingSessionInfo;
310 }
311 /**
312 * @return RecordingSessionInfo
313 */
314 public function getRecordingSessionInfo()
315 {
316 return $this->recordingSessionInfo;
317 }
318 /**
319 * @param CallSettings
320 */
321 public function setSettings(CallSettings $settings)
322 {
323 $this->settings = $settings;
324 }
325 /**
326 * @return CallSettings
327 */
328 public function getSettings()
329 {
330 return $this->settings;
331 }
332 /**
333 * @param StreamingSessionInfo[]
334 */
335 public function setStreamingSessions($streamingSessions)
336 {
337 $this->streamingSessions = $streamingSessions;
338 }
339 /**
340 * @return StreamingSessionInfo[]
341 */
342 public function getStreamingSessions()
343 {
344 return $this->streamingSessions;
345 }
346 /**
347 * @param TranscriptionSessionInfo
348 */
349 public function setTranscriptionSessionInfo(TranscriptionSessionInfo $transcriptionSessionInfo)
350 {
351 $this->transcriptionSessionInfo = $transcriptionSessionInfo;
352 }
353 /**
354 * @return TranscriptionSessionInfo
355 */
356 public function getTranscriptionSessionInfo()
357 {
358 return $this->transcriptionSessionInfo;
359 }
360 /**
361 * @param int
362 */
363 public function setViewerCount($viewerCount)
364 {
365 $this->viewerCount = $viewerCount;
366 }
367 /**
368 * @return int
369 */
370 public function getViewerCount()
371 {
372 return $this->viewerCount;
373 }
374 /**
375 * @param YouTubeBroadcastSessionInfo[]
376 */
377 public function setYouTubeBroadcastSessionInfos($youTubeBroadcastSessionInfos)
378 {
379 $this->youTubeBroadcastSessionInfos = $youTubeBroadcastSessionInfos;
380 }
381 /**
382 * @return YouTubeBroadcastSessionInfo[]
383 */
384 public function getYouTubeBroadcastSessionInfos()
385 {
386 return $this->youTubeBroadcastSessionInfos;
387 }
388}
389
390// Adding a class alias for backwards compatibility with the previous class name.
391class_alias(CallInfo::class, 'Google_Service_CloudSearch_CallInfo');
Note: See TracBrowser for help on using the repository browser.