google-apis-transcoder_v1 0.30.0 → 0.31.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28741fcfd3dab2cfbfab536a1c72cff506995796b4c17b10d9efdf420a1ef5c2
4
- data.tar.gz: 4ab85f7a3098d99f24763d3659baded5cf4b69b48d1bc3933c4e16b89cbc0cf0
3
+ metadata.gz: 4d15d1330a141e10dfb0b86db1e055b6648d62a8fa459839962b11cbca1bc79e
4
+ data.tar.gz: 53b0d5750477bbc7ddb3f54e67659e6c8725c40c3387e57647020abfa1cd55fe
5
5
  SHA512:
6
- metadata.gz: 4b9320752f9cd0888176c0ac66123081e193935c8835922ff030354401c3734bbecfcccf9984604a64ba98e5f805a6f8d7c00bfcd08f678229c37132f5a8a392
7
- data.tar.gz: f36ba62531c0248ad0fc04dd90e4a63b9d234bb5f23357814db38fe8b4201dc530ffb59a01818e2cac0db11e66a009fbd0551c2686baa30b6330d7f644a11a41
6
+ metadata.gz: e369211661d2c79454db6903aa05f76347573e0529803269b5dd480317ed3ead74b372859fdf8bf0bf26409680d6d4ce94d7acd076d21cc8aec3431dd12ada1e
7
+ data.tar.gz: eea68e1ab56fae01f881e4fc6b733b050004e31b279dacef1ed3b854e80a862dbd9a711e736f952cafbd64e33e21f7bb84be9b8b54c91623c4f893dabecf49da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.31.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250630
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.30.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -1348,6 +1348,13 @@ module Google
1348
1348
  # @return [Google::Apis::TranscoderV1::Status]
1349
1349
  attr_accessor :error
1350
1350
 
1351
+ # Optional. Insert silence and duplicate frames when timestamp gaps are detected
1352
+ # in a given stream.
1353
+ # Corresponds to the JSON property `fillContentGaps`
1354
+ # @return [Boolean]
1355
+ attr_accessor :fill_content_gaps
1356
+ alias_method :fill_content_gaps?, :fill_content_gaps
1357
+
1351
1358
  # Input only. Specify the `input_uri` to populate empty `uri` fields in each
1352
1359
  # element of `Job.config.inputs` or `JobTemplate.config.inputs` when using
1353
1360
  # template. URI of the media. Input files must be at least 5 seconds in duration
@@ -1424,6 +1431,7 @@ module Google
1424
1431
  @create_time = args[:create_time] if args.key?(:create_time)
1425
1432
  @end_time = args[:end_time] if args.key?(:end_time)
1426
1433
  @error = args[:error] if args.key?(:error)
1434
+ @fill_content_gaps = args[:fill_content_gaps] if args.key?(:fill_content_gaps)
1427
1435
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1428
1436
  @labels = args[:labels] if args.key?(:labels)
1429
1437
  @mode = args[:mode] if args.key?(:mode)
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250219"
25
+ REVISION = "20250630"
26
26
  end
27
27
  end
28
28
  end
@@ -739,6 +739,7 @@ module Google
739
739
  property :end_time, as: 'endTime'
740
740
  property :error, as: 'error', class: Google::Apis::TranscoderV1::Status, decorator: Google::Apis::TranscoderV1::Status::Representation
741
741
 
742
+ property :fill_content_gaps, as: 'fillContentGaps'
742
743
  property :input_uri, as: 'inputUri'
743
744
  hash :labels, as: 'labels'
744
745
  property :mode, as: 'mode'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-transcoder_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.31.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Transcoder API V1
79
79
  test_files: []