google-apis-transcoder_v1 0.26.0 → 0.28.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/transcoder_v1/classes.rb +8 -8
- data/lib/google/apis/transcoder_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a31cde1714023ed3abec53f73557fea9efe41c4ca4acf268dee0a17da77ff86f
|
|
4
|
+
data.tar.gz: be3c3f777a25e4ed0585e7974390f5ce6d63e292436bd415e82d43133cb1813a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d8bac8ec5dd3cb22d02f0a3c7f2e20a2da62c912f4edca6775f6f5b01ef7f8461cad9b6ddd4dde403f3fc030c5fb92517ba1a38b492db8d98e21cc0a410ddee
|
|
7
|
+
data.tar.gz: 3e1ad1f09b6dabaa6838412de7e04e91c393507902fd7073d7244f11f4a152bbf3d28b7f011ee16e505614e670d6d8784d5bb76dfa00348d55ec6add5803fb7d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-transcoder_v1
|
|
2
2
|
|
|
3
|
+
### v0.28.0 (2024-10-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241009
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
8
|
+
### v0.27.0 (2024-07-25)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20240626
|
|
11
|
+
|
|
3
12
|
### v0.26.0 (2024-05-19)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
|
@@ -289,7 +289,7 @@ module Google
|
|
|
289
289
|
attr_accessor :channel_layout
|
|
290
290
|
|
|
291
291
|
# The codec for this audio stream. The default is `aac`. Supported audio codecs:
|
|
292
|
-
# - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
|
|
292
|
+
# - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
|
|
293
293
|
# Corresponds to the JSON property `codec`
|
|
294
294
|
# @return [String]
|
|
295
295
|
attr_accessor :codec
|
|
@@ -1681,9 +1681,9 @@ module Google
|
|
|
1681
1681
|
include Google::Apis::Core::Hashable
|
|
1682
1682
|
|
|
1683
1683
|
# The container format. The default is `mp4` Supported container formats: - `ts`
|
|
1684
|
-
# - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt`
|
|
1685
|
-
# [Supported input and output formats](https://cloud.google.com/
|
|
1686
|
-
# concepts/supported-input-and-output-formats)
|
|
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)
|
|
1687
1687
|
# Corresponds to the JSON property `container`
|
|
1688
1688
|
# @return [String]
|
|
1689
1689
|
attr_accessor :container
|
|
@@ -1767,10 +1767,10 @@ module Google
|
|
|
1767
1767
|
class Output
|
|
1768
1768
|
include Google::Apis::Core::Hashable
|
|
1769
1769
|
|
|
1770
|
-
# URI for the output file(s). For example, `gs://my-bucket/outputs/`.
|
|
1771
|
-
#
|
|
1772
|
-
# formats](https://cloud.google.
|
|
1773
|
-
# output-formats).
|
|
1770
|
+
# URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a
|
|
1771
|
+
# directory and not a top-level bucket. If empty, the value is populated from
|
|
1772
|
+
# Job.output_uri. See [Supported input and output formats](https://cloud.google.
|
|
1773
|
+
# com/transcoder/docs/concepts/supported-input-and-output-formats).
|
|
1774
1774
|
# Corresponds to the JSON property `uri`
|
|
1775
1775
|
# @return [String]
|
|
1776
1776
|
attr_accessor :uri
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241009"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.28.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: 2024-
|
|
11
|
+
date: 2024-10-27 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.28.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Transcoder API V1
|