google-apis-transcoder_v1beta1 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.
@@ -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 TranscoderV1beta1
18
+ # Version of the google-apis-transcoder_v1beta1 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 = "20201209"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,757 @@
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 TranscoderV1beta1
24
+
25
+ class AdBreak
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class Aes128Encryption
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Animation
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AnimationEnd
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AnimationFade
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AnimationStatic
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Audio
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AudioAtom
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AudioChannel
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class AudioChannelInput
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AudioStream
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Color
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Crop
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Deblock
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class Denoise
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class EditAtom
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ElementaryStream
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class Empty
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class Encryption
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class FailureDetail
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Image
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Input
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Job
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class JobConfig
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class JobTemplate
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class ListJobTemplatesResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ListJobsResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class Manifest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class MpegCommonEncryption
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class MuxStream
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class NormalizedCoordinate
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class OriginUri
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class Output
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class Overlay
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class PreprocessingConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Progress
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class PubsubDestination
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class SampleAesEncryption
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class SegmentSettings
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class SpriteSheet
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class TextAtom
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class TextInput
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class TextStream
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class VideoStream
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class AdBreak
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ property :start_time_offset, as: 'startTimeOffset'
293
+ end
294
+ end
295
+
296
+ class Aes128Encryption
297
+ # @private
298
+ class Representation < Google::Apis::Core::JsonRepresentation
299
+ property :key_uri, as: 'keyUri'
300
+ end
301
+ end
302
+
303
+ class Animation
304
+ # @private
305
+ class Representation < Google::Apis::Core::JsonRepresentation
306
+ property :animation_end, as: 'animationEnd', class: Google::Apis::TranscoderV1beta1::AnimationEnd, decorator: Google::Apis::TranscoderV1beta1::AnimationEnd::Representation
307
+
308
+ property :animation_fade, as: 'animationFade', class: Google::Apis::TranscoderV1beta1::AnimationFade, decorator: Google::Apis::TranscoderV1beta1::AnimationFade::Representation
309
+
310
+ property :animation_static, as: 'animationStatic', class: Google::Apis::TranscoderV1beta1::AnimationStatic, decorator: Google::Apis::TranscoderV1beta1::AnimationStatic::Representation
311
+
312
+ end
313
+ end
314
+
315
+ class AnimationEnd
316
+ # @private
317
+ class Representation < Google::Apis::Core::JsonRepresentation
318
+ property :start_time_offset, as: 'startTimeOffset'
319
+ end
320
+ end
321
+
322
+ class AnimationFade
323
+ # @private
324
+ class Representation < Google::Apis::Core::JsonRepresentation
325
+ property :end_time_offset, as: 'endTimeOffset'
326
+ property :fade_type, as: 'fadeType'
327
+ property :start_time_offset, as: 'startTimeOffset'
328
+ property :xy, as: 'xy', class: Google::Apis::TranscoderV1beta1::NormalizedCoordinate, decorator: Google::Apis::TranscoderV1beta1::NormalizedCoordinate::Representation
329
+
330
+ end
331
+ end
332
+
333
+ class AnimationStatic
334
+ # @private
335
+ class Representation < Google::Apis::Core::JsonRepresentation
336
+ property :start_time_offset, as: 'startTimeOffset'
337
+ property :xy, as: 'xy', class: Google::Apis::TranscoderV1beta1::NormalizedCoordinate, decorator: Google::Apis::TranscoderV1beta1::NormalizedCoordinate::Representation
338
+
339
+ end
340
+ end
341
+
342
+ class Audio
343
+ # @private
344
+ class Representation < Google::Apis::Core::JsonRepresentation
345
+ property :high_boost, as: 'highBoost'
346
+ property :low_boost, as: 'lowBoost'
347
+ property :lufs, as: 'lufs'
348
+ end
349
+ end
350
+
351
+ class AudioAtom
352
+ # @private
353
+ class Representation < Google::Apis::Core::JsonRepresentation
354
+ collection :channels, as: 'channels', class: Google::Apis::TranscoderV1beta1::AudioChannel, decorator: Google::Apis::TranscoderV1beta1::AudioChannel::Representation
355
+
356
+ property :key, as: 'key'
357
+ end
358
+ end
359
+
360
+ class AudioChannel
361
+ # @private
362
+ class Representation < Google::Apis::Core::JsonRepresentation
363
+ collection :inputs, as: 'inputs', class: Google::Apis::TranscoderV1beta1::AudioChannelInput, decorator: Google::Apis::TranscoderV1beta1::AudioChannelInput::Representation
364
+
365
+ end
366
+ end
367
+
368
+ class AudioChannelInput
369
+ # @private
370
+ class Representation < Google::Apis::Core::JsonRepresentation
371
+ property :channel, as: 'channel'
372
+ property :gain_db, as: 'gainDb'
373
+ property :key, as: 'key'
374
+ property :track, as: 'track'
375
+ end
376
+ end
377
+
378
+ class AudioStream
379
+ # @private
380
+ class Representation < Google::Apis::Core::JsonRepresentation
381
+ property :bitrate_bps, as: 'bitrateBps'
382
+ property :channel_count, as: 'channelCount'
383
+ collection :channel_layout, as: 'channelLayout'
384
+ property :codec, as: 'codec'
385
+ collection :mapping, as: 'mapping', class: Google::Apis::TranscoderV1beta1::AudioAtom, decorator: Google::Apis::TranscoderV1beta1::AudioAtom::Representation
386
+
387
+ property :sample_rate_hertz, as: 'sampleRateHertz'
388
+ end
389
+ end
390
+
391
+ class Color
392
+ # @private
393
+ class Representation < Google::Apis::Core::JsonRepresentation
394
+ property :brightness, as: 'brightness'
395
+ property :contrast, as: 'contrast'
396
+ property :saturation, as: 'saturation'
397
+ end
398
+ end
399
+
400
+ class Crop
401
+ # @private
402
+ class Representation < Google::Apis::Core::JsonRepresentation
403
+ property :bottom_pixels, as: 'bottomPixels'
404
+ property :left_pixels, as: 'leftPixels'
405
+ property :right_pixels, as: 'rightPixels'
406
+ property :top_pixels, as: 'topPixels'
407
+ end
408
+ end
409
+
410
+ class Deblock
411
+ # @private
412
+ class Representation < Google::Apis::Core::JsonRepresentation
413
+ property :enabled, as: 'enabled'
414
+ property :strength, as: 'strength'
415
+ end
416
+ end
417
+
418
+ class Denoise
419
+ # @private
420
+ class Representation < Google::Apis::Core::JsonRepresentation
421
+ property :strength, as: 'strength'
422
+ property :tune, as: 'tune'
423
+ end
424
+ end
425
+
426
+ class EditAtom
427
+ # @private
428
+ class Representation < Google::Apis::Core::JsonRepresentation
429
+ property :end_time_offset, as: 'endTimeOffset'
430
+ collection :inputs, as: 'inputs'
431
+ property :key, as: 'key'
432
+ property :start_time_offset, as: 'startTimeOffset'
433
+ end
434
+ end
435
+
436
+ class ElementaryStream
437
+ # @private
438
+ class Representation < Google::Apis::Core::JsonRepresentation
439
+ property :audio_stream, as: 'audioStream', class: Google::Apis::TranscoderV1beta1::AudioStream, decorator: Google::Apis::TranscoderV1beta1::AudioStream::Representation
440
+
441
+ property :key, as: 'key'
442
+ property :text_stream, as: 'textStream', class: Google::Apis::TranscoderV1beta1::TextStream, decorator: Google::Apis::TranscoderV1beta1::TextStream::Representation
443
+
444
+ property :video_stream, as: 'videoStream', class: Google::Apis::TranscoderV1beta1::VideoStream, decorator: Google::Apis::TranscoderV1beta1::VideoStream::Representation
445
+
446
+ end
447
+ end
448
+
449
+ class Empty
450
+ # @private
451
+ class Representation < Google::Apis::Core::JsonRepresentation
452
+ end
453
+ end
454
+
455
+ class Encryption
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ property :aes128, as: 'aes128', class: Google::Apis::TranscoderV1beta1::Aes128Encryption, decorator: Google::Apis::TranscoderV1beta1::Aes128Encryption::Representation
459
+
460
+ property :iv, as: 'iv'
461
+ property :key, as: 'key'
462
+ property :mpeg_cenc, as: 'mpegCenc', class: Google::Apis::TranscoderV1beta1::MpegCommonEncryption, decorator: Google::Apis::TranscoderV1beta1::MpegCommonEncryption::Representation
463
+
464
+ property :sample_aes, as: 'sampleAes', class: Google::Apis::TranscoderV1beta1::SampleAesEncryption, decorator: Google::Apis::TranscoderV1beta1::SampleAesEncryption::Representation
465
+
466
+ end
467
+ end
468
+
469
+ class FailureDetail
470
+ # @private
471
+ class Representation < Google::Apis::Core::JsonRepresentation
472
+ property :description, as: 'description'
473
+ end
474
+ end
475
+
476
+ class Image
477
+ # @private
478
+ class Representation < Google::Apis::Core::JsonRepresentation
479
+ property :alpha, as: 'alpha'
480
+ property :resolution, as: 'resolution', class: Google::Apis::TranscoderV1beta1::NormalizedCoordinate, decorator: Google::Apis::TranscoderV1beta1::NormalizedCoordinate::Representation
481
+
482
+ property :uri, as: 'uri'
483
+ end
484
+ end
485
+
486
+ class Input
487
+ # @private
488
+ class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :key, as: 'key'
490
+ property :preprocessing_config, as: 'preprocessingConfig', class: Google::Apis::TranscoderV1beta1::PreprocessingConfig, decorator: Google::Apis::TranscoderV1beta1::PreprocessingConfig::Representation
491
+
492
+ property :uri, as: 'uri'
493
+ end
494
+ end
495
+
496
+ class Job
497
+ # @private
498
+ class Representation < Google::Apis::Core::JsonRepresentation
499
+ property :config, as: 'config', class: Google::Apis::TranscoderV1beta1::JobConfig, decorator: Google::Apis::TranscoderV1beta1::JobConfig::Representation
500
+
501
+ property :create_time, as: 'createTime'
502
+ property :end_time, as: 'endTime'
503
+ collection :failure_details, as: 'failureDetails', class: Google::Apis::TranscoderV1beta1::FailureDetail, decorator: Google::Apis::TranscoderV1beta1::FailureDetail::Representation
504
+
505
+ property :failure_reason, as: 'failureReason'
506
+ property :input_uri, as: 'inputUri'
507
+ property :name, as: 'name'
508
+ property :origin_uri, as: 'originUri', class: Google::Apis::TranscoderV1beta1::OriginUri, decorator: Google::Apis::TranscoderV1beta1::OriginUri::Representation
509
+
510
+ property :output_uri, as: 'outputUri'
511
+ property :priority, as: 'priority'
512
+ property :progress, as: 'progress', class: Google::Apis::TranscoderV1beta1::Progress, decorator: Google::Apis::TranscoderV1beta1::Progress::Representation
513
+
514
+ property :start_time, as: 'startTime'
515
+ property :state, as: 'state'
516
+ property :template_id, as: 'templateId'
517
+ property :ttl_after_completion_days, as: 'ttlAfterCompletionDays'
518
+ end
519
+ end
520
+
521
+ class JobConfig
522
+ # @private
523
+ class Representation < Google::Apis::Core::JsonRepresentation
524
+ collection :ad_breaks, as: 'adBreaks', class: Google::Apis::TranscoderV1beta1::AdBreak, decorator: Google::Apis::TranscoderV1beta1::AdBreak::Representation
525
+
526
+ collection :edit_list, as: 'editList', class: Google::Apis::TranscoderV1beta1::EditAtom, decorator: Google::Apis::TranscoderV1beta1::EditAtom::Representation
527
+
528
+ collection :elementary_streams, as: 'elementaryStreams', class: Google::Apis::TranscoderV1beta1::ElementaryStream, decorator: Google::Apis::TranscoderV1beta1::ElementaryStream::Representation
529
+
530
+ collection :inputs, as: 'inputs', class: Google::Apis::TranscoderV1beta1::Input, decorator: Google::Apis::TranscoderV1beta1::Input::Representation
531
+
532
+ collection :manifests, as: 'manifests', class: Google::Apis::TranscoderV1beta1::Manifest, decorator: Google::Apis::TranscoderV1beta1::Manifest::Representation
533
+
534
+ collection :mux_streams, as: 'muxStreams', class: Google::Apis::TranscoderV1beta1::MuxStream, decorator: Google::Apis::TranscoderV1beta1::MuxStream::Representation
535
+
536
+ property :output, as: 'output', class: Google::Apis::TranscoderV1beta1::Output, decorator: Google::Apis::TranscoderV1beta1::Output::Representation
537
+
538
+ collection :overlays, as: 'overlays', class: Google::Apis::TranscoderV1beta1::Overlay, decorator: Google::Apis::TranscoderV1beta1::Overlay::Representation
539
+
540
+ property :pubsub_destination, as: 'pubsubDestination', class: Google::Apis::TranscoderV1beta1::PubsubDestination, decorator: Google::Apis::TranscoderV1beta1::PubsubDestination::Representation
541
+
542
+ collection :sprite_sheets, as: 'spriteSheets', class: Google::Apis::TranscoderV1beta1::SpriteSheet, decorator: Google::Apis::TranscoderV1beta1::SpriteSheet::Representation
543
+
544
+ end
545
+ end
546
+
547
+ class JobTemplate
548
+ # @private
549
+ class Representation < Google::Apis::Core::JsonRepresentation
550
+ property :config, as: 'config', class: Google::Apis::TranscoderV1beta1::JobConfig, decorator: Google::Apis::TranscoderV1beta1::JobConfig::Representation
551
+
552
+ property :name, as: 'name'
553
+ end
554
+ end
555
+
556
+ class ListJobTemplatesResponse
557
+ # @private
558
+ class Representation < Google::Apis::Core::JsonRepresentation
559
+ collection :job_templates, as: 'jobTemplates', class: Google::Apis::TranscoderV1beta1::JobTemplate, decorator: Google::Apis::TranscoderV1beta1::JobTemplate::Representation
560
+
561
+ property :next_page_token, as: 'nextPageToken'
562
+ end
563
+ end
564
+
565
+ class ListJobsResponse
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ collection :jobs, as: 'jobs', class: Google::Apis::TranscoderV1beta1::Job, decorator: Google::Apis::TranscoderV1beta1::Job::Representation
569
+
570
+ property :next_page_token, as: 'nextPageToken'
571
+ end
572
+ end
573
+
574
+ class Manifest
575
+ # @private
576
+ class Representation < Google::Apis::Core::JsonRepresentation
577
+ property :file_name, as: 'fileName'
578
+ collection :mux_streams, as: 'muxStreams'
579
+ property :type, as: 'type'
580
+ end
581
+ end
582
+
583
+ class MpegCommonEncryption
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :key_id, as: 'keyId'
587
+ property :scheme, as: 'scheme'
588
+ end
589
+ end
590
+
591
+ class MuxStream
592
+ # @private
593
+ class Representation < Google::Apis::Core::JsonRepresentation
594
+ property :container, as: 'container'
595
+ collection :elementary_streams, as: 'elementaryStreams'
596
+ property :encryption, as: 'encryption', class: Google::Apis::TranscoderV1beta1::Encryption, decorator: Google::Apis::TranscoderV1beta1::Encryption::Representation
597
+
598
+ property :file_name, as: 'fileName'
599
+ property :key, as: 'key'
600
+ property :segment_settings, as: 'segmentSettings', class: Google::Apis::TranscoderV1beta1::SegmentSettings, decorator: Google::Apis::TranscoderV1beta1::SegmentSettings::Representation
601
+
602
+ end
603
+ end
604
+
605
+ class NormalizedCoordinate
606
+ # @private
607
+ class Representation < Google::Apis::Core::JsonRepresentation
608
+ property :x, as: 'x'
609
+ property :y, as: 'y'
610
+ end
611
+ end
612
+
613
+ class OriginUri
614
+ # @private
615
+ class Representation < Google::Apis::Core::JsonRepresentation
616
+ property :dash, as: 'dash'
617
+ property :hls, as: 'hls'
618
+ end
619
+ end
620
+
621
+ class Output
622
+ # @private
623
+ class Representation < Google::Apis::Core::JsonRepresentation
624
+ property :uri, as: 'uri'
625
+ end
626
+ end
627
+
628
+ class Overlay
629
+ # @private
630
+ class Representation < Google::Apis::Core::JsonRepresentation
631
+ collection :animations, as: 'animations', class: Google::Apis::TranscoderV1beta1::Animation, decorator: Google::Apis::TranscoderV1beta1::Animation::Representation
632
+
633
+ property :image, as: 'image', class: Google::Apis::TranscoderV1beta1::Image, decorator: Google::Apis::TranscoderV1beta1::Image::Representation
634
+
635
+ end
636
+ end
637
+
638
+ class PreprocessingConfig
639
+ # @private
640
+ class Representation < Google::Apis::Core::JsonRepresentation
641
+ property :audio, as: 'audio', class: Google::Apis::TranscoderV1beta1::Audio, decorator: Google::Apis::TranscoderV1beta1::Audio::Representation
642
+
643
+ property :color, as: 'color', class: Google::Apis::TranscoderV1beta1::Color, decorator: Google::Apis::TranscoderV1beta1::Color::Representation
644
+
645
+ property :crop, as: 'crop', class: Google::Apis::TranscoderV1beta1::Crop, decorator: Google::Apis::TranscoderV1beta1::Crop::Representation
646
+
647
+ property :deblock, as: 'deblock', class: Google::Apis::TranscoderV1beta1::Deblock, decorator: Google::Apis::TranscoderV1beta1::Deblock::Representation
648
+
649
+ property :denoise, as: 'denoise', class: Google::Apis::TranscoderV1beta1::Denoise, decorator: Google::Apis::TranscoderV1beta1::Denoise::Representation
650
+
651
+ end
652
+ end
653
+
654
+ class Progress
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ property :analyzed, as: 'analyzed'
658
+ property :encoded, as: 'encoded'
659
+ property :notified, as: 'notified'
660
+ property :uploaded, as: 'uploaded'
661
+ end
662
+ end
663
+
664
+ class PubsubDestination
665
+ # @private
666
+ class Representation < Google::Apis::Core::JsonRepresentation
667
+ property :topic, as: 'topic'
668
+ end
669
+ end
670
+
671
+ class SampleAesEncryption
672
+ # @private
673
+ class Representation < Google::Apis::Core::JsonRepresentation
674
+ property :key_uri, as: 'keyUri'
675
+ end
676
+ end
677
+
678
+ class SegmentSettings
679
+ # @private
680
+ class Representation < Google::Apis::Core::JsonRepresentation
681
+ property :individual_segments, as: 'individualSegments'
682
+ property :segment_duration, as: 'segmentDuration'
683
+ end
684
+ end
685
+
686
+ class SpriteSheet
687
+ # @private
688
+ class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :column_count, as: 'columnCount'
690
+ property :end_time_offset, as: 'endTimeOffset'
691
+ property :file_prefix, as: 'filePrefix'
692
+ property :format, as: 'format'
693
+ property :interval, as: 'interval'
694
+ property :row_count, as: 'rowCount'
695
+ property :sprite_height_pixels, as: 'spriteHeightPixels'
696
+ property :sprite_width_pixels, as: 'spriteWidthPixels'
697
+ property :start_time_offset, as: 'startTimeOffset'
698
+ property :total_count, as: 'totalCount'
699
+ end
700
+ end
701
+
702
+ class TextAtom
703
+ # @private
704
+ class Representation < Google::Apis::Core::JsonRepresentation
705
+ collection :inputs, as: 'inputs', class: Google::Apis::TranscoderV1beta1::TextInput, decorator: Google::Apis::TranscoderV1beta1::TextInput::Representation
706
+
707
+ property :key, as: 'key'
708
+ end
709
+ end
710
+
711
+ class TextInput
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :key, as: 'key'
715
+ property :track, as: 'track'
716
+ end
717
+ end
718
+
719
+ class TextStream
720
+ # @private
721
+ class Representation < Google::Apis::Core::JsonRepresentation
722
+ property :codec, as: 'codec'
723
+ property :language_code, as: 'languageCode'
724
+ collection :mapping, as: 'mapping', class: Google::Apis::TranscoderV1beta1::TextAtom, decorator: Google::Apis::TranscoderV1beta1::TextAtom::Representation
725
+
726
+ end
727
+ end
728
+
729
+ class VideoStream
730
+ # @private
731
+ class Representation < Google::Apis::Core::JsonRepresentation
732
+ property :allow_open_gop, as: 'allowOpenGop'
733
+ property :aq_strength, as: 'aqStrength'
734
+ property :b_frame_count, as: 'bFrameCount'
735
+ property :b_pyramid, as: 'bPyramid'
736
+ property :bitrate_bps, as: 'bitrateBps'
737
+ property :codec, as: 'codec'
738
+ property :crf_level, as: 'crfLevel'
739
+ property :enable_two_pass, as: 'enableTwoPass'
740
+ property :entropy_coder, as: 'entropyCoder'
741
+ property :frame_rate, as: 'frameRate'
742
+ property :gop_duration, as: 'gopDuration'
743
+ property :gop_frame_count, as: 'gopFrameCount'
744
+ property :height_pixels, as: 'heightPixels'
745
+ property :pixel_format, as: 'pixelFormat'
746
+ property :preset, as: 'preset'
747
+ property :profile, as: 'profile'
748
+ property :rate_control_mode, as: 'rateControlMode'
749
+ property :tune, as: 'tune'
750
+ property :vbv_fullness_bits, as: 'vbvFullnessBits'
751
+ property :vbv_size_bits, as: 'vbvSizeBits'
752
+ property :width_pixels, as: 'widthPixels'
753
+ end
754
+ end
755
+ end
756
+ end
757
+ end