google-apis-transcoder_v1 0.28.0 → 0.29.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: a31cde1714023ed3abec53f73557fea9efe41c4ca4acf268dee0a17da77ff86f
4
- data.tar.gz: be3c3f777a25e4ed0585e7974390f5ce6d63e292436bd415e82d43133cb1813a
3
+ metadata.gz: 20897e105f808cbaad2a56fa9d00d8907a06d9478ce1f00ca1fcb216a71471f7
4
+ data.tar.gz: b9e4d8a938f13c71ffb86171a1a28163e5178494e13f1a5762465e89837a2c4c
5
5
  SHA512:
6
- metadata.gz: 6d8bac8ec5dd3cb22d02f0a3c7f2e20a2da62c912f4edca6775f6f5b01ef7f8461cad9b6ddd4dde403f3fc030c5fb92517ba1a38b492db8d98e21cc0a410ddee
7
- data.tar.gz: 3e1ad1f09b6dabaa6838412de7e04e91c393507902fd7073d7244f11f4a152bbf3d28b7f011ee16e505614e670d6d8784d5bb76dfa00348d55ec6add5803fb7d
6
+ metadata.gz: f09746e1562e9aa840dadaf17c3b303d51c3e1018c25500af852e38917c6b3ff997dfc3b3bf5edbe01625c6adffc01e081f87fc42fc7fb6d84b6f098d64280ee
7
+ data.tar.gz: 86a0876ef8139eaac2260b09dfe16d95d739c13cc916f5c7c374a0682f197de2fd9d7c238f3a284288e9a0a96fa2e978cdbf98ac7cf423a68bb561a3a599aac3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.29.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250219
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.28.0 (2024-10-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20241009
@@ -1680,10 +1680,11 @@ module Google
1680
1680
  class MuxStream
1681
1681
  include Google::Apis::Core::Hashable
1682
1682
 
1683
- # The container format. The default is `mp4` Supported container formats: - `ts`
1684
- # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg`
1685
- # See also: [Supported input and output formats](https://cloud.google.com/
1686
- # transcoder/docs/concepts/supported-input-and-output-formats)
1683
+ # The container format. The default is `mp4` Supported streaming formats: - `ts`
1684
+ # - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file
1685
+ # formats: - `mp4` - `mp3` - `ogg` - `vtt` See also: [Supported input and output
1686
+ # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1687
+ # output-formats)
1687
1688
  # Corresponds to the JSON property `container`
1688
1689
  # @return [String]
1689
1690
  attr_accessor :container
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241009"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-transcoder_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-27 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.29.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.21
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Transcoder API V1
82
79
  test_files: []