google-apis-transcoder_v1 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93447a98420f43cbebfd48571e0eff1d5f74166aa8c9fc9723044e0e89ff7867
4
- data.tar.gz: 2d89bf95de6091d4275a7573c1749c7367cef4b8f38e2ce886e0626b05f8bfc0
3
+ metadata.gz: 4ec7ccd1a713d324f58fd83e4952911a3ff5b565ef87178f5237825b41726d36
4
+ data.tar.gz: 2b7ddca6c0d0c7b452f1951a37642a5afb7d04d79bcc44a1421d355df62abf28
5
5
  SHA512:
6
- metadata.gz: d543e0418636f6f614af18f6d29e28f55f67a9d774ee4e46ad05fe328aa9f417c4a3bf8fc53503f4eca7d88a5a80ce73487dadb34c0318dee29471a54693f37e
7
- data.tar.gz: d863de468e7109a3cbc801e8fbd81d336deb07c4a9a6dd9f0b097b2e6ad17aef5f7c68f484a7e0159402c6e37b7b1d5151336ec0a1dcdb7bff0bc95abe6688d9
6
+ metadata.gz: 522ec88994cc73a200d0c364a78388ef870bc43888ad27f061d69db5099f463cfec0d022073cc78495c9ee785a35320280a46f17212d9b6cc772f5254fed0847
7
+ data.tar.gz: 3eab6b2647d572a48d98bd1ccaeb6fda091ac02f1f0515bbbd08a5c56740598ff9bdd227a8eb7142c8173750cb4e1cfcabb454537e0844634dfdfd68c3d367f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.18.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230607
6
+
3
7
  ### v0.17.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230419
@@ -435,6 +435,26 @@ module Google
435
435
  end
436
436
  end
437
437
 
438
+ # `DASH` manifest configuration.
439
+ class DashConfig
440
+ include Google::Apis::Core::Hashable
441
+
442
+ # The segment reference scheme for a `DASH` manifest. The default is `
443
+ # SEGMENT_LIST`
444
+ # Corresponds to the JSON property `segmentReferenceScheme`
445
+ # @return [String]
446
+ attr_accessor :segment_reference_scheme
447
+
448
+ def initialize(**args)
449
+ update!(**args)
450
+ end
451
+
452
+ # Update properties of this object
453
+ def update!(**args)
454
+ @segment_reference_scheme = args[:segment_reference_scheme] if args.key?(:segment_reference_scheme)
455
+ end
456
+ end
457
+
438
458
  # Deblock preprocessing configuration. **Note:** This configuration is not
439
459
  # supported.
440
460
  class Deblock
@@ -1329,6 +1349,11 @@ module Google
1329
1349
  class Manifest
1330
1350
  include Google::Apis::Core::Hashable
1331
1351
 
1352
+ # `DASH` manifest configuration.
1353
+ # Corresponds to the JSON property `dash`
1354
+ # @return [Google::Apis::TranscoderV1::DashConfig]
1355
+ attr_accessor :dash
1356
+
1332
1357
  # The name of the generated file. The default is `manifest` with the extension
1333
1358
  # suffix corresponding to the `Manifest.type`.
1334
1359
  # Corresponds to the JSON property `fileName`
@@ -1354,6 +1379,7 @@ module Google
1354
1379
 
1355
1380
  # Update properties of this object
1356
1381
  def update!(**args)
1382
+ @dash = args[:dash] if args.key?(:dash)
1357
1383
  @file_name = args[:file_name] if args.key?(:file_name)
1358
1384
  @mux_streams = args[:mux_streams] if args.key?(:mux_streams)
1359
1385
  @type = args[:type] if args.key?(:type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranscoderV1
18
18
  # Version of the google-apis-transcoder_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230419"
25
+ REVISION = "20230607"
26
26
  end
27
27
  end
28
28
  end
@@ -88,6 +88,12 @@ module Google
88
88
  include Google::Apis::Core::JsonObjectSupport
89
89
  end
90
90
 
91
+ class DashConfig
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
91
97
  class Deblock
92
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
99
 
@@ -384,6 +390,13 @@ module Google
384
390
  end
385
391
  end
386
392
 
393
+ class DashConfig
394
+ # @private
395
+ class Representation < Google::Apis::Core::JsonRepresentation
396
+ property :segment_reference_scheme, as: 'segmentReferenceScheme'
397
+ end
398
+ end
399
+
387
400
  class Deblock
388
401
  # @private
389
402
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -590,6 +603,8 @@ module Google
590
603
  class Manifest
591
604
  # @private
592
605
  class Representation < Google::Apis::Core::JsonRepresentation
606
+ property :dash, as: 'dash', class: Google::Apis::TranscoderV1::DashConfig, decorator: Google::Apis::TranscoderV1::DashConfig::Representation
607
+
593
608
  property :file_name, as: 'fileName'
594
609
  collection :mux_streams, as: 'muxStreams'
595
610
  property :type, as: 'type'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-transcoder_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1
63
63
  post_install_message:
64
64
  rdoc_options: []