google-apis-transcoder_v1 0.13.0 → 0.14.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 +4 -0
- data/lib/google/apis/transcoder_v1/classes.rb +8 -6
- data/lib/google/apis/transcoder_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd23a02ba4ab5b9fbd3ba3591f02680363d36855429c448dd1d387f47d657d59
|
|
4
|
+
data.tar.gz: 70b435c814314516cbd064e5b64a83343e40c65674edd777f094afbd7e7907d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d654c4e3d998b4f5dd74ec8d18cac1cbc85274b1025cfe7d51d1e7957419225d84e248700369554db307257ef7077efa92cb9776eb03afbe365f94761ddea11
|
|
7
|
+
data.tar.gz: cf0f9dbd7e79c953ffbca6fddfb0841bffc15f9e970eb41c9b373a0f9c047a8fa3b598b8c8f4b6d2785809fb5dca80da548e680934e01b2cc04760fa066ece7f
|
data/CHANGELOG.md
CHANGED
|
@@ -282,13 +282,14 @@ module Google
|
|
|
282
282
|
attr_accessor :codec
|
|
283
283
|
|
|
284
284
|
# The name for this particular audio stream that will be added to the HLS/DASH
|
|
285
|
-
# manifest.
|
|
285
|
+
# manifest. Not supported in MP4 files.
|
|
286
286
|
# Corresponds to the JSON property `displayName`
|
|
287
287
|
# @return [String]
|
|
288
288
|
attr_accessor :display_name
|
|
289
289
|
|
|
290
290
|
# The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information,
|
|
291
|
-
# see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
|
|
291
|
+
# see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
|
|
292
|
+
# supported in MP4 files.
|
|
292
293
|
# Corresponds to the JSON property `languageCode`
|
|
293
294
|
# @return [String]
|
|
294
295
|
attr_accessor :language_code
|
|
@@ -1113,8 +1114,8 @@ module Google
|
|
|
1113
1114
|
attr_accessor :state
|
|
1114
1115
|
|
|
1115
1116
|
# Input only. Specify the `template_id` to use for populating `Job.config`. The
|
|
1116
|
-
# default is `preset/web-hd
|
|
1117
|
-
#
|
|
1117
|
+
# default is `preset/web-hd`, which is the only supported preset. User defined
|
|
1118
|
+
# JobTemplate: ``job_template_id``
|
|
1118
1119
|
# Corresponds to the JSON property `templateId`
|
|
1119
1120
|
# @return [String]
|
|
1120
1121
|
attr_accessor :template_id
|
|
@@ -1808,13 +1809,14 @@ module Google
|
|
|
1808
1809
|
attr_accessor :codec
|
|
1809
1810
|
|
|
1810
1811
|
# The name for this particular text stream that will be added to the HLS/DASH
|
|
1811
|
-
# manifest.
|
|
1812
|
+
# manifest. Not supported in MP4 files.
|
|
1812
1813
|
# Corresponds to the JSON property `displayName`
|
|
1813
1814
|
# @return [String]
|
|
1814
1815
|
attr_accessor :display_name
|
|
1815
1816
|
|
|
1816
1817
|
# The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information,
|
|
1817
|
-
# see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
|
|
1818
|
+
# see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
|
|
1819
|
+
# supported in MP4 files.
|
|
1818
1820
|
# Corresponds to the JSON property `languageCode`
|
|
1819
1821
|
# @return [String]
|
|
1820
1822
|
attr_accessor :language_code
|
|
@@ -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.14.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 = "
|
|
25
|
+
REVISION = "20230308"
|
|
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.14.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-
|
|
11
|
+
date: 2023-03-19 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.14.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: []
|