google-apis-youtube_v3 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-youtube_v3.rb +15 -0
- data/lib/google/apis/youtube_v3.rb +55 -0
- data/lib/google/apis/youtube_v3/classes.rb +8639 -0
- data/lib/google/apis/youtube_v3/gem_version.rb +28 -0
- data/lib/google/apis/youtube_v3/representations.rb +3354 -0
- data/lib/google/apis/youtube_v3/service.rb +3896 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module YoutubeV3
|
18
|
+
# Version of the google-apis-youtube_v3 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201231"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,3354 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module YoutubeV3
|
24
|
+
|
25
|
+
class AbuseReport
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AbuseType
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AccessPolicy
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Activity
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ActivityContentDetails
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ActivityContentDetailsBulletin
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ActivityContentDetailsChannelItem
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class ActivityContentDetailsComment
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ActivityContentDetailsFavorite
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ActivityContentDetailsLike
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ActivityContentDetailsPlaylistItem
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class ActivityContentDetailsPromotedItem
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ActivityContentDetailsRecommendation
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ActivityContentDetailsSocial
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ActivityContentDetailsSubscription
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ActivityContentDetailsUpload
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ListActivitiesResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ActivitySnippet
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class Caption
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ListCaptionsResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class CaptionSnippet
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class CdnSettings
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Channel
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ChannelAuditDetails
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class ChannelBannerResource
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class ChannelBrandingSettings
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ChannelContentDetails
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
class RelatedPlaylists
|
185
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
186
|
+
|
187
|
+
include Google::Apis::Core::JsonObjectSupport
|
188
|
+
end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ChannelContentOwnerDetails
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ChannelConversionPing
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ChannelConversionPings
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ListChannelsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class ChannelLocalization
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ChannelProfileDetails
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ChannelSection
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ChannelSectionContentDetails
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListChannelSectionsResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ChannelSectionLocalization
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ChannelSectionSnippet
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ChannelSectionTargeting
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ChannelSettings
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ChannelSnippet
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ChannelStatistics
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ChannelStatus
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ChannelToStoreLinkDetails
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ChannelTopicDetails
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class Comment
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListCommentsResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class CommentSnippet
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class CommentSnippetAuthorChannelId
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class CommentThread
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class ListCommentThreadsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class CommentThreadReplies
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class CommentThreadSnippet
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class ContentRating
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class Entity
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GeoPoint
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class I18nLanguage
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class ListI18nLanguagesResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class I18nLanguageSnippet
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class I18nRegion
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ListI18nRegionsResponse
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class I18nRegionSnippet
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class ImageSettings
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class IngestionInfo
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class InvideoBranding
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class InvideoPosition
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class InvideoTiming
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class LanguageTag
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class LevelDetails
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class LiveBroadcast
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class LiveBroadcastContentDetails
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class ListLiveBroadcastsResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class LiveBroadcastSnippet
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class LiveBroadcastStatistics
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class LiveBroadcastStatus
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class LiveChatBan
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class LiveChatBanSnippet
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class LiveChatFanFundingEventDetails
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class LiveChatMessage
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class LiveChatMessageAuthorDetails
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class LiveChatMessageDeletedDetails
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class LiveChatMessageListResponse
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class LiveChatMessageRetractedDetails
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class LiveChatMessageSnippet
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class LiveChatModerator
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class LiveChatModeratorListResponse
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class LiveChatModeratorSnippet
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class LiveChatSuperChatDetails
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class LiveChatSuperStickerDetails
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class LiveChatTextMessageDetails
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class LiveChatUserBannedMessageDetails
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class LiveStream
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class LiveStreamConfigurationIssue
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class LiveStreamContentDetails
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class LiveStreamHealthStatus
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class ListLiveStreamsResponse
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class LiveStreamSnippet
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class LiveStreamStatus
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class LocalizedProperty
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class LocalizedString
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class Member
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class MemberListResponse
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class MemberSnippet
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class MembershipsDetails
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class MembershipsDuration
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class MembershipsDurationAtLevel
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class MembershipsLevel
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class MembershipsLevelListResponse
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class MembershipsLevelSnippet
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class MonitorStreamInfo
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class PageInfo
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class Playlist
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class PlaylistContentDetails
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class PlaylistItem
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class PlaylistItemContentDetails
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class ListPlaylistItemsResponse
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class PlaylistItemSnippet
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class PlaylistItemStatus
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class ListPlaylistResponse
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class PlaylistLocalization
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class PlaylistPlayer
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class PlaylistSnippet
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class PlaylistStatus
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class PropertyValue
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class RelatedEntity
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class ResourceId
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class SearchListsResponse
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class SearchResult
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class SearchResultSnippet
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class Subscription
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class SubscriptionContentDetails
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class ListSubscriptionResponse
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class SubscriptionSnippet
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class SubscriptionSubscriberSnippet
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class SuperChatEvent
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class SuperChatEventListResponse
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class SuperChatEventSnippet
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class SuperStickerMetadata
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class TestItem
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class TestItemTestItemSnippet
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class ThirdPartyLink
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class ThirdPartyLinkSnippet
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class ThirdPartyLinkStatus
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class Thumbnail
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class ThumbnailDetails
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
901
|
+
class SetThumbnailResponse
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
class TokenPagination
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
913
|
+
class Video
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class VideoAbuseReport
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class VideoAbuseReportReason
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class ListVideoAbuseReportReasonResponse
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
937
|
+
class VideoAbuseReportReasonSnippet
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
943
|
+
class VideoAbuseReportSecondaryReason
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
949
|
+
class VideoAgeGating
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
955
|
+
class VideoCategory
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
961
|
+
class ListVideoCategoryResponse
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
|
+
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
967
|
+
class VideoCategorySnippet
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
|
+
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
971
|
+
end
|
972
|
+
|
973
|
+
class VideoContentDetails
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
|
+
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
977
|
+
end
|
978
|
+
|
979
|
+
class VideoContentDetailsRegionRestriction
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
985
|
+
class VideoFileDetails
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class VideoFileDetailsAudioStream
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class VideoFileDetailsVideoStream
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class ListVideosResponse
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class VideoLiveStreamingDetails
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class VideoLocalization
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class VideoMonetizationDetails
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class VideoPlayer
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class VideoProcessingDetails
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class VideoProcessingDetailsProcessingProgress
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class VideoProjectDetails
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class VideoRating
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class VideoRatingListResponse
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class VideoRecordingDetails
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class VideoSnippet
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class VideoStatistics
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class VideoStatus
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class VideoSuggestions
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class VideoSuggestionsTagSuggestion
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class VideoTopicDetails
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class WatchSettings
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class AbuseReport
|
1112
|
+
# @private
|
1113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1114
|
+
collection :abuse_types, as: 'abuseTypes', class: Google::Apis::YoutubeV3::AbuseType, decorator: Google::Apis::YoutubeV3::AbuseType::Representation
|
1115
|
+
|
1116
|
+
property :description, as: 'description'
|
1117
|
+
collection :related_entities, as: 'relatedEntities', class: Google::Apis::YoutubeV3::RelatedEntity, decorator: Google::Apis::YoutubeV3::RelatedEntity::Representation
|
1118
|
+
|
1119
|
+
property :subject, as: 'subject', class: Google::Apis::YoutubeV3::Entity, decorator: Google::Apis::YoutubeV3::Entity::Representation
|
1120
|
+
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class AbuseType
|
1125
|
+
# @private
|
1126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1127
|
+
property :id, as: 'id'
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
class AccessPolicy
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
property :allowed, as: 'allowed'
|
1135
|
+
collection :exception, as: 'exception'
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class Activity
|
1140
|
+
# @private
|
1141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1142
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::ActivityContentDetails, decorator: Google::Apis::YoutubeV3::ActivityContentDetails::Representation
|
1143
|
+
|
1144
|
+
property :etag, as: 'etag'
|
1145
|
+
property :id, as: 'id'
|
1146
|
+
property :kind, as: 'kind'
|
1147
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::ActivitySnippet, decorator: Google::Apis::YoutubeV3::ActivitySnippet::Representation
|
1148
|
+
|
1149
|
+
end
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class ActivityContentDetails
|
1153
|
+
# @private
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1155
|
+
property :bulletin, as: 'bulletin', class: Google::Apis::YoutubeV3::ActivityContentDetailsBulletin, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsBulletin::Representation
|
1156
|
+
|
1157
|
+
property :channel_item, as: 'channelItem', class: Google::Apis::YoutubeV3::ActivityContentDetailsChannelItem, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsChannelItem::Representation
|
1158
|
+
|
1159
|
+
property :comment, as: 'comment', class: Google::Apis::YoutubeV3::ActivityContentDetailsComment, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsComment::Representation
|
1160
|
+
|
1161
|
+
property :favorite, as: 'favorite', class: Google::Apis::YoutubeV3::ActivityContentDetailsFavorite, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsFavorite::Representation
|
1162
|
+
|
1163
|
+
property :like, as: 'like', class: Google::Apis::YoutubeV3::ActivityContentDetailsLike, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsLike::Representation
|
1164
|
+
|
1165
|
+
property :playlist_item, as: 'playlistItem', class: Google::Apis::YoutubeV3::ActivityContentDetailsPlaylistItem, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsPlaylistItem::Representation
|
1166
|
+
|
1167
|
+
property :promoted_item, as: 'promotedItem', class: Google::Apis::YoutubeV3::ActivityContentDetailsPromotedItem, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsPromotedItem::Representation
|
1168
|
+
|
1169
|
+
property :recommendation, as: 'recommendation', class: Google::Apis::YoutubeV3::ActivityContentDetailsRecommendation, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsRecommendation::Representation
|
1170
|
+
|
1171
|
+
property :social, as: 'social', class: Google::Apis::YoutubeV3::ActivityContentDetailsSocial, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsSocial::Representation
|
1172
|
+
|
1173
|
+
property :subscription, as: 'subscription', class: Google::Apis::YoutubeV3::ActivityContentDetailsSubscription, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsSubscription::Representation
|
1174
|
+
|
1175
|
+
property :upload, as: 'upload', class: Google::Apis::YoutubeV3::ActivityContentDetailsUpload, decorator: Google::Apis::YoutubeV3::ActivityContentDetailsUpload::Representation
|
1176
|
+
|
1177
|
+
end
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
class ActivityContentDetailsBulletin
|
1181
|
+
# @private
|
1182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1183
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1184
|
+
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class ActivityContentDetailsChannelItem
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1192
|
+
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class ActivityContentDetailsComment
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1200
|
+
|
1201
|
+
end
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
class ActivityContentDetailsFavorite
|
1205
|
+
# @private
|
1206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1207
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1208
|
+
|
1209
|
+
end
|
1210
|
+
end
|
1211
|
+
|
1212
|
+
class ActivityContentDetailsLike
|
1213
|
+
# @private
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1215
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1216
|
+
|
1217
|
+
end
|
1218
|
+
end
|
1219
|
+
|
1220
|
+
class ActivityContentDetailsPlaylistItem
|
1221
|
+
# @private
|
1222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1223
|
+
property :playlist_id, as: 'playlistId'
|
1224
|
+
property :playlist_item_id, as: 'playlistItemId'
|
1225
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1226
|
+
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class ActivityContentDetailsPromotedItem
|
1231
|
+
# @private
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1233
|
+
property :ad_tag, as: 'adTag'
|
1234
|
+
property :click_tracking_url, as: 'clickTrackingUrl'
|
1235
|
+
property :creative_view_url, as: 'creativeViewUrl'
|
1236
|
+
property :cta_type, as: 'ctaType'
|
1237
|
+
property :custom_cta_button_text, as: 'customCtaButtonText'
|
1238
|
+
property :description_text, as: 'descriptionText'
|
1239
|
+
property :destination_url, as: 'destinationUrl'
|
1240
|
+
collection :forecasting_url, as: 'forecastingUrl'
|
1241
|
+
collection :impression_url, as: 'impressionUrl'
|
1242
|
+
property :video_id, as: 'videoId'
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
class ActivityContentDetailsRecommendation
|
1247
|
+
# @private
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
|
+
property :reason, as: 'reason'
|
1250
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1251
|
+
|
1252
|
+
property :seed_resource_id, as: 'seedResourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1253
|
+
|
1254
|
+
end
|
1255
|
+
end
|
1256
|
+
|
1257
|
+
class ActivityContentDetailsSocial
|
1258
|
+
# @private
|
1259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1260
|
+
property :author, as: 'author'
|
1261
|
+
property :image_url, as: 'imageUrl'
|
1262
|
+
property :reference_url, as: 'referenceUrl'
|
1263
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1264
|
+
|
1265
|
+
property :type, as: 'type'
|
1266
|
+
end
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
class ActivityContentDetailsSubscription
|
1270
|
+
# @private
|
1271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1272
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
1273
|
+
|
1274
|
+
end
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
class ActivityContentDetailsUpload
|
1278
|
+
# @private
|
1279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1280
|
+
property :video_id, as: 'videoId'
|
1281
|
+
end
|
1282
|
+
end
|
1283
|
+
|
1284
|
+
class ListActivitiesResponse
|
1285
|
+
# @private
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1287
|
+
property :etag, as: 'etag'
|
1288
|
+
property :event_id, as: 'eventId'
|
1289
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Activity, decorator: Google::Apis::YoutubeV3::Activity::Representation
|
1290
|
+
|
1291
|
+
property :kind, as: 'kind'
|
1292
|
+
property :next_page_token, as: 'nextPageToken'
|
1293
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
1294
|
+
|
1295
|
+
property :prev_page_token, as: 'prevPageToken'
|
1296
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
1297
|
+
|
1298
|
+
property :visitor_id, as: 'visitorId'
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class ActivitySnippet
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :channel_id, as: 'channelId'
|
1306
|
+
property :channel_title, as: 'channelTitle'
|
1307
|
+
property :description, as: 'description'
|
1308
|
+
property :group_id, as: 'groupId'
|
1309
|
+
property :published_at, as: 'publishedAt'
|
1310
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
1311
|
+
|
1312
|
+
property :title, as: 'title'
|
1313
|
+
property :type, as: 'type'
|
1314
|
+
end
|
1315
|
+
end
|
1316
|
+
|
1317
|
+
class Caption
|
1318
|
+
# @private
|
1319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1320
|
+
property :etag, as: 'etag'
|
1321
|
+
property :id, as: 'id'
|
1322
|
+
property :kind, as: 'kind'
|
1323
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::CaptionSnippet, decorator: Google::Apis::YoutubeV3::CaptionSnippet::Representation
|
1324
|
+
|
1325
|
+
end
|
1326
|
+
end
|
1327
|
+
|
1328
|
+
class ListCaptionsResponse
|
1329
|
+
# @private
|
1330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1331
|
+
property :etag, as: 'etag'
|
1332
|
+
property :event_id, as: 'eventId'
|
1333
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Caption, decorator: Google::Apis::YoutubeV3::Caption::Representation
|
1334
|
+
|
1335
|
+
property :kind, as: 'kind'
|
1336
|
+
property :visitor_id, as: 'visitorId'
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
class CaptionSnippet
|
1341
|
+
# @private
|
1342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1343
|
+
property :audio_track_type, as: 'audioTrackType'
|
1344
|
+
property :failure_reason, as: 'failureReason'
|
1345
|
+
property :is_auto_synced, as: 'isAutoSynced'
|
1346
|
+
property :is_cc, as: 'isCC'
|
1347
|
+
property :is_draft, as: 'isDraft'
|
1348
|
+
property :is_easy_reader, as: 'isEasyReader'
|
1349
|
+
property :is_large, as: 'isLarge'
|
1350
|
+
property :language, as: 'language'
|
1351
|
+
property :last_updated, as: 'lastUpdated'
|
1352
|
+
property :name, as: 'name'
|
1353
|
+
property :status, as: 'status'
|
1354
|
+
property :track_kind, as: 'trackKind'
|
1355
|
+
property :video_id, as: 'videoId'
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class CdnSettings
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
property :format, as: 'format'
|
1363
|
+
property :frame_rate, as: 'frameRate'
|
1364
|
+
property :ingestion_info, as: 'ingestionInfo', class: Google::Apis::YoutubeV3::IngestionInfo, decorator: Google::Apis::YoutubeV3::IngestionInfo::Representation
|
1365
|
+
|
1366
|
+
property :ingestion_type, as: 'ingestionType'
|
1367
|
+
property :resolution, as: 'resolution'
|
1368
|
+
end
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class Channel
|
1372
|
+
# @private
|
1373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1374
|
+
property :audit_details, as: 'auditDetails', class: Google::Apis::YoutubeV3::ChannelAuditDetails, decorator: Google::Apis::YoutubeV3::ChannelAuditDetails::Representation
|
1375
|
+
|
1376
|
+
property :branding_settings, as: 'brandingSettings', class: Google::Apis::YoutubeV3::ChannelBrandingSettings, decorator: Google::Apis::YoutubeV3::ChannelBrandingSettings::Representation
|
1377
|
+
|
1378
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::ChannelContentDetails, decorator: Google::Apis::YoutubeV3::ChannelContentDetails::Representation
|
1379
|
+
|
1380
|
+
property :content_owner_details, as: 'contentOwnerDetails', class: Google::Apis::YoutubeV3::ChannelContentOwnerDetails, decorator: Google::Apis::YoutubeV3::ChannelContentOwnerDetails::Representation
|
1381
|
+
|
1382
|
+
property :conversion_pings, as: 'conversionPings', class: Google::Apis::YoutubeV3::ChannelConversionPings, decorator: Google::Apis::YoutubeV3::ChannelConversionPings::Representation
|
1383
|
+
|
1384
|
+
property :etag, as: 'etag'
|
1385
|
+
property :id, as: 'id'
|
1386
|
+
property :kind, as: 'kind'
|
1387
|
+
hash :localizations, as: 'localizations', class: Google::Apis::YoutubeV3::ChannelLocalization, decorator: Google::Apis::YoutubeV3::ChannelLocalization::Representation
|
1388
|
+
|
1389
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::ChannelSnippet, decorator: Google::Apis::YoutubeV3::ChannelSnippet::Representation
|
1390
|
+
|
1391
|
+
property :statistics, as: 'statistics', class: Google::Apis::YoutubeV3::ChannelStatistics, decorator: Google::Apis::YoutubeV3::ChannelStatistics::Representation
|
1392
|
+
|
1393
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::ChannelStatus, decorator: Google::Apis::YoutubeV3::ChannelStatus::Representation
|
1394
|
+
|
1395
|
+
property :topic_details, as: 'topicDetails', class: Google::Apis::YoutubeV3::ChannelTopicDetails, decorator: Google::Apis::YoutubeV3::ChannelTopicDetails::Representation
|
1396
|
+
|
1397
|
+
end
|
1398
|
+
end
|
1399
|
+
|
1400
|
+
class ChannelAuditDetails
|
1401
|
+
# @private
|
1402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1403
|
+
property :community_guidelines_good_standing, as: 'communityGuidelinesGoodStanding'
|
1404
|
+
property :content_id_claims_good_standing, as: 'contentIdClaimsGoodStanding'
|
1405
|
+
property :copyright_strikes_good_standing, as: 'copyrightStrikesGoodStanding'
|
1406
|
+
end
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
class ChannelBannerResource
|
1410
|
+
# @private
|
1411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1412
|
+
property :etag, as: 'etag'
|
1413
|
+
property :kind, as: 'kind'
|
1414
|
+
property :url, as: 'url'
|
1415
|
+
end
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class ChannelBrandingSettings
|
1419
|
+
# @private
|
1420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
+
property :channel, as: 'channel', class: Google::Apis::YoutubeV3::ChannelSettings, decorator: Google::Apis::YoutubeV3::ChannelSettings::Representation
|
1422
|
+
|
1423
|
+
collection :hints, as: 'hints', class: Google::Apis::YoutubeV3::PropertyValue, decorator: Google::Apis::YoutubeV3::PropertyValue::Representation
|
1424
|
+
|
1425
|
+
property :image, as: 'image', class: Google::Apis::YoutubeV3::ImageSettings, decorator: Google::Apis::YoutubeV3::ImageSettings::Representation
|
1426
|
+
|
1427
|
+
property :watch, as: 'watch', class: Google::Apis::YoutubeV3::WatchSettings, decorator: Google::Apis::YoutubeV3::WatchSettings::Representation
|
1428
|
+
|
1429
|
+
end
|
1430
|
+
end
|
1431
|
+
|
1432
|
+
class ChannelContentDetails
|
1433
|
+
# @private
|
1434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1435
|
+
property :related_playlists, as: 'relatedPlaylists', class: Google::Apis::YoutubeV3::ChannelContentDetails::RelatedPlaylists, decorator: Google::Apis::YoutubeV3::ChannelContentDetails::RelatedPlaylists::Representation
|
1436
|
+
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class RelatedPlaylists
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
property :favorites, as: 'favorites'
|
1443
|
+
property :likes, as: 'likes'
|
1444
|
+
property :uploads, as: 'uploads'
|
1445
|
+
property :watch_history, as: 'watchHistory'
|
1446
|
+
property :watch_later, as: 'watchLater'
|
1447
|
+
end
|
1448
|
+
end
|
1449
|
+
end
|
1450
|
+
|
1451
|
+
class ChannelContentOwnerDetails
|
1452
|
+
# @private
|
1453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1454
|
+
property :content_owner, as: 'contentOwner'
|
1455
|
+
property :time_linked, as: 'timeLinked'
|
1456
|
+
end
|
1457
|
+
end
|
1458
|
+
|
1459
|
+
class ChannelConversionPing
|
1460
|
+
# @private
|
1461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1462
|
+
property :context, as: 'context'
|
1463
|
+
property :conversion_url, as: 'conversionUrl'
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1467
|
+
class ChannelConversionPings
|
1468
|
+
# @private
|
1469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
+
collection :pings, as: 'pings', class: Google::Apis::YoutubeV3::ChannelConversionPing, decorator: Google::Apis::YoutubeV3::ChannelConversionPing::Representation
|
1471
|
+
|
1472
|
+
end
|
1473
|
+
end
|
1474
|
+
|
1475
|
+
class ListChannelsResponse
|
1476
|
+
# @private
|
1477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
+
property :etag, as: 'etag'
|
1479
|
+
property :event_id, as: 'eventId'
|
1480
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Channel, decorator: Google::Apis::YoutubeV3::Channel::Representation
|
1481
|
+
|
1482
|
+
property :kind, as: 'kind'
|
1483
|
+
property :next_page_token, as: 'nextPageToken'
|
1484
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
1485
|
+
|
1486
|
+
property :prev_page_token, as: 'prevPageToken'
|
1487
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
1488
|
+
|
1489
|
+
property :visitor_id, as: 'visitorId'
|
1490
|
+
end
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class ChannelLocalization
|
1494
|
+
# @private
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
property :description, as: 'description'
|
1497
|
+
property :title, as: 'title'
|
1498
|
+
end
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class ChannelProfileDetails
|
1502
|
+
# @private
|
1503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1504
|
+
property :channel_id, as: 'channelId'
|
1505
|
+
property :channel_url, as: 'channelUrl'
|
1506
|
+
property :display_name, as: 'displayName'
|
1507
|
+
property :profile_image_url, as: 'profileImageUrl'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class ChannelSection
|
1512
|
+
# @private
|
1513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::ChannelSectionContentDetails, decorator: Google::Apis::YoutubeV3::ChannelSectionContentDetails::Representation
|
1515
|
+
|
1516
|
+
property :etag, as: 'etag'
|
1517
|
+
property :id, as: 'id'
|
1518
|
+
property :kind, as: 'kind'
|
1519
|
+
hash :localizations, as: 'localizations', class: Google::Apis::YoutubeV3::ChannelSectionLocalization, decorator: Google::Apis::YoutubeV3::ChannelSectionLocalization::Representation
|
1520
|
+
|
1521
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::ChannelSectionSnippet, decorator: Google::Apis::YoutubeV3::ChannelSectionSnippet::Representation
|
1522
|
+
|
1523
|
+
property :targeting, as: 'targeting', class: Google::Apis::YoutubeV3::ChannelSectionTargeting, decorator: Google::Apis::YoutubeV3::ChannelSectionTargeting::Representation
|
1524
|
+
|
1525
|
+
end
|
1526
|
+
end
|
1527
|
+
|
1528
|
+
class ChannelSectionContentDetails
|
1529
|
+
# @private
|
1530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
|
+
collection :channels, as: 'channels'
|
1532
|
+
collection :playlists, as: 'playlists'
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class ListChannelSectionsResponse
|
1537
|
+
# @private
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1539
|
+
property :etag, as: 'etag'
|
1540
|
+
property :event_id, as: 'eventId'
|
1541
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::ChannelSection, decorator: Google::Apis::YoutubeV3::ChannelSection::Representation
|
1542
|
+
|
1543
|
+
property :kind, as: 'kind'
|
1544
|
+
property :visitor_id, as: 'visitorId'
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class ChannelSectionLocalization
|
1549
|
+
# @private
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
property :title, as: 'title'
|
1552
|
+
end
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class ChannelSectionSnippet
|
1556
|
+
# @private
|
1557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1558
|
+
property :channel_id, as: 'channelId'
|
1559
|
+
property :default_language, as: 'defaultLanguage'
|
1560
|
+
property :localized, as: 'localized', class: Google::Apis::YoutubeV3::ChannelSectionLocalization, decorator: Google::Apis::YoutubeV3::ChannelSectionLocalization::Representation
|
1561
|
+
|
1562
|
+
property :position, as: 'position'
|
1563
|
+
property :style, as: 'style'
|
1564
|
+
property :title, as: 'title'
|
1565
|
+
property :type, as: 'type'
|
1566
|
+
end
|
1567
|
+
end
|
1568
|
+
|
1569
|
+
class ChannelSectionTargeting
|
1570
|
+
# @private
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
+
collection :countries, as: 'countries'
|
1573
|
+
collection :languages, as: 'languages'
|
1574
|
+
collection :regions, as: 'regions'
|
1575
|
+
end
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
class ChannelSettings
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
property :country, as: 'country'
|
1582
|
+
property :default_language, as: 'defaultLanguage'
|
1583
|
+
property :default_tab, as: 'defaultTab'
|
1584
|
+
property :description, as: 'description'
|
1585
|
+
property :featured_channels_title, as: 'featuredChannelsTitle'
|
1586
|
+
collection :featured_channels_urls, as: 'featuredChannelsUrls'
|
1587
|
+
property :keywords, as: 'keywords'
|
1588
|
+
property :moderate_comments, as: 'moderateComments'
|
1589
|
+
property :profile_color, as: 'profileColor'
|
1590
|
+
property :show_browse_view, as: 'showBrowseView'
|
1591
|
+
property :show_related_channels, as: 'showRelatedChannels'
|
1592
|
+
property :title, as: 'title'
|
1593
|
+
property :tracking_analytics_account_id, as: 'trackingAnalyticsAccountId'
|
1594
|
+
property :unsubscribed_trailer, as: 'unsubscribedTrailer'
|
1595
|
+
end
|
1596
|
+
end
|
1597
|
+
|
1598
|
+
class ChannelSnippet
|
1599
|
+
# @private
|
1600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1601
|
+
property :country, as: 'country'
|
1602
|
+
property :custom_url, as: 'customUrl'
|
1603
|
+
property :default_language, as: 'defaultLanguage'
|
1604
|
+
property :description, as: 'description'
|
1605
|
+
property :localized, as: 'localized', class: Google::Apis::YoutubeV3::ChannelLocalization, decorator: Google::Apis::YoutubeV3::ChannelLocalization::Representation
|
1606
|
+
|
1607
|
+
property :published_at, as: 'publishedAt'
|
1608
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
1609
|
+
|
1610
|
+
property :title, as: 'title'
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class ChannelStatistics
|
1615
|
+
# @private
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1617
|
+
property :comment_count, :numeric_string => true, as: 'commentCount'
|
1618
|
+
property :hidden_subscriber_count, as: 'hiddenSubscriberCount'
|
1619
|
+
property :subscriber_count, :numeric_string => true, as: 'subscriberCount'
|
1620
|
+
property :video_count, :numeric_string => true, as: 'videoCount'
|
1621
|
+
property :view_count, :numeric_string => true, as: 'viewCount'
|
1622
|
+
end
|
1623
|
+
end
|
1624
|
+
|
1625
|
+
class ChannelStatus
|
1626
|
+
# @private
|
1627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1628
|
+
property :is_linked, as: 'isLinked'
|
1629
|
+
property :long_uploads_status, as: 'longUploadsStatus'
|
1630
|
+
property :made_for_kids, as: 'madeForKids'
|
1631
|
+
property :privacy_status, as: 'privacyStatus'
|
1632
|
+
property :self_declared_made_for_kids, as: 'selfDeclaredMadeForKids'
|
1633
|
+
end
|
1634
|
+
end
|
1635
|
+
|
1636
|
+
class ChannelToStoreLinkDetails
|
1637
|
+
# @private
|
1638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1639
|
+
property :store_name, as: 'storeName'
|
1640
|
+
property :store_url, as: 'storeUrl'
|
1641
|
+
end
|
1642
|
+
end
|
1643
|
+
|
1644
|
+
class ChannelTopicDetails
|
1645
|
+
# @private
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1647
|
+
collection :topic_categories, as: 'topicCategories'
|
1648
|
+
collection :topic_ids, as: 'topicIds'
|
1649
|
+
end
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class Comment
|
1653
|
+
# @private
|
1654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1655
|
+
property :etag, as: 'etag'
|
1656
|
+
property :id, as: 'id'
|
1657
|
+
property :kind, as: 'kind'
|
1658
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::CommentSnippet, decorator: Google::Apis::YoutubeV3::CommentSnippet::Representation
|
1659
|
+
|
1660
|
+
end
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class ListCommentsResponse
|
1664
|
+
# @private
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1666
|
+
property :etag, as: 'etag'
|
1667
|
+
property :event_id, as: 'eventId'
|
1668
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Comment, decorator: Google::Apis::YoutubeV3::Comment::Representation
|
1669
|
+
|
1670
|
+
property :kind, as: 'kind'
|
1671
|
+
property :next_page_token, as: 'nextPageToken'
|
1672
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
1673
|
+
|
1674
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
1675
|
+
|
1676
|
+
property :visitor_id, as: 'visitorId'
|
1677
|
+
end
|
1678
|
+
end
|
1679
|
+
|
1680
|
+
class CommentSnippet
|
1681
|
+
# @private
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1683
|
+
property :author_channel_id, as: 'authorChannelId', class: Google::Apis::YoutubeV3::CommentSnippetAuthorChannelId, decorator: Google::Apis::YoutubeV3::CommentSnippetAuthorChannelId::Representation
|
1684
|
+
|
1685
|
+
property :author_channel_url, as: 'authorChannelUrl'
|
1686
|
+
property :author_display_name, as: 'authorDisplayName'
|
1687
|
+
property :author_profile_image_url, as: 'authorProfileImageUrl'
|
1688
|
+
property :can_rate, as: 'canRate'
|
1689
|
+
property :channel_id, as: 'channelId'
|
1690
|
+
property :like_count, as: 'likeCount'
|
1691
|
+
property :moderation_status, as: 'moderationStatus'
|
1692
|
+
property :parent_id, as: 'parentId'
|
1693
|
+
property :published_at, as: 'publishedAt'
|
1694
|
+
property :text_display, as: 'textDisplay'
|
1695
|
+
property :text_original, as: 'textOriginal'
|
1696
|
+
property :updated_at, as: 'updatedAt'
|
1697
|
+
property :video_id, as: 'videoId'
|
1698
|
+
property :viewer_rating, as: 'viewerRating'
|
1699
|
+
end
|
1700
|
+
end
|
1701
|
+
|
1702
|
+
class CommentSnippetAuthorChannelId
|
1703
|
+
# @private
|
1704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1705
|
+
property :value, as: 'value'
|
1706
|
+
end
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
class CommentThread
|
1710
|
+
# @private
|
1711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1712
|
+
property :etag, as: 'etag'
|
1713
|
+
property :id, as: 'id'
|
1714
|
+
property :kind, as: 'kind'
|
1715
|
+
property :replies, as: 'replies', class: Google::Apis::YoutubeV3::CommentThreadReplies, decorator: Google::Apis::YoutubeV3::CommentThreadReplies::Representation
|
1716
|
+
|
1717
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::CommentThreadSnippet, decorator: Google::Apis::YoutubeV3::CommentThreadSnippet::Representation
|
1718
|
+
|
1719
|
+
end
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
class ListCommentThreadsResponse
|
1723
|
+
# @private
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1725
|
+
property :etag, as: 'etag'
|
1726
|
+
property :event_id, as: 'eventId'
|
1727
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::CommentThread, decorator: Google::Apis::YoutubeV3::CommentThread::Representation
|
1728
|
+
|
1729
|
+
property :kind, as: 'kind'
|
1730
|
+
property :next_page_token, as: 'nextPageToken'
|
1731
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
1732
|
+
|
1733
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
1734
|
+
|
1735
|
+
property :visitor_id, as: 'visitorId'
|
1736
|
+
end
|
1737
|
+
end
|
1738
|
+
|
1739
|
+
class CommentThreadReplies
|
1740
|
+
# @private
|
1741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1742
|
+
collection :comments, as: 'comments', class: Google::Apis::YoutubeV3::Comment, decorator: Google::Apis::YoutubeV3::Comment::Representation
|
1743
|
+
|
1744
|
+
end
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class CommentThreadSnippet
|
1748
|
+
# @private
|
1749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1750
|
+
property :can_reply, as: 'canReply'
|
1751
|
+
property :channel_id, as: 'channelId'
|
1752
|
+
property :is_public, as: 'isPublic'
|
1753
|
+
property :top_level_comment, as: 'topLevelComment', class: Google::Apis::YoutubeV3::Comment, decorator: Google::Apis::YoutubeV3::Comment::Representation
|
1754
|
+
|
1755
|
+
property :total_reply_count, as: 'totalReplyCount'
|
1756
|
+
property :video_id, as: 'videoId'
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
class ContentRating
|
1761
|
+
# @private
|
1762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1763
|
+
property :acb_rating, as: 'acbRating'
|
1764
|
+
property :agcom_rating, as: 'agcomRating'
|
1765
|
+
property :anatel_rating, as: 'anatelRating'
|
1766
|
+
property :bbfc_rating, as: 'bbfcRating'
|
1767
|
+
property :bfvc_rating, as: 'bfvcRating'
|
1768
|
+
property :bmukk_rating, as: 'bmukkRating'
|
1769
|
+
property :catv_rating, as: 'catvRating'
|
1770
|
+
property :catvfr_rating, as: 'catvfrRating'
|
1771
|
+
property :cbfc_rating, as: 'cbfcRating'
|
1772
|
+
property :ccc_rating, as: 'cccRating'
|
1773
|
+
property :cce_rating, as: 'cceRating'
|
1774
|
+
property :chfilm_rating, as: 'chfilmRating'
|
1775
|
+
property :chvrs_rating, as: 'chvrsRating'
|
1776
|
+
property :cicf_rating, as: 'cicfRating'
|
1777
|
+
property :cna_rating, as: 'cnaRating'
|
1778
|
+
property :cnc_rating, as: 'cncRating'
|
1779
|
+
property :csa_rating, as: 'csaRating'
|
1780
|
+
property :cscf_rating, as: 'cscfRating'
|
1781
|
+
property :czfilm_rating, as: 'czfilmRating'
|
1782
|
+
property :djctq_rating, as: 'djctqRating'
|
1783
|
+
collection :djctq_rating_reasons, as: 'djctqRatingReasons'
|
1784
|
+
property :ecbmct_rating, as: 'ecbmctRating'
|
1785
|
+
property :eefilm_rating, as: 'eefilmRating'
|
1786
|
+
property :egfilm_rating, as: 'egfilmRating'
|
1787
|
+
property :eirin_rating, as: 'eirinRating'
|
1788
|
+
property :fcbm_rating, as: 'fcbmRating'
|
1789
|
+
property :fco_rating, as: 'fcoRating'
|
1790
|
+
property :fmoc_rating, as: 'fmocRating'
|
1791
|
+
property :fpb_rating, as: 'fpbRating'
|
1792
|
+
collection :fpb_rating_reasons, as: 'fpbRatingReasons'
|
1793
|
+
property :fsk_rating, as: 'fskRating'
|
1794
|
+
property :grfilm_rating, as: 'grfilmRating'
|
1795
|
+
property :icaa_rating, as: 'icaaRating'
|
1796
|
+
property :ifco_rating, as: 'ifcoRating'
|
1797
|
+
property :ilfilm_rating, as: 'ilfilmRating'
|
1798
|
+
property :incaa_rating, as: 'incaaRating'
|
1799
|
+
property :kfcb_rating, as: 'kfcbRating'
|
1800
|
+
property :kijkwijzer_rating, as: 'kijkwijzerRating'
|
1801
|
+
property :kmrb_rating, as: 'kmrbRating'
|
1802
|
+
property :lsf_rating, as: 'lsfRating'
|
1803
|
+
property :mccaa_rating, as: 'mccaaRating'
|
1804
|
+
property :mccyp_rating, as: 'mccypRating'
|
1805
|
+
property :mcst_rating, as: 'mcstRating'
|
1806
|
+
property :mda_rating, as: 'mdaRating'
|
1807
|
+
property :medietilsynet_rating, as: 'medietilsynetRating'
|
1808
|
+
property :meku_rating, as: 'mekuRating'
|
1809
|
+
property :mena_mpaa_rating, as: 'menaMpaaRating'
|
1810
|
+
property :mibac_rating, as: 'mibacRating'
|
1811
|
+
property :moc_rating, as: 'mocRating'
|
1812
|
+
property :moctw_rating, as: 'moctwRating'
|
1813
|
+
property :mpaa_rating, as: 'mpaaRating'
|
1814
|
+
property :mpaat_rating, as: 'mpaatRating'
|
1815
|
+
property :mtrcb_rating, as: 'mtrcbRating'
|
1816
|
+
property :nbc_rating, as: 'nbcRating'
|
1817
|
+
property :nbcpl_rating, as: 'nbcplRating'
|
1818
|
+
property :nfrc_rating, as: 'nfrcRating'
|
1819
|
+
property :nfvcb_rating, as: 'nfvcbRating'
|
1820
|
+
property :nkclv_rating, as: 'nkclvRating'
|
1821
|
+
property :nmc_rating, as: 'nmcRating'
|
1822
|
+
property :oflc_rating, as: 'oflcRating'
|
1823
|
+
property :pefilm_rating, as: 'pefilmRating'
|
1824
|
+
property :rcnof_rating, as: 'rcnofRating'
|
1825
|
+
property :resorteviolencia_rating, as: 'resorteviolenciaRating'
|
1826
|
+
property :rtc_rating, as: 'rtcRating'
|
1827
|
+
property :rte_rating, as: 'rteRating'
|
1828
|
+
property :russia_rating, as: 'russiaRating'
|
1829
|
+
property :skfilm_rating, as: 'skfilmRating'
|
1830
|
+
property :smais_rating, as: 'smaisRating'
|
1831
|
+
property :smsa_rating, as: 'smsaRating'
|
1832
|
+
property :tvpg_rating, as: 'tvpgRating'
|
1833
|
+
property :yt_rating, as: 'ytRating'
|
1834
|
+
end
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class Entity
|
1838
|
+
# @private
|
1839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1840
|
+
property :id, as: 'id'
|
1841
|
+
property :type_id, as: 'typeId'
|
1842
|
+
property :url, as: 'url'
|
1843
|
+
end
|
1844
|
+
end
|
1845
|
+
|
1846
|
+
class GeoPoint
|
1847
|
+
# @private
|
1848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1849
|
+
property :altitude, as: 'altitude'
|
1850
|
+
property :latitude, as: 'latitude'
|
1851
|
+
property :longitude, as: 'longitude'
|
1852
|
+
end
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class I18nLanguage
|
1856
|
+
# @private
|
1857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1858
|
+
property :etag, as: 'etag'
|
1859
|
+
property :id, as: 'id'
|
1860
|
+
property :kind, as: 'kind'
|
1861
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::I18nLanguageSnippet, decorator: Google::Apis::YoutubeV3::I18nLanguageSnippet::Representation
|
1862
|
+
|
1863
|
+
end
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class ListI18nLanguagesResponse
|
1867
|
+
# @private
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1869
|
+
property :etag, as: 'etag'
|
1870
|
+
property :event_id, as: 'eventId'
|
1871
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::I18nLanguage, decorator: Google::Apis::YoutubeV3::I18nLanguage::Representation
|
1872
|
+
|
1873
|
+
property :kind, as: 'kind'
|
1874
|
+
property :visitor_id, as: 'visitorId'
|
1875
|
+
end
|
1876
|
+
end
|
1877
|
+
|
1878
|
+
class I18nLanguageSnippet
|
1879
|
+
# @private
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1881
|
+
property :hl, as: 'hl'
|
1882
|
+
property :name, as: 'name'
|
1883
|
+
end
|
1884
|
+
end
|
1885
|
+
|
1886
|
+
class I18nRegion
|
1887
|
+
# @private
|
1888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1889
|
+
property :etag, as: 'etag'
|
1890
|
+
property :id, as: 'id'
|
1891
|
+
property :kind, as: 'kind'
|
1892
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::I18nRegionSnippet, decorator: Google::Apis::YoutubeV3::I18nRegionSnippet::Representation
|
1893
|
+
|
1894
|
+
end
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class ListI18nRegionsResponse
|
1898
|
+
# @private
|
1899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1900
|
+
property :etag, as: 'etag'
|
1901
|
+
property :event_id, as: 'eventId'
|
1902
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::I18nRegion, decorator: Google::Apis::YoutubeV3::I18nRegion::Representation
|
1903
|
+
|
1904
|
+
property :kind, as: 'kind'
|
1905
|
+
property :visitor_id, as: 'visitorId'
|
1906
|
+
end
|
1907
|
+
end
|
1908
|
+
|
1909
|
+
class I18nRegionSnippet
|
1910
|
+
# @private
|
1911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1912
|
+
property :gl, as: 'gl'
|
1913
|
+
property :name, as: 'name'
|
1914
|
+
end
|
1915
|
+
end
|
1916
|
+
|
1917
|
+
class ImageSettings
|
1918
|
+
# @private
|
1919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1920
|
+
property :background_image_url, as: 'backgroundImageUrl', class: Google::Apis::YoutubeV3::LocalizedProperty, decorator: Google::Apis::YoutubeV3::LocalizedProperty::Representation
|
1921
|
+
|
1922
|
+
property :banner_external_url, as: 'bannerExternalUrl'
|
1923
|
+
property :banner_image_url, as: 'bannerImageUrl'
|
1924
|
+
property :banner_mobile_extra_hd_image_url, as: 'bannerMobileExtraHdImageUrl'
|
1925
|
+
property :banner_mobile_hd_image_url, as: 'bannerMobileHdImageUrl'
|
1926
|
+
property :banner_mobile_image_url, as: 'bannerMobileImageUrl'
|
1927
|
+
property :banner_mobile_low_image_url, as: 'bannerMobileLowImageUrl'
|
1928
|
+
property :banner_mobile_medium_hd_image_url, as: 'bannerMobileMediumHdImageUrl'
|
1929
|
+
property :banner_tablet_extra_hd_image_url, as: 'bannerTabletExtraHdImageUrl'
|
1930
|
+
property :banner_tablet_hd_image_url, as: 'bannerTabletHdImageUrl'
|
1931
|
+
property :banner_tablet_image_url, as: 'bannerTabletImageUrl'
|
1932
|
+
property :banner_tablet_low_image_url, as: 'bannerTabletLowImageUrl'
|
1933
|
+
property :banner_tv_high_image_url, as: 'bannerTvHighImageUrl'
|
1934
|
+
property :banner_tv_image_url, as: 'bannerTvImageUrl'
|
1935
|
+
property :banner_tv_low_image_url, as: 'bannerTvLowImageUrl'
|
1936
|
+
property :banner_tv_medium_image_url, as: 'bannerTvMediumImageUrl'
|
1937
|
+
property :large_branded_banner_image_imap_script, as: 'largeBrandedBannerImageImapScript', class: Google::Apis::YoutubeV3::LocalizedProperty, decorator: Google::Apis::YoutubeV3::LocalizedProperty::Representation
|
1938
|
+
|
1939
|
+
property :large_branded_banner_image_url, as: 'largeBrandedBannerImageUrl', class: Google::Apis::YoutubeV3::LocalizedProperty, decorator: Google::Apis::YoutubeV3::LocalizedProperty::Representation
|
1940
|
+
|
1941
|
+
property :small_branded_banner_image_imap_script, as: 'smallBrandedBannerImageImapScript', class: Google::Apis::YoutubeV3::LocalizedProperty, decorator: Google::Apis::YoutubeV3::LocalizedProperty::Representation
|
1942
|
+
|
1943
|
+
property :small_branded_banner_image_url, as: 'smallBrandedBannerImageUrl', class: Google::Apis::YoutubeV3::LocalizedProperty, decorator: Google::Apis::YoutubeV3::LocalizedProperty::Representation
|
1944
|
+
|
1945
|
+
property :tracking_image_url, as: 'trackingImageUrl'
|
1946
|
+
property :watch_icon_image_url, as: 'watchIconImageUrl'
|
1947
|
+
end
|
1948
|
+
end
|
1949
|
+
|
1950
|
+
class IngestionInfo
|
1951
|
+
# @private
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1953
|
+
property :backup_ingestion_address, as: 'backupIngestionAddress'
|
1954
|
+
property :ingestion_address, as: 'ingestionAddress'
|
1955
|
+
property :rtmps_backup_ingestion_address, as: 'rtmpsBackupIngestionAddress'
|
1956
|
+
property :rtmps_ingestion_address, as: 'rtmpsIngestionAddress'
|
1957
|
+
property :stream_name, as: 'streamName'
|
1958
|
+
end
|
1959
|
+
end
|
1960
|
+
|
1961
|
+
class InvideoBranding
|
1962
|
+
# @private
|
1963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1964
|
+
property :image_bytes, :base64 => true, as: 'imageBytes'
|
1965
|
+
property :image_url, as: 'imageUrl'
|
1966
|
+
property :position, as: 'position', class: Google::Apis::YoutubeV3::InvideoPosition, decorator: Google::Apis::YoutubeV3::InvideoPosition::Representation
|
1967
|
+
|
1968
|
+
property :target_channel_id, as: 'targetChannelId'
|
1969
|
+
property :timing, as: 'timing', class: Google::Apis::YoutubeV3::InvideoTiming, decorator: Google::Apis::YoutubeV3::InvideoTiming::Representation
|
1970
|
+
|
1971
|
+
end
|
1972
|
+
end
|
1973
|
+
|
1974
|
+
class InvideoPosition
|
1975
|
+
# @private
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1977
|
+
property :corner_position, as: 'cornerPosition'
|
1978
|
+
property :type, as: 'type'
|
1979
|
+
end
|
1980
|
+
end
|
1981
|
+
|
1982
|
+
class InvideoTiming
|
1983
|
+
# @private
|
1984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1985
|
+
property :duration_ms, :numeric_string => true, as: 'durationMs'
|
1986
|
+
property :offset_ms, :numeric_string => true, as: 'offsetMs'
|
1987
|
+
property :type, as: 'type'
|
1988
|
+
end
|
1989
|
+
end
|
1990
|
+
|
1991
|
+
class LanguageTag
|
1992
|
+
# @private
|
1993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1994
|
+
property :value, as: 'value'
|
1995
|
+
end
|
1996
|
+
end
|
1997
|
+
|
1998
|
+
class LevelDetails
|
1999
|
+
# @private
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2001
|
+
property :display_name, as: 'displayName'
|
2002
|
+
end
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class LiveBroadcast
|
2006
|
+
# @private
|
2007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2008
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::LiveBroadcastContentDetails, decorator: Google::Apis::YoutubeV3::LiveBroadcastContentDetails::Representation
|
2009
|
+
|
2010
|
+
property :etag, as: 'etag'
|
2011
|
+
property :id, as: 'id'
|
2012
|
+
property :kind, as: 'kind'
|
2013
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::LiveBroadcastSnippet, decorator: Google::Apis::YoutubeV3::LiveBroadcastSnippet::Representation
|
2014
|
+
|
2015
|
+
property :statistics, as: 'statistics', class: Google::Apis::YoutubeV3::LiveBroadcastStatistics, decorator: Google::Apis::YoutubeV3::LiveBroadcastStatistics::Representation
|
2016
|
+
|
2017
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::LiveBroadcastStatus, decorator: Google::Apis::YoutubeV3::LiveBroadcastStatus::Representation
|
2018
|
+
|
2019
|
+
end
|
2020
|
+
end
|
2021
|
+
|
2022
|
+
class LiveBroadcastContentDetails
|
2023
|
+
# @private
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2025
|
+
property :bound_stream_id, as: 'boundStreamId'
|
2026
|
+
property :bound_stream_last_update_time_ms, as: 'boundStreamLastUpdateTimeMs'
|
2027
|
+
property :closed_captions_type, as: 'closedCaptionsType'
|
2028
|
+
property :enable_auto_start, as: 'enableAutoStart'
|
2029
|
+
property :enable_auto_stop, as: 'enableAutoStop'
|
2030
|
+
property :enable_closed_captions, as: 'enableClosedCaptions'
|
2031
|
+
property :enable_content_encryption, as: 'enableContentEncryption'
|
2032
|
+
property :enable_dvr, as: 'enableDvr'
|
2033
|
+
property :enable_embed, as: 'enableEmbed'
|
2034
|
+
property :enable_low_latency, as: 'enableLowLatency'
|
2035
|
+
property :latency_preference, as: 'latencyPreference'
|
2036
|
+
property :mesh, :base64 => true, as: 'mesh'
|
2037
|
+
property :monitor_stream, as: 'monitorStream', class: Google::Apis::YoutubeV3::MonitorStreamInfo, decorator: Google::Apis::YoutubeV3::MonitorStreamInfo::Representation
|
2038
|
+
|
2039
|
+
property :projection, as: 'projection'
|
2040
|
+
property :record_from_start, as: 'recordFromStart'
|
2041
|
+
property :start_with_slate, as: 'startWithSlate'
|
2042
|
+
end
|
2043
|
+
end
|
2044
|
+
|
2045
|
+
class ListLiveBroadcastsResponse
|
2046
|
+
# @private
|
2047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2048
|
+
property :etag, as: 'etag'
|
2049
|
+
property :event_id, as: 'eventId'
|
2050
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::LiveBroadcast, decorator: Google::Apis::YoutubeV3::LiveBroadcast::Representation
|
2051
|
+
|
2052
|
+
property :kind, as: 'kind'
|
2053
|
+
property :next_page_token, as: 'nextPageToken'
|
2054
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2055
|
+
|
2056
|
+
property :prev_page_token, as: 'prevPageToken'
|
2057
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2058
|
+
|
2059
|
+
property :visitor_id, as: 'visitorId'
|
2060
|
+
end
|
2061
|
+
end
|
2062
|
+
|
2063
|
+
class LiveBroadcastSnippet
|
2064
|
+
# @private
|
2065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2066
|
+
property :actual_end_time, as: 'actualEndTime'
|
2067
|
+
property :actual_start_time, as: 'actualStartTime'
|
2068
|
+
property :channel_id, as: 'channelId'
|
2069
|
+
property :description, as: 'description'
|
2070
|
+
property :is_default_broadcast, as: 'isDefaultBroadcast'
|
2071
|
+
property :live_chat_id, as: 'liveChatId'
|
2072
|
+
property :published_at, as: 'publishedAt'
|
2073
|
+
property :scheduled_end_time, as: 'scheduledEndTime'
|
2074
|
+
property :scheduled_start_time, as: 'scheduledStartTime'
|
2075
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2076
|
+
|
2077
|
+
property :title, as: 'title'
|
2078
|
+
end
|
2079
|
+
end
|
2080
|
+
|
2081
|
+
class LiveBroadcastStatistics
|
2082
|
+
# @private
|
2083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2084
|
+
property :total_chat_count, :numeric_string => true, as: 'totalChatCount'
|
2085
|
+
end
|
2086
|
+
end
|
2087
|
+
|
2088
|
+
class LiveBroadcastStatus
|
2089
|
+
# @private
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2091
|
+
property :life_cycle_status, as: 'lifeCycleStatus'
|
2092
|
+
property :live_broadcast_priority, as: 'liveBroadcastPriority'
|
2093
|
+
property :made_for_kids, as: 'madeForKids'
|
2094
|
+
property :privacy_status, as: 'privacyStatus'
|
2095
|
+
property :recording_status, as: 'recordingStatus'
|
2096
|
+
property :self_declared_made_for_kids, as: 'selfDeclaredMadeForKids'
|
2097
|
+
end
|
2098
|
+
end
|
2099
|
+
|
2100
|
+
class LiveChatBan
|
2101
|
+
# @private
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2103
|
+
property :etag, as: 'etag'
|
2104
|
+
property :id, as: 'id'
|
2105
|
+
property :kind, as: 'kind'
|
2106
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::LiveChatBanSnippet, decorator: Google::Apis::YoutubeV3::LiveChatBanSnippet::Representation
|
2107
|
+
|
2108
|
+
end
|
2109
|
+
end
|
2110
|
+
|
2111
|
+
class LiveChatBanSnippet
|
2112
|
+
# @private
|
2113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2114
|
+
property :ban_duration_seconds, :numeric_string => true, as: 'banDurationSeconds'
|
2115
|
+
property :banned_user_details, as: 'bannedUserDetails', class: Google::Apis::YoutubeV3::ChannelProfileDetails, decorator: Google::Apis::YoutubeV3::ChannelProfileDetails::Representation
|
2116
|
+
|
2117
|
+
property :live_chat_id, as: 'liveChatId'
|
2118
|
+
property :type, as: 'type'
|
2119
|
+
end
|
2120
|
+
end
|
2121
|
+
|
2122
|
+
class LiveChatFanFundingEventDetails
|
2123
|
+
# @private
|
2124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2125
|
+
property :amount_display_string, as: 'amountDisplayString'
|
2126
|
+
property :amount_micros, :numeric_string => true, as: 'amountMicros'
|
2127
|
+
property :currency, as: 'currency'
|
2128
|
+
property :user_comment, as: 'userComment'
|
2129
|
+
end
|
2130
|
+
end
|
2131
|
+
|
2132
|
+
class LiveChatMessage
|
2133
|
+
# @private
|
2134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2135
|
+
property :author_details, as: 'authorDetails', class: Google::Apis::YoutubeV3::LiveChatMessageAuthorDetails, decorator: Google::Apis::YoutubeV3::LiveChatMessageAuthorDetails::Representation
|
2136
|
+
|
2137
|
+
property :etag, as: 'etag'
|
2138
|
+
property :id, as: 'id'
|
2139
|
+
property :kind, as: 'kind'
|
2140
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::LiveChatMessageSnippet, decorator: Google::Apis::YoutubeV3::LiveChatMessageSnippet::Representation
|
2141
|
+
|
2142
|
+
end
|
2143
|
+
end
|
2144
|
+
|
2145
|
+
class LiveChatMessageAuthorDetails
|
2146
|
+
# @private
|
2147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2148
|
+
property :channel_id, as: 'channelId'
|
2149
|
+
property :channel_url, as: 'channelUrl'
|
2150
|
+
property :display_name, as: 'displayName'
|
2151
|
+
property :is_chat_moderator, as: 'isChatModerator'
|
2152
|
+
property :is_chat_owner, as: 'isChatOwner'
|
2153
|
+
property :is_chat_sponsor, as: 'isChatSponsor'
|
2154
|
+
property :is_verified, as: 'isVerified'
|
2155
|
+
property :profile_image_url, as: 'profileImageUrl'
|
2156
|
+
end
|
2157
|
+
end
|
2158
|
+
|
2159
|
+
class LiveChatMessageDeletedDetails
|
2160
|
+
# @private
|
2161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2162
|
+
property :deleted_message_id, as: 'deletedMessageId'
|
2163
|
+
end
|
2164
|
+
end
|
2165
|
+
|
2166
|
+
class LiveChatMessageListResponse
|
2167
|
+
# @private
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2169
|
+
property :etag, as: 'etag'
|
2170
|
+
property :event_id, as: 'eventId'
|
2171
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::LiveChatMessage, decorator: Google::Apis::YoutubeV3::LiveChatMessage::Representation
|
2172
|
+
|
2173
|
+
property :kind, as: 'kind'
|
2174
|
+
property :next_page_token, as: 'nextPageToken'
|
2175
|
+
property :offline_at, as: 'offlineAt'
|
2176
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2177
|
+
|
2178
|
+
property :polling_interval_millis, as: 'pollingIntervalMillis'
|
2179
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2180
|
+
|
2181
|
+
property :visitor_id, as: 'visitorId'
|
2182
|
+
end
|
2183
|
+
end
|
2184
|
+
|
2185
|
+
class LiveChatMessageRetractedDetails
|
2186
|
+
# @private
|
2187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2188
|
+
property :retracted_message_id, as: 'retractedMessageId'
|
2189
|
+
end
|
2190
|
+
end
|
2191
|
+
|
2192
|
+
class LiveChatMessageSnippet
|
2193
|
+
# @private
|
2194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2195
|
+
property :author_channel_id, as: 'authorChannelId'
|
2196
|
+
property :display_message, as: 'displayMessage'
|
2197
|
+
property :fan_funding_event_details, as: 'fanFundingEventDetails', class: Google::Apis::YoutubeV3::LiveChatFanFundingEventDetails, decorator: Google::Apis::YoutubeV3::LiveChatFanFundingEventDetails::Representation
|
2198
|
+
|
2199
|
+
property :has_display_content, as: 'hasDisplayContent'
|
2200
|
+
property :live_chat_id, as: 'liveChatId'
|
2201
|
+
property :message_deleted_details, as: 'messageDeletedDetails', class: Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails, decorator: Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails::Representation
|
2202
|
+
|
2203
|
+
property :message_retracted_details, as: 'messageRetractedDetails', class: Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails, decorator: Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails::Representation
|
2204
|
+
|
2205
|
+
property :published_at, as: 'publishedAt'
|
2206
|
+
property :super_chat_details, as: 'superChatDetails', class: Google::Apis::YoutubeV3::LiveChatSuperChatDetails, decorator: Google::Apis::YoutubeV3::LiveChatSuperChatDetails::Representation
|
2207
|
+
|
2208
|
+
property :super_sticker_details, as: 'superStickerDetails', class: Google::Apis::YoutubeV3::LiveChatSuperStickerDetails, decorator: Google::Apis::YoutubeV3::LiveChatSuperStickerDetails::Representation
|
2209
|
+
|
2210
|
+
property :text_message_details, as: 'textMessageDetails', class: Google::Apis::YoutubeV3::LiveChatTextMessageDetails, decorator: Google::Apis::YoutubeV3::LiveChatTextMessageDetails::Representation
|
2211
|
+
|
2212
|
+
property :type, as: 'type'
|
2213
|
+
property :user_banned_details, as: 'userBannedDetails', class: Google::Apis::YoutubeV3::LiveChatUserBannedMessageDetails, decorator: Google::Apis::YoutubeV3::LiveChatUserBannedMessageDetails::Representation
|
2214
|
+
|
2215
|
+
end
|
2216
|
+
end
|
2217
|
+
|
2218
|
+
class LiveChatModerator
|
2219
|
+
# @private
|
2220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2221
|
+
property :etag, as: 'etag'
|
2222
|
+
property :id, as: 'id'
|
2223
|
+
property :kind, as: 'kind'
|
2224
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::LiveChatModeratorSnippet, decorator: Google::Apis::YoutubeV3::LiveChatModeratorSnippet::Representation
|
2225
|
+
|
2226
|
+
end
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
class LiveChatModeratorListResponse
|
2230
|
+
# @private
|
2231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2232
|
+
property :etag, as: 'etag'
|
2233
|
+
property :event_id, as: 'eventId'
|
2234
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::LiveChatModerator, decorator: Google::Apis::YoutubeV3::LiveChatModerator::Representation
|
2235
|
+
|
2236
|
+
property :kind, as: 'kind'
|
2237
|
+
property :next_page_token, as: 'nextPageToken'
|
2238
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2239
|
+
|
2240
|
+
property :prev_page_token, as: 'prevPageToken'
|
2241
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2242
|
+
|
2243
|
+
property :visitor_id, as: 'visitorId'
|
2244
|
+
end
|
2245
|
+
end
|
2246
|
+
|
2247
|
+
class LiveChatModeratorSnippet
|
2248
|
+
# @private
|
2249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2250
|
+
property :live_chat_id, as: 'liveChatId'
|
2251
|
+
property :moderator_details, as: 'moderatorDetails', class: Google::Apis::YoutubeV3::ChannelProfileDetails, decorator: Google::Apis::YoutubeV3::ChannelProfileDetails::Representation
|
2252
|
+
|
2253
|
+
end
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
class LiveChatSuperChatDetails
|
2257
|
+
# @private
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2259
|
+
property :amount_display_string, as: 'amountDisplayString'
|
2260
|
+
property :amount_micros, :numeric_string => true, as: 'amountMicros'
|
2261
|
+
property :currency, as: 'currency'
|
2262
|
+
property :tier, as: 'tier'
|
2263
|
+
property :user_comment, as: 'userComment'
|
2264
|
+
end
|
2265
|
+
end
|
2266
|
+
|
2267
|
+
class LiveChatSuperStickerDetails
|
2268
|
+
# @private
|
2269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2270
|
+
property :amount_display_string, as: 'amountDisplayString'
|
2271
|
+
property :amount_micros, :numeric_string => true, as: 'amountMicros'
|
2272
|
+
property :currency, as: 'currency'
|
2273
|
+
property :super_sticker_metadata, as: 'superStickerMetadata', class: Google::Apis::YoutubeV3::SuperStickerMetadata, decorator: Google::Apis::YoutubeV3::SuperStickerMetadata::Representation
|
2274
|
+
|
2275
|
+
property :tier, as: 'tier'
|
2276
|
+
end
|
2277
|
+
end
|
2278
|
+
|
2279
|
+
class LiveChatTextMessageDetails
|
2280
|
+
# @private
|
2281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2282
|
+
property :message_text, as: 'messageText'
|
2283
|
+
end
|
2284
|
+
end
|
2285
|
+
|
2286
|
+
class LiveChatUserBannedMessageDetails
|
2287
|
+
# @private
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2289
|
+
property :ban_duration_seconds, :numeric_string => true, as: 'banDurationSeconds'
|
2290
|
+
property :ban_type, as: 'banType'
|
2291
|
+
property :banned_user_details, as: 'bannedUserDetails', class: Google::Apis::YoutubeV3::ChannelProfileDetails, decorator: Google::Apis::YoutubeV3::ChannelProfileDetails::Representation
|
2292
|
+
|
2293
|
+
end
|
2294
|
+
end
|
2295
|
+
|
2296
|
+
class LiveStream
|
2297
|
+
# @private
|
2298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2299
|
+
property :cdn, as: 'cdn', class: Google::Apis::YoutubeV3::CdnSettings, decorator: Google::Apis::YoutubeV3::CdnSettings::Representation
|
2300
|
+
|
2301
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::LiveStreamContentDetails, decorator: Google::Apis::YoutubeV3::LiveStreamContentDetails::Representation
|
2302
|
+
|
2303
|
+
property :etag, as: 'etag'
|
2304
|
+
property :id, as: 'id'
|
2305
|
+
property :kind, as: 'kind'
|
2306
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::LiveStreamSnippet, decorator: Google::Apis::YoutubeV3::LiveStreamSnippet::Representation
|
2307
|
+
|
2308
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::LiveStreamStatus, decorator: Google::Apis::YoutubeV3::LiveStreamStatus::Representation
|
2309
|
+
|
2310
|
+
end
|
2311
|
+
end
|
2312
|
+
|
2313
|
+
class LiveStreamConfigurationIssue
|
2314
|
+
# @private
|
2315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2316
|
+
property :description, as: 'description'
|
2317
|
+
property :reason, as: 'reason'
|
2318
|
+
property :severity, as: 'severity'
|
2319
|
+
property :type, as: 'type'
|
2320
|
+
end
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class LiveStreamContentDetails
|
2324
|
+
# @private
|
2325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2326
|
+
property :closed_captions_ingestion_url, as: 'closedCaptionsIngestionUrl'
|
2327
|
+
property :is_reusable, as: 'isReusable'
|
2328
|
+
end
|
2329
|
+
end
|
2330
|
+
|
2331
|
+
class LiveStreamHealthStatus
|
2332
|
+
# @private
|
2333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2334
|
+
collection :configuration_issues, as: 'configurationIssues', class: Google::Apis::YoutubeV3::LiveStreamConfigurationIssue, decorator: Google::Apis::YoutubeV3::LiveStreamConfigurationIssue::Representation
|
2335
|
+
|
2336
|
+
property :last_update_time_seconds, :numeric_string => true, as: 'lastUpdateTimeSeconds'
|
2337
|
+
property :status, as: 'status'
|
2338
|
+
end
|
2339
|
+
end
|
2340
|
+
|
2341
|
+
class ListLiveStreamsResponse
|
2342
|
+
# @private
|
2343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2344
|
+
property :etag, as: 'etag'
|
2345
|
+
property :event_id, as: 'eventId'
|
2346
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::LiveStream, decorator: Google::Apis::YoutubeV3::LiveStream::Representation
|
2347
|
+
|
2348
|
+
property :kind, as: 'kind'
|
2349
|
+
property :next_page_token, as: 'nextPageToken'
|
2350
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2351
|
+
|
2352
|
+
property :prev_page_token, as: 'prevPageToken'
|
2353
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2354
|
+
|
2355
|
+
property :visitor_id, as: 'visitorId'
|
2356
|
+
end
|
2357
|
+
end
|
2358
|
+
|
2359
|
+
class LiveStreamSnippet
|
2360
|
+
# @private
|
2361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2362
|
+
property :channel_id, as: 'channelId'
|
2363
|
+
property :description, as: 'description'
|
2364
|
+
property :is_default_stream, as: 'isDefaultStream'
|
2365
|
+
property :published_at, as: 'publishedAt'
|
2366
|
+
property :title, as: 'title'
|
2367
|
+
end
|
2368
|
+
end
|
2369
|
+
|
2370
|
+
class LiveStreamStatus
|
2371
|
+
# @private
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2373
|
+
property :health_status, as: 'healthStatus', class: Google::Apis::YoutubeV3::LiveStreamHealthStatus, decorator: Google::Apis::YoutubeV3::LiveStreamHealthStatus::Representation
|
2374
|
+
|
2375
|
+
property :stream_status, as: 'streamStatus'
|
2376
|
+
end
|
2377
|
+
end
|
2378
|
+
|
2379
|
+
class LocalizedProperty
|
2380
|
+
# @private
|
2381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2382
|
+
property :default, as: 'default'
|
2383
|
+
property :default_language, as: 'defaultLanguage', class: Google::Apis::YoutubeV3::LanguageTag, decorator: Google::Apis::YoutubeV3::LanguageTag::Representation
|
2384
|
+
|
2385
|
+
collection :localized, as: 'localized', class: Google::Apis::YoutubeV3::LocalizedString, decorator: Google::Apis::YoutubeV3::LocalizedString::Representation
|
2386
|
+
|
2387
|
+
end
|
2388
|
+
end
|
2389
|
+
|
2390
|
+
class LocalizedString
|
2391
|
+
# @private
|
2392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2393
|
+
property :language, as: 'language'
|
2394
|
+
property :value, as: 'value'
|
2395
|
+
end
|
2396
|
+
end
|
2397
|
+
|
2398
|
+
class Member
|
2399
|
+
# @private
|
2400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2401
|
+
property :etag, as: 'etag'
|
2402
|
+
property :kind, as: 'kind'
|
2403
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::MemberSnippet, decorator: Google::Apis::YoutubeV3::MemberSnippet::Representation
|
2404
|
+
|
2405
|
+
end
|
2406
|
+
end
|
2407
|
+
|
2408
|
+
class MemberListResponse
|
2409
|
+
# @private
|
2410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2411
|
+
property :etag, as: 'etag'
|
2412
|
+
property :event_id, as: 'eventId'
|
2413
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Member, decorator: Google::Apis::YoutubeV3::Member::Representation
|
2414
|
+
|
2415
|
+
property :kind, as: 'kind'
|
2416
|
+
property :next_page_token, as: 'nextPageToken'
|
2417
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2418
|
+
|
2419
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2420
|
+
|
2421
|
+
property :visitor_id, as: 'visitorId'
|
2422
|
+
end
|
2423
|
+
end
|
2424
|
+
|
2425
|
+
class MemberSnippet
|
2426
|
+
# @private
|
2427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2428
|
+
property :creator_channel_id, as: 'creatorChannelId'
|
2429
|
+
property :member_details, as: 'memberDetails', class: Google::Apis::YoutubeV3::ChannelProfileDetails, decorator: Google::Apis::YoutubeV3::ChannelProfileDetails::Representation
|
2430
|
+
|
2431
|
+
property :memberships_details, as: 'membershipsDetails', class: Google::Apis::YoutubeV3::MembershipsDetails, decorator: Google::Apis::YoutubeV3::MembershipsDetails::Representation
|
2432
|
+
|
2433
|
+
end
|
2434
|
+
end
|
2435
|
+
|
2436
|
+
class MembershipsDetails
|
2437
|
+
# @private
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2439
|
+
collection :accessible_levels, as: 'accessibleLevels'
|
2440
|
+
property :highest_accessible_level, as: 'highestAccessibleLevel'
|
2441
|
+
property :highest_accessible_level_display_name, as: 'highestAccessibleLevelDisplayName'
|
2442
|
+
property :memberships_duration, as: 'membershipsDuration', class: Google::Apis::YoutubeV3::MembershipsDuration, decorator: Google::Apis::YoutubeV3::MembershipsDuration::Representation
|
2443
|
+
|
2444
|
+
collection :memberships_duration_at_levels, as: 'membershipsDurationAtLevels', class: Google::Apis::YoutubeV3::MembershipsDurationAtLevel, decorator: Google::Apis::YoutubeV3::MembershipsDurationAtLevel::Representation
|
2445
|
+
|
2446
|
+
end
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
class MembershipsDuration
|
2450
|
+
# @private
|
2451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2452
|
+
property :member_since, as: 'memberSince'
|
2453
|
+
property :member_total_duration_months, as: 'memberTotalDurationMonths'
|
2454
|
+
end
|
2455
|
+
end
|
2456
|
+
|
2457
|
+
class MembershipsDurationAtLevel
|
2458
|
+
# @private
|
2459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2460
|
+
property :level, as: 'level'
|
2461
|
+
property :member_since, as: 'memberSince'
|
2462
|
+
property :member_total_duration_months, as: 'memberTotalDurationMonths'
|
2463
|
+
end
|
2464
|
+
end
|
2465
|
+
|
2466
|
+
class MembershipsLevel
|
2467
|
+
# @private
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2469
|
+
property :etag, as: 'etag'
|
2470
|
+
property :id, as: 'id'
|
2471
|
+
property :kind, as: 'kind'
|
2472
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::MembershipsLevelSnippet, decorator: Google::Apis::YoutubeV3::MembershipsLevelSnippet::Representation
|
2473
|
+
|
2474
|
+
end
|
2475
|
+
end
|
2476
|
+
|
2477
|
+
class MembershipsLevelListResponse
|
2478
|
+
# @private
|
2479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2480
|
+
property :etag, as: 'etag'
|
2481
|
+
property :event_id, as: 'eventId'
|
2482
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::MembershipsLevel, decorator: Google::Apis::YoutubeV3::MembershipsLevel::Representation
|
2483
|
+
|
2484
|
+
property :kind, as: 'kind'
|
2485
|
+
property :visitor_id, as: 'visitorId'
|
2486
|
+
end
|
2487
|
+
end
|
2488
|
+
|
2489
|
+
class MembershipsLevelSnippet
|
2490
|
+
# @private
|
2491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2492
|
+
property :creator_channel_id, as: 'creatorChannelId'
|
2493
|
+
property :level_details, as: 'levelDetails', class: Google::Apis::YoutubeV3::LevelDetails, decorator: Google::Apis::YoutubeV3::LevelDetails::Representation
|
2494
|
+
|
2495
|
+
end
|
2496
|
+
end
|
2497
|
+
|
2498
|
+
class MonitorStreamInfo
|
2499
|
+
# @private
|
2500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2501
|
+
property :broadcast_stream_delay_ms, as: 'broadcastStreamDelayMs'
|
2502
|
+
property :embed_html, as: 'embedHtml'
|
2503
|
+
property :enable_monitor_stream, as: 'enableMonitorStream'
|
2504
|
+
end
|
2505
|
+
end
|
2506
|
+
|
2507
|
+
class PageInfo
|
2508
|
+
# @private
|
2509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2510
|
+
property :results_per_page, as: 'resultsPerPage'
|
2511
|
+
property :total_results, as: 'totalResults'
|
2512
|
+
end
|
2513
|
+
end
|
2514
|
+
|
2515
|
+
class Playlist
|
2516
|
+
# @private
|
2517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2518
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::PlaylistContentDetails, decorator: Google::Apis::YoutubeV3::PlaylistContentDetails::Representation
|
2519
|
+
|
2520
|
+
property :etag, as: 'etag'
|
2521
|
+
property :id, as: 'id'
|
2522
|
+
property :kind, as: 'kind'
|
2523
|
+
hash :localizations, as: 'localizations', class: Google::Apis::YoutubeV3::PlaylistLocalization, decorator: Google::Apis::YoutubeV3::PlaylistLocalization::Representation
|
2524
|
+
|
2525
|
+
property :player, as: 'player', class: Google::Apis::YoutubeV3::PlaylistPlayer, decorator: Google::Apis::YoutubeV3::PlaylistPlayer::Representation
|
2526
|
+
|
2527
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::PlaylistSnippet, decorator: Google::Apis::YoutubeV3::PlaylistSnippet::Representation
|
2528
|
+
|
2529
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::PlaylistStatus, decorator: Google::Apis::YoutubeV3::PlaylistStatus::Representation
|
2530
|
+
|
2531
|
+
end
|
2532
|
+
end
|
2533
|
+
|
2534
|
+
class PlaylistContentDetails
|
2535
|
+
# @private
|
2536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2537
|
+
property :item_count, as: 'itemCount'
|
2538
|
+
end
|
2539
|
+
end
|
2540
|
+
|
2541
|
+
class PlaylistItem
|
2542
|
+
# @private
|
2543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2544
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::PlaylistItemContentDetails, decorator: Google::Apis::YoutubeV3::PlaylistItemContentDetails::Representation
|
2545
|
+
|
2546
|
+
property :etag, as: 'etag'
|
2547
|
+
property :id, as: 'id'
|
2548
|
+
property :kind, as: 'kind'
|
2549
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::PlaylistItemSnippet, decorator: Google::Apis::YoutubeV3::PlaylistItemSnippet::Representation
|
2550
|
+
|
2551
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::PlaylistItemStatus, decorator: Google::Apis::YoutubeV3::PlaylistItemStatus::Representation
|
2552
|
+
|
2553
|
+
end
|
2554
|
+
end
|
2555
|
+
|
2556
|
+
class PlaylistItemContentDetails
|
2557
|
+
# @private
|
2558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2559
|
+
property :end_at, as: 'endAt'
|
2560
|
+
property :note, as: 'note'
|
2561
|
+
property :start_at, as: 'startAt'
|
2562
|
+
property :video_id, as: 'videoId'
|
2563
|
+
property :video_published_at, as: 'videoPublishedAt'
|
2564
|
+
end
|
2565
|
+
end
|
2566
|
+
|
2567
|
+
class ListPlaylistItemsResponse
|
2568
|
+
# @private
|
2569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2570
|
+
property :etag, as: 'etag'
|
2571
|
+
property :event_id, as: 'eventId'
|
2572
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::PlaylistItem, decorator: Google::Apis::YoutubeV3::PlaylistItem::Representation
|
2573
|
+
|
2574
|
+
property :kind, as: 'kind'
|
2575
|
+
property :next_page_token, as: 'nextPageToken'
|
2576
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2577
|
+
|
2578
|
+
property :prev_page_token, as: 'prevPageToken'
|
2579
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2580
|
+
|
2581
|
+
property :visitor_id, as: 'visitorId'
|
2582
|
+
end
|
2583
|
+
end
|
2584
|
+
|
2585
|
+
class PlaylistItemSnippet
|
2586
|
+
# @private
|
2587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2588
|
+
property :channel_id, as: 'channelId'
|
2589
|
+
property :channel_title, as: 'channelTitle'
|
2590
|
+
property :description, as: 'description'
|
2591
|
+
property :playlist_id, as: 'playlistId'
|
2592
|
+
property :position, as: 'position'
|
2593
|
+
property :published_at, as: 'publishedAt'
|
2594
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
2595
|
+
|
2596
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2597
|
+
|
2598
|
+
property :title, as: 'title'
|
2599
|
+
end
|
2600
|
+
end
|
2601
|
+
|
2602
|
+
class PlaylistItemStatus
|
2603
|
+
# @private
|
2604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2605
|
+
property :privacy_status, as: 'privacyStatus'
|
2606
|
+
end
|
2607
|
+
end
|
2608
|
+
|
2609
|
+
class ListPlaylistResponse
|
2610
|
+
# @private
|
2611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2612
|
+
property :etag, as: 'etag'
|
2613
|
+
property :event_id, as: 'eventId'
|
2614
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Playlist, decorator: Google::Apis::YoutubeV3::Playlist::Representation
|
2615
|
+
|
2616
|
+
property :kind, as: 'kind'
|
2617
|
+
property :next_page_token, as: 'nextPageToken'
|
2618
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2619
|
+
|
2620
|
+
property :prev_page_token, as: 'prevPageToken'
|
2621
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2622
|
+
|
2623
|
+
property :visitor_id, as: 'visitorId'
|
2624
|
+
end
|
2625
|
+
end
|
2626
|
+
|
2627
|
+
class PlaylistLocalization
|
2628
|
+
# @private
|
2629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2630
|
+
property :description, as: 'description'
|
2631
|
+
property :title, as: 'title'
|
2632
|
+
end
|
2633
|
+
end
|
2634
|
+
|
2635
|
+
class PlaylistPlayer
|
2636
|
+
# @private
|
2637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2638
|
+
property :embed_html, as: 'embedHtml'
|
2639
|
+
end
|
2640
|
+
end
|
2641
|
+
|
2642
|
+
class PlaylistSnippet
|
2643
|
+
# @private
|
2644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2645
|
+
property :channel_id, as: 'channelId'
|
2646
|
+
property :channel_title, as: 'channelTitle'
|
2647
|
+
property :default_language, as: 'defaultLanguage'
|
2648
|
+
property :description, as: 'description'
|
2649
|
+
property :localized, as: 'localized', class: Google::Apis::YoutubeV3::PlaylistLocalization, decorator: Google::Apis::YoutubeV3::PlaylistLocalization::Representation
|
2650
|
+
|
2651
|
+
property :published_at, as: 'publishedAt'
|
2652
|
+
collection :tags, as: 'tags'
|
2653
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2654
|
+
|
2655
|
+
property :title, as: 'title'
|
2656
|
+
end
|
2657
|
+
end
|
2658
|
+
|
2659
|
+
class PlaylistStatus
|
2660
|
+
# @private
|
2661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2662
|
+
property :privacy_status, as: 'privacyStatus'
|
2663
|
+
end
|
2664
|
+
end
|
2665
|
+
|
2666
|
+
class PropertyValue
|
2667
|
+
# @private
|
2668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2669
|
+
property :property, as: 'property'
|
2670
|
+
property :value, as: 'value'
|
2671
|
+
end
|
2672
|
+
end
|
2673
|
+
|
2674
|
+
class RelatedEntity
|
2675
|
+
# @private
|
2676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2677
|
+
property :entity, as: 'entity', class: Google::Apis::YoutubeV3::Entity, decorator: Google::Apis::YoutubeV3::Entity::Representation
|
2678
|
+
|
2679
|
+
end
|
2680
|
+
end
|
2681
|
+
|
2682
|
+
class ResourceId
|
2683
|
+
# @private
|
2684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2685
|
+
property :channel_id, as: 'channelId'
|
2686
|
+
property :kind, as: 'kind'
|
2687
|
+
property :playlist_id, as: 'playlistId'
|
2688
|
+
property :video_id, as: 'videoId'
|
2689
|
+
end
|
2690
|
+
end
|
2691
|
+
|
2692
|
+
class SearchListsResponse
|
2693
|
+
# @private
|
2694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2695
|
+
property :etag, as: 'etag'
|
2696
|
+
property :event_id, as: 'eventId'
|
2697
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::SearchResult, decorator: Google::Apis::YoutubeV3::SearchResult::Representation
|
2698
|
+
|
2699
|
+
property :kind, as: 'kind'
|
2700
|
+
property :next_page_token, as: 'nextPageToken'
|
2701
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2702
|
+
|
2703
|
+
property :prev_page_token, as: 'prevPageToken'
|
2704
|
+
property :region_code, as: 'regionCode'
|
2705
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2706
|
+
|
2707
|
+
property :visitor_id, as: 'visitorId'
|
2708
|
+
end
|
2709
|
+
end
|
2710
|
+
|
2711
|
+
class SearchResult
|
2712
|
+
# @private
|
2713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2714
|
+
property :etag, as: 'etag'
|
2715
|
+
property :id, as: 'id', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
2716
|
+
|
2717
|
+
property :kind, as: 'kind'
|
2718
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::SearchResultSnippet, decorator: Google::Apis::YoutubeV3::SearchResultSnippet::Representation
|
2719
|
+
|
2720
|
+
end
|
2721
|
+
end
|
2722
|
+
|
2723
|
+
class SearchResultSnippet
|
2724
|
+
# @private
|
2725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2726
|
+
property :channel_id, as: 'channelId'
|
2727
|
+
property :channel_title, as: 'channelTitle'
|
2728
|
+
property :description, as: 'description'
|
2729
|
+
property :live_broadcast_content, as: 'liveBroadcastContent'
|
2730
|
+
property :published_at, as: 'publishedAt'
|
2731
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2732
|
+
|
2733
|
+
property :title, as: 'title'
|
2734
|
+
end
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class Subscription
|
2738
|
+
# @private
|
2739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2740
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::SubscriptionContentDetails, decorator: Google::Apis::YoutubeV3::SubscriptionContentDetails::Representation
|
2741
|
+
|
2742
|
+
property :etag, as: 'etag'
|
2743
|
+
property :id, as: 'id'
|
2744
|
+
property :kind, as: 'kind'
|
2745
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::SubscriptionSnippet, decorator: Google::Apis::YoutubeV3::SubscriptionSnippet::Representation
|
2746
|
+
|
2747
|
+
property :subscriber_snippet, as: 'subscriberSnippet', class: Google::Apis::YoutubeV3::SubscriptionSubscriberSnippet, decorator: Google::Apis::YoutubeV3::SubscriptionSubscriberSnippet::Representation
|
2748
|
+
|
2749
|
+
end
|
2750
|
+
end
|
2751
|
+
|
2752
|
+
class SubscriptionContentDetails
|
2753
|
+
# @private
|
2754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2755
|
+
property :activity_type, as: 'activityType'
|
2756
|
+
property :new_item_count, as: 'newItemCount'
|
2757
|
+
property :total_item_count, as: 'totalItemCount'
|
2758
|
+
end
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
class ListSubscriptionResponse
|
2762
|
+
# @private
|
2763
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2764
|
+
property :etag, as: 'etag'
|
2765
|
+
property :event_id, as: 'eventId'
|
2766
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Subscription, decorator: Google::Apis::YoutubeV3::Subscription::Representation
|
2767
|
+
|
2768
|
+
property :kind, as: 'kind'
|
2769
|
+
property :next_page_token, as: 'nextPageToken'
|
2770
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2771
|
+
|
2772
|
+
property :prev_page_token, as: 'prevPageToken'
|
2773
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2774
|
+
|
2775
|
+
property :visitor_id, as: 'visitorId'
|
2776
|
+
end
|
2777
|
+
end
|
2778
|
+
|
2779
|
+
class SubscriptionSnippet
|
2780
|
+
# @private
|
2781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2782
|
+
property :channel_id, as: 'channelId'
|
2783
|
+
property :channel_title, as: 'channelTitle'
|
2784
|
+
property :description, as: 'description'
|
2785
|
+
property :published_at, as: 'publishedAt'
|
2786
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::YoutubeV3::ResourceId, decorator: Google::Apis::YoutubeV3::ResourceId::Representation
|
2787
|
+
|
2788
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2789
|
+
|
2790
|
+
property :title, as: 'title'
|
2791
|
+
end
|
2792
|
+
end
|
2793
|
+
|
2794
|
+
class SubscriptionSubscriberSnippet
|
2795
|
+
# @private
|
2796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2797
|
+
property :channel_id, as: 'channelId'
|
2798
|
+
property :description, as: 'description'
|
2799
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2800
|
+
|
2801
|
+
property :title, as: 'title'
|
2802
|
+
end
|
2803
|
+
end
|
2804
|
+
|
2805
|
+
class SuperChatEvent
|
2806
|
+
# @private
|
2807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2808
|
+
property :etag, as: 'etag'
|
2809
|
+
property :id, as: 'id'
|
2810
|
+
property :kind, as: 'kind'
|
2811
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::SuperChatEventSnippet, decorator: Google::Apis::YoutubeV3::SuperChatEventSnippet::Representation
|
2812
|
+
|
2813
|
+
end
|
2814
|
+
end
|
2815
|
+
|
2816
|
+
class SuperChatEventListResponse
|
2817
|
+
# @private
|
2818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2819
|
+
property :etag, as: 'etag'
|
2820
|
+
property :event_id, as: 'eventId'
|
2821
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::SuperChatEvent, decorator: Google::Apis::YoutubeV3::SuperChatEvent::Representation
|
2822
|
+
|
2823
|
+
property :kind, as: 'kind'
|
2824
|
+
property :next_page_token, as: 'nextPageToken'
|
2825
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
2826
|
+
|
2827
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
2828
|
+
|
2829
|
+
property :visitor_id, as: 'visitorId'
|
2830
|
+
end
|
2831
|
+
end
|
2832
|
+
|
2833
|
+
class SuperChatEventSnippet
|
2834
|
+
# @private
|
2835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2836
|
+
property :amount_micros, :numeric_string => true, as: 'amountMicros'
|
2837
|
+
property :channel_id, as: 'channelId'
|
2838
|
+
property :comment_text, as: 'commentText'
|
2839
|
+
property :created_at, as: 'createdAt'
|
2840
|
+
property :currency, as: 'currency'
|
2841
|
+
property :display_string, as: 'displayString'
|
2842
|
+
property :is_super_sticker_event, as: 'isSuperStickerEvent'
|
2843
|
+
property :message_type, as: 'messageType'
|
2844
|
+
property :super_sticker_metadata, as: 'superStickerMetadata', class: Google::Apis::YoutubeV3::SuperStickerMetadata, decorator: Google::Apis::YoutubeV3::SuperStickerMetadata::Representation
|
2845
|
+
|
2846
|
+
property :supporter_details, as: 'supporterDetails', class: Google::Apis::YoutubeV3::ChannelProfileDetails, decorator: Google::Apis::YoutubeV3::ChannelProfileDetails::Representation
|
2847
|
+
|
2848
|
+
end
|
2849
|
+
end
|
2850
|
+
|
2851
|
+
class SuperStickerMetadata
|
2852
|
+
# @private
|
2853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2854
|
+
property :alt_text, as: 'altText'
|
2855
|
+
property :alt_text_language, as: 'altTextLanguage'
|
2856
|
+
property :sticker_id, as: 'stickerId'
|
2857
|
+
end
|
2858
|
+
end
|
2859
|
+
|
2860
|
+
class TestItem
|
2861
|
+
# @private
|
2862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2863
|
+
property :gaia, :numeric_string => true, as: 'gaia'
|
2864
|
+
property :id, as: 'id'
|
2865
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::TestItemTestItemSnippet, decorator: Google::Apis::YoutubeV3::TestItemTestItemSnippet::Representation
|
2866
|
+
|
2867
|
+
end
|
2868
|
+
end
|
2869
|
+
|
2870
|
+
class TestItemTestItemSnippet
|
2871
|
+
# @private
|
2872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2873
|
+
end
|
2874
|
+
end
|
2875
|
+
|
2876
|
+
class ThirdPartyLink
|
2877
|
+
# @private
|
2878
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2879
|
+
property :etag, as: 'etag'
|
2880
|
+
property :kind, as: 'kind'
|
2881
|
+
property :linking_token, as: 'linkingToken'
|
2882
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::ThirdPartyLinkSnippet, decorator: Google::Apis::YoutubeV3::ThirdPartyLinkSnippet::Representation
|
2883
|
+
|
2884
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::ThirdPartyLinkStatus, decorator: Google::Apis::YoutubeV3::ThirdPartyLinkStatus::Representation
|
2885
|
+
|
2886
|
+
end
|
2887
|
+
end
|
2888
|
+
|
2889
|
+
class ThirdPartyLinkSnippet
|
2890
|
+
# @private
|
2891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2892
|
+
property :channel_to_store_link, as: 'channelToStoreLink', class: Google::Apis::YoutubeV3::ChannelToStoreLinkDetails, decorator: Google::Apis::YoutubeV3::ChannelToStoreLinkDetails::Representation
|
2893
|
+
|
2894
|
+
property :type, as: 'type'
|
2895
|
+
end
|
2896
|
+
end
|
2897
|
+
|
2898
|
+
class ThirdPartyLinkStatus
|
2899
|
+
# @private
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2901
|
+
property :link_status, as: 'linkStatus'
|
2902
|
+
end
|
2903
|
+
end
|
2904
|
+
|
2905
|
+
class Thumbnail
|
2906
|
+
# @private
|
2907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2908
|
+
property :height, as: 'height'
|
2909
|
+
property :url, as: 'url'
|
2910
|
+
property :width, as: 'width'
|
2911
|
+
end
|
2912
|
+
end
|
2913
|
+
|
2914
|
+
class ThumbnailDetails
|
2915
|
+
# @private
|
2916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2917
|
+
property :default, as: 'default', class: Google::Apis::YoutubeV3::Thumbnail, decorator: Google::Apis::YoutubeV3::Thumbnail::Representation
|
2918
|
+
|
2919
|
+
property :high, as: 'high', class: Google::Apis::YoutubeV3::Thumbnail, decorator: Google::Apis::YoutubeV3::Thumbnail::Representation
|
2920
|
+
|
2921
|
+
property :maxres, as: 'maxres', class: Google::Apis::YoutubeV3::Thumbnail, decorator: Google::Apis::YoutubeV3::Thumbnail::Representation
|
2922
|
+
|
2923
|
+
property :medium, as: 'medium', class: Google::Apis::YoutubeV3::Thumbnail, decorator: Google::Apis::YoutubeV3::Thumbnail::Representation
|
2924
|
+
|
2925
|
+
property :standard, as: 'standard', class: Google::Apis::YoutubeV3::Thumbnail, decorator: Google::Apis::YoutubeV3::Thumbnail::Representation
|
2926
|
+
|
2927
|
+
end
|
2928
|
+
end
|
2929
|
+
|
2930
|
+
class SetThumbnailResponse
|
2931
|
+
# @private
|
2932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2933
|
+
property :etag, as: 'etag'
|
2934
|
+
property :event_id, as: 'eventId'
|
2935
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
2936
|
+
|
2937
|
+
property :kind, as: 'kind'
|
2938
|
+
property :visitor_id, as: 'visitorId'
|
2939
|
+
end
|
2940
|
+
end
|
2941
|
+
|
2942
|
+
class TokenPagination
|
2943
|
+
# @private
|
2944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2945
|
+
end
|
2946
|
+
end
|
2947
|
+
|
2948
|
+
class Video
|
2949
|
+
# @private
|
2950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2951
|
+
property :age_gating, as: 'ageGating', class: Google::Apis::YoutubeV3::VideoAgeGating, decorator: Google::Apis::YoutubeV3::VideoAgeGating::Representation
|
2952
|
+
|
2953
|
+
property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::VideoContentDetails, decorator: Google::Apis::YoutubeV3::VideoContentDetails::Representation
|
2954
|
+
|
2955
|
+
property :etag, as: 'etag'
|
2956
|
+
property :file_details, as: 'fileDetails', class: Google::Apis::YoutubeV3::VideoFileDetails, decorator: Google::Apis::YoutubeV3::VideoFileDetails::Representation
|
2957
|
+
|
2958
|
+
property :id, as: 'id'
|
2959
|
+
property :kind, as: 'kind'
|
2960
|
+
property :live_streaming_details, as: 'liveStreamingDetails', class: Google::Apis::YoutubeV3::VideoLiveStreamingDetails, decorator: Google::Apis::YoutubeV3::VideoLiveStreamingDetails::Representation
|
2961
|
+
|
2962
|
+
hash :localizations, as: 'localizations', class: Google::Apis::YoutubeV3::VideoLocalization, decorator: Google::Apis::YoutubeV3::VideoLocalization::Representation
|
2963
|
+
|
2964
|
+
property :monetization_details, as: 'monetizationDetails', class: Google::Apis::YoutubeV3::VideoMonetizationDetails, decorator: Google::Apis::YoutubeV3::VideoMonetizationDetails::Representation
|
2965
|
+
|
2966
|
+
property :player, as: 'player', class: Google::Apis::YoutubeV3::VideoPlayer, decorator: Google::Apis::YoutubeV3::VideoPlayer::Representation
|
2967
|
+
|
2968
|
+
property :processing_details, as: 'processingDetails', class: Google::Apis::YoutubeV3::VideoProcessingDetails, decorator: Google::Apis::YoutubeV3::VideoProcessingDetails::Representation
|
2969
|
+
|
2970
|
+
property :project_details, as: 'projectDetails', class: Google::Apis::YoutubeV3::VideoProjectDetails, decorator: Google::Apis::YoutubeV3::VideoProjectDetails::Representation
|
2971
|
+
|
2972
|
+
property :recording_details, as: 'recordingDetails', class: Google::Apis::YoutubeV3::VideoRecordingDetails, decorator: Google::Apis::YoutubeV3::VideoRecordingDetails::Representation
|
2973
|
+
|
2974
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::VideoSnippet, decorator: Google::Apis::YoutubeV3::VideoSnippet::Representation
|
2975
|
+
|
2976
|
+
property :statistics, as: 'statistics', class: Google::Apis::YoutubeV3::VideoStatistics, decorator: Google::Apis::YoutubeV3::VideoStatistics::Representation
|
2977
|
+
|
2978
|
+
property :status, as: 'status', class: Google::Apis::YoutubeV3::VideoStatus, decorator: Google::Apis::YoutubeV3::VideoStatus::Representation
|
2979
|
+
|
2980
|
+
property :suggestions, as: 'suggestions', class: Google::Apis::YoutubeV3::VideoSuggestions, decorator: Google::Apis::YoutubeV3::VideoSuggestions::Representation
|
2981
|
+
|
2982
|
+
property :topic_details, as: 'topicDetails', class: Google::Apis::YoutubeV3::VideoTopicDetails, decorator: Google::Apis::YoutubeV3::VideoTopicDetails::Representation
|
2983
|
+
|
2984
|
+
end
|
2985
|
+
end
|
2986
|
+
|
2987
|
+
class VideoAbuseReport
|
2988
|
+
# @private
|
2989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2990
|
+
property :comments, as: 'comments'
|
2991
|
+
property :language, as: 'language'
|
2992
|
+
property :reason_id, as: 'reasonId'
|
2993
|
+
property :secondary_reason_id, as: 'secondaryReasonId'
|
2994
|
+
property :video_id, as: 'videoId'
|
2995
|
+
end
|
2996
|
+
end
|
2997
|
+
|
2998
|
+
class VideoAbuseReportReason
|
2999
|
+
# @private
|
3000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3001
|
+
property :etag, as: 'etag'
|
3002
|
+
property :id, as: 'id'
|
3003
|
+
property :kind, as: 'kind'
|
3004
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::VideoAbuseReportReasonSnippet, decorator: Google::Apis::YoutubeV3::VideoAbuseReportReasonSnippet::Representation
|
3005
|
+
|
3006
|
+
end
|
3007
|
+
end
|
3008
|
+
|
3009
|
+
class ListVideoAbuseReportReasonResponse
|
3010
|
+
# @private
|
3011
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3012
|
+
property :etag, as: 'etag'
|
3013
|
+
property :event_id, as: 'eventId'
|
3014
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::VideoAbuseReportReason, decorator: Google::Apis::YoutubeV3::VideoAbuseReportReason::Representation
|
3015
|
+
|
3016
|
+
property :kind, as: 'kind'
|
3017
|
+
property :visitor_id, as: 'visitorId'
|
3018
|
+
end
|
3019
|
+
end
|
3020
|
+
|
3021
|
+
class VideoAbuseReportReasonSnippet
|
3022
|
+
# @private
|
3023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3024
|
+
property :label, as: 'label'
|
3025
|
+
collection :secondary_reasons, as: 'secondaryReasons', class: Google::Apis::YoutubeV3::VideoAbuseReportSecondaryReason, decorator: Google::Apis::YoutubeV3::VideoAbuseReportSecondaryReason::Representation
|
3026
|
+
|
3027
|
+
end
|
3028
|
+
end
|
3029
|
+
|
3030
|
+
class VideoAbuseReportSecondaryReason
|
3031
|
+
# @private
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3033
|
+
property :id, as: 'id'
|
3034
|
+
property :label, as: 'label'
|
3035
|
+
end
|
3036
|
+
end
|
3037
|
+
|
3038
|
+
class VideoAgeGating
|
3039
|
+
# @private
|
3040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3041
|
+
property :alcohol_content, as: 'alcoholContent'
|
3042
|
+
property :restricted, as: 'restricted'
|
3043
|
+
property :video_game_rating, as: 'videoGameRating'
|
3044
|
+
end
|
3045
|
+
end
|
3046
|
+
|
3047
|
+
class VideoCategory
|
3048
|
+
# @private
|
3049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3050
|
+
property :etag, as: 'etag'
|
3051
|
+
property :id, as: 'id'
|
3052
|
+
property :kind, as: 'kind'
|
3053
|
+
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::VideoCategorySnippet, decorator: Google::Apis::YoutubeV3::VideoCategorySnippet::Representation
|
3054
|
+
|
3055
|
+
end
|
3056
|
+
end
|
3057
|
+
|
3058
|
+
class ListVideoCategoryResponse
|
3059
|
+
# @private
|
3060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3061
|
+
property :etag, as: 'etag'
|
3062
|
+
property :event_id, as: 'eventId'
|
3063
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::VideoCategory, decorator: Google::Apis::YoutubeV3::VideoCategory::Representation
|
3064
|
+
|
3065
|
+
property :kind, as: 'kind'
|
3066
|
+
property :next_page_token, as: 'nextPageToken'
|
3067
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
3068
|
+
|
3069
|
+
property :prev_page_token, as: 'prevPageToken'
|
3070
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
3071
|
+
|
3072
|
+
property :visitor_id, as: 'visitorId'
|
3073
|
+
end
|
3074
|
+
end
|
3075
|
+
|
3076
|
+
class VideoCategorySnippet
|
3077
|
+
# @private
|
3078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3079
|
+
property :assignable, as: 'assignable'
|
3080
|
+
property :channel_id, as: 'channelId'
|
3081
|
+
property :title, as: 'title'
|
3082
|
+
end
|
3083
|
+
end
|
3084
|
+
|
3085
|
+
class VideoContentDetails
|
3086
|
+
# @private
|
3087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3088
|
+
property :caption, as: 'caption'
|
3089
|
+
property :content_rating, as: 'contentRating', class: Google::Apis::YoutubeV3::ContentRating, decorator: Google::Apis::YoutubeV3::ContentRating::Representation
|
3090
|
+
|
3091
|
+
property :country_restriction, as: 'countryRestriction', class: Google::Apis::YoutubeV3::AccessPolicy, decorator: Google::Apis::YoutubeV3::AccessPolicy::Representation
|
3092
|
+
|
3093
|
+
property :definition, as: 'definition'
|
3094
|
+
property :dimension, as: 'dimension'
|
3095
|
+
property :duration, as: 'duration'
|
3096
|
+
property :has_custom_thumbnail, as: 'hasCustomThumbnail'
|
3097
|
+
property :licensed_content, as: 'licensedContent'
|
3098
|
+
property :projection, as: 'projection'
|
3099
|
+
property :region_restriction, as: 'regionRestriction', class: Google::Apis::YoutubeV3::VideoContentDetailsRegionRestriction, decorator: Google::Apis::YoutubeV3::VideoContentDetailsRegionRestriction::Representation
|
3100
|
+
|
3101
|
+
end
|
3102
|
+
end
|
3103
|
+
|
3104
|
+
class VideoContentDetailsRegionRestriction
|
3105
|
+
# @private
|
3106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3107
|
+
collection :allowed, as: 'allowed'
|
3108
|
+
collection :blocked, as: 'blocked'
|
3109
|
+
end
|
3110
|
+
end
|
3111
|
+
|
3112
|
+
class VideoFileDetails
|
3113
|
+
# @private
|
3114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3115
|
+
collection :audio_streams, as: 'audioStreams', class: Google::Apis::YoutubeV3::VideoFileDetailsAudioStream, decorator: Google::Apis::YoutubeV3::VideoFileDetailsAudioStream::Representation
|
3116
|
+
|
3117
|
+
property :bitrate_bps, :numeric_string => true, as: 'bitrateBps'
|
3118
|
+
property :container, as: 'container'
|
3119
|
+
property :creation_time, as: 'creationTime'
|
3120
|
+
property :duration_ms, :numeric_string => true, as: 'durationMs'
|
3121
|
+
property :file_name, as: 'fileName'
|
3122
|
+
property :file_size, :numeric_string => true, as: 'fileSize'
|
3123
|
+
property :file_type, as: 'fileType'
|
3124
|
+
collection :video_streams, as: 'videoStreams', class: Google::Apis::YoutubeV3::VideoFileDetailsVideoStream, decorator: Google::Apis::YoutubeV3::VideoFileDetailsVideoStream::Representation
|
3125
|
+
|
3126
|
+
end
|
3127
|
+
end
|
3128
|
+
|
3129
|
+
class VideoFileDetailsAudioStream
|
3130
|
+
# @private
|
3131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3132
|
+
property :bitrate_bps, :numeric_string => true, as: 'bitrateBps'
|
3133
|
+
property :channel_count, as: 'channelCount'
|
3134
|
+
property :codec, as: 'codec'
|
3135
|
+
property :vendor, as: 'vendor'
|
3136
|
+
end
|
3137
|
+
end
|
3138
|
+
|
3139
|
+
class VideoFileDetailsVideoStream
|
3140
|
+
# @private
|
3141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3142
|
+
property :aspect_ratio, as: 'aspectRatio'
|
3143
|
+
property :bitrate_bps, :numeric_string => true, as: 'bitrateBps'
|
3144
|
+
property :codec, as: 'codec'
|
3145
|
+
property :frame_rate_fps, as: 'frameRateFps'
|
3146
|
+
property :height_pixels, as: 'heightPixels'
|
3147
|
+
property :rotation, as: 'rotation'
|
3148
|
+
property :vendor, as: 'vendor'
|
3149
|
+
property :width_pixels, as: 'widthPixels'
|
3150
|
+
end
|
3151
|
+
end
|
3152
|
+
|
3153
|
+
class ListVideosResponse
|
3154
|
+
# @private
|
3155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3156
|
+
property :etag, as: 'etag'
|
3157
|
+
property :event_id, as: 'eventId'
|
3158
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::Video, decorator: Google::Apis::YoutubeV3::Video::Representation
|
3159
|
+
|
3160
|
+
property :kind, as: 'kind'
|
3161
|
+
property :next_page_token, as: 'nextPageToken'
|
3162
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::YoutubeV3::PageInfo, decorator: Google::Apis::YoutubeV3::PageInfo::Representation
|
3163
|
+
|
3164
|
+
property :prev_page_token, as: 'prevPageToken'
|
3165
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::YoutubeV3::TokenPagination, decorator: Google::Apis::YoutubeV3::TokenPagination::Representation
|
3166
|
+
|
3167
|
+
property :visitor_id, as: 'visitorId'
|
3168
|
+
end
|
3169
|
+
end
|
3170
|
+
|
3171
|
+
class VideoLiveStreamingDetails
|
3172
|
+
# @private
|
3173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3174
|
+
property :active_live_chat_id, as: 'activeLiveChatId'
|
3175
|
+
property :actual_end_time, as: 'actualEndTime'
|
3176
|
+
property :actual_start_time, as: 'actualStartTime'
|
3177
|
+
property :concurrent_viewers, :numeric_string => true, as: 'concurrentViewers'
|
3178
|
+
property :scheduled_end_time, as: 'scheduledEndTime'
|
3179
|
+
property :scheduled_start_time, as: 'scheduledStartTime'
|
3180
|
+
end
|
3181
|
+
end
|
3182
|
+
|
3183
|
+
class VideoLocalization
|
3184
|
+
# @private
|
3185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3186
|
+
property :description, as: 'description'
|
3187
|
+
property :title, as: 'title'
|
3188
|
+
end
|
3189
|
+
end
|
3190
|
+
|
3191
|
+
class VideoMonetizationDetails
|
3192
|
+
# @private
|
3193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3194
|
+
property :access, as: 'access', class: Google::Apis::YoutubeV3::AccessPolicy, decorator: Google::Apis::YoutubeV3::AccessPolicy::Representation
|
3195
|
+
|
3196
|
+
end
|
3197
|
+
end
|
3198
|
+
|
3199
|
+
class VideoPlayer
|
3200
|
+
# @private
|
3201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3202
|
+
property :embed_height, :numeric_string => true, as: 'embedHeight'
|
3203
|
+
property :embed_html, as: 'embedHtml'
|
3204
|
+
property :embed_width, :numeric_string => true, as: 'embedWidth'
|
3205
|
+
end
|
3206
|
+
end
|
3207
|
+
|
3208
|
+
class VideoProcessingDetails
|
3209
|
+
# @private
|
3210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3211
|
+
property :editor_suggestions_availability, as: 'editorSuggestionsAvailability'
|
3212
|
+
property :file_details_availability, as: 'fileDetailsAvailability'
|
3213
|
+
property :processing_failure_reason, as: 'processingFailureReason'
|
3214
|
+
property :processing_issues_availability, as: 'processingIssuesAvailability'
|
3215
|
+
property :processing_progress, as: 'processingProgress', class: Google::Apis::YoutubeV3::VideoProcessingDetailsProcessingProgress, decorator: Google::Apis::YoutubeV3::VideoProcessingDetailsProcessingProgress::Representation
|
3216
|
+
|
3217
|
+
property :processing_status, as: 'processingStatus'
|
3218
|
+
property :tag_suggestions_availability, as: 'tagSuggestionsAvailability'
|
3219
|
+
property :thumbnails_availability, as: 'thumbnailsAvailability'
|
3220
|
+
end
|
3221
|
+
end
|
3222
|
+
|
3223
|
+
class VideoProcessingDetailsProcessingProgress
|
3224
|
+
# @private
|
3225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3226
|
+
property :parts_processed, :numeric_string => true, as: 'partsProcessed'
|
3227
|
+
property :parts_total, :numeric_string => true, as: 'partsTotal'
|
3228
|
+
property :time_left_ms, :numeric_string => true, as: 'timeLeftMs'
|
3229
|
+
end
|
3230
|
+
end
|
3231
|
+
|
3232
|
+
class VideoProjectDetails
|
3233
|
+
# @private
|
3234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3235
|
+
end
|
3236
|
+
end
|
3237
|
+
|
3238
|
+
class VideoRating
|
3239
|
+
# @private
|
3240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3241
|
+
property :rating, as: 'rating'
|
3242
|
+
property :video_id, as: 'videoId'
|
3243
|
+
end
|
3244
|
+
end
|
3245
|
+
|
3246
|
+
class VideoRatingListResponse
|
3247
|
+
# @private
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3249
|
+
property :etag, as: 'etag'
|
3250
|
+
property :event_id, as: 'eventId'
|
3251
|
+
collection :items, as: 'items', class: Google::Apis::YoutubeV3::VideoRating, decorator: Google::Apis::YoutubeV3::VideoRating::Representation
|
3252
|
+
|
3253
|
+
property :kind, as: 'kind'
|
3254
|
+
property :visitor_id, as: 'visitorId'
|
3255
|
+
end
|
3256
|
+
end
|
3257
|
+
|
3258
|
+
class VideoRecordingDetails
|
3259
|
+
# @private
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3261
|
+
property :location, as: 'location', class: Google::Apis::YoutubeV3::GeoPoint, decorator: Google::Apis::YoutubeV3::GeoPoint::Representation
|
3262
|
+
|
3263
|
+
property :location_description, as: 'locationDescription'
|
3264
|
+
property :recording_date, as: 'recordingDate'
|
3265
|
+
end
|
3266
|
+
end
|
3267
|
+
|
3268
|
+
class VideoSnippet
|
3269
|
+
# @private
|
3270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3271
|
+
property :category_id, as: 'categoryId'
|
3272
|
+
property :channel_id, as: 'channelId'
|
3273
|
+
property :channel_title, as: 'channelTitle'
|
3274
|
+
property :default_audio_language, as: 'defaultAudioLanguage'
|
3275
|
+
property :default_language, as: 'defaultLanguage'
|
3276
|
+
property :description, as: 'description'
|
3277
|
+
property :live_broadcast_content, as: 'liveBroadcastContent'
|
3278
|
+
property :localized, as: 'localized', class: Google::Apis::YoutubeV3::VideoLocalization, decorator: Google::Apis::YoutubeV3::VideoLocalization::Representation
|
3279
|
+
|
3280
|
+
property :published_at, as: 'publishedAt'
|
3281
|
+
collection :tags, as: 'tags'
|
3282
|
+
property :thumbnails, as: 'thumbnails', class: Google::Apis::YoutubeV3::ThumbnailDetails, decorator: Google::Apis::YoutubeV3::ThumbnailDetails::Representation
|
3283
|
+
|
3284
|
+
property :title, as: 'title'
|
3285
|
+
end
|
3286
|
+
end
|
3287
|
+
|
3288
|
+
class VideoStatistics
|
3289
|
+
# @private
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3291
|
+
property :comment_count, :numeric_string => true, as: 'commentCount'
|
3292
|
+
property :dislike_count, :numeric_string => true, as: 'dislikeCount'
|
3293
|
+
property :favorite_count, :numeric_string => true, as: 'favoriteCount'
|
3294
|
+
property :like_count, :numeric_string => true, as: 'likeCount'
|
3295
|
+
property :view_count, :numeric_string => true, as: 'viewCount'
|
3296
|
+
end
|
3297
|
+
end
|
3298
|
+
|
3299
|
+
class VideoStatus
|
3300
|
+
# @private
|
3301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3302
|
+
property :embeddable, as: 'embeddable'
|
3303
|
+
property :failure_reason, as: 'failureReason'
|
3304
|
+
property :license, as: 'license'
|
3305
|
+
property :made_for_kids, as: 'madeForKids'
|
3306
|
+
property :privacy_status, as: 'privacyStatus'
|
3307
|
+
property :public_stats_viewable, as: 'publicStatsViewable'
|
3308
|
+
property :publish_at, as: 'publishAt'
|
3309
|
+
property :rejection_reason, as: 'rejectionReason'
|
3310
|
+
property :self_declared_made_for_kids, as: 'selfDeclaredMadeForKids'
|
3311
|
+
property :upload_status, as: 'uploadStatus'
|
3312
|
+
end
|
3313
|
+
end
|
3314
|
+
|
3315
|
+
class VideoSuggestions
|
3316
|
+
# @private
|
3317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3318
|
+
collection :editor_suggestions, as: 'editorSuggestions'
|
3319
|
+
collection :processing_errors, as: 'processingErrors'
|
3320
|
+
collection :processing_hints, as: 'processingHints'
|
3321
|
+
collection :processing_warnings, as: 'processingWarnings'
|
3322
|
+
collection :tag_suggestions, as: 'tagSuggestions', class: Google::Apis::YoutubeV3::VideoSuggestionsTagSuggestion, decorator: Google::Apis::YoutubeV3::VideoSuggestionsTagSuggestion::Representation
|
3323
|
+
|
3324
|
+
end
|
3325
|
+
end
|
3326
|
+
|
3327
|
+
class VideoSuggestionsTagSuggestion
|
3328
|
+
# @private
|
3329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3330
|
+
collection :category_restricts, as: 'categoryRestricts'
|
3331
|
+
property :tag, as: 'tag'
|
3332
|
+
end
|
3333
|
+
end
|
3334
|
+
|
3335
|
+
class VideoTopicDetails
|
3336
|
+
# @private
|
3337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3338
|
+
collection :relevant_topic_ids, as: 'relevantTopicIds'
|
3339
|
+
collection :topic_categories, as: 'topicCategories'
|
3340
|
+
collection :topic_ids, as: 'topicIds'
|
3341
|
+
end
|
3342
|
+
end
|
3343
|
+
|
3344
|
+
class WatchSettings
|
3345
|
+
# @private
|
3346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3347
|
+
property :background_color, as: 'backgroundColor'
|
3348
|
+
property :featured_playlist_id, as: 'featuredPlaylistId'
|
3349
|
+
property :text_color, as: 'textColor'
|
3350
|
+
end
|
3351
|
+
end
|
3352
|
+
end
|
3353
|
+
end
|
3354
|
+
end
|