google-apis-transcoder_v1 0.1.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/google/apis/transcoder_v1/classes.rb +38 -19
- data/lib/google/apis/transcoder_v1/gem_version.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86c0ac80dec4d669b4bd708c083081166dcdfea3dfb19ede9b04746f333b93cd
|
4
|
+
data.tar.gz: 1c187a1ed04da258622c3f3bc952fd49410e6db7cbf31528363fd420a7dda29c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f6166d24c2058da8c51c187f21bd6422140b945a9f2d0c414f7f88abaa704dbbf728a7322c997e3c38e872400b047c3e95255ffe62cc3172a39d35194d1df82
|
7
|
+
data.tar.gz: a220c01162df808905d8e4e9abf8042309b829b909665eb57a04685761b514cf980d0276b7216a64e036a50a9abea26bd3cc0a8f45eda2efb9141d0735eff6e5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-transcoder_v1
|
2
2
|
|
3
|
+
### v0.4.0 (2022-06-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220602
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
8
|
+
### v0.3.0 (2022-04-06)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220323
|
11
|
+
|
12
|
+
### v0.2.0 (2022-02-01)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220131
|
15
|
+
* Regenerated using generator version 0.4.1
|
16
|
+
|
3
17
|
### v0.1.0 (2021-12-14)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20211108
|
@@ -163,13 +163,15 @@ module Google
|
|
163
163
|
class Audio
|
164
164
|
include Google::Apis::Core::Hashable
|
165
165
|
|
166
|
-
# Enable boosting high frequency components. The default is `false`.
|
166
|
+
# Enable boosting high frequency components. The default is `false`. **Note:**
|
167
|
+
# This field is not supported.
|
167
168
|
# Corresponds to the JSON property `highBoost`
|
168
169
|
# @return [Boolean]
|
169
170
|
attr_accessor :high_boost
|
170
171
|
alias_method :high_boost?, :high_boost
|
171
172
|
|
172
|
-
# Enable boosting low frequency components. The default is `false`.
|
173
|
+
# Enable boosting low frequency components. The default is `false`. **Note:**
|
174
|
+
# This field is not supported.
|
173
175
|
# Corresponds to the JSON property `lowBoost`
|
174
176
|
# @return [Boolean]
|
175
177
|
attr_accessor :low_boost
|
@@ -304,7 +306,8 @@ module Google
|
|
304
306
|
end
|
305
307
|
end
|
306
308
|
|
307
|
-
# Color preprocessing configuration.
|
309
|
+
# Color preprocessing configuration. **Note:** This configuration is not
|
310
|
+
# supported.
|
308
311
|
class Color
|
309
312
|
include Google::Apis::Core::Hashable
|
310
313
|
|
@@ -379,7 +382,8 @@ module Google
|
|
379
382
|
end
|
380
383
|
end
|
381
384
|
|
382
|
-
# Deblock preprocessing configuration.
|
385
|
+
# Deblock preprocessing configuration. **Note:** This configuration is not
|
386
|
+
# supported.
|
383
387
|
class Deblock
|
384
388
|
include Google::Apis::Core::Hashable
|
385
389
|
|
@@ -406,7 +410,8 @@ module Google
|
|
406
410
|
end
|
407
411
|
end
|
408
412
|
|
409
|
-
# Denoise preprocessing configuration.
|
413
|
+
# Denoise preprocessing configuration. **Note:** This configuration is not
|
414
|
+
# supported.
|
410
415
|
class Denoise
|
411
416
|
include Google::Apis::Core::Hashable
|
412
417
|
|
@@ -516,8 +521,7 @@ module Google
|
|
516
521
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
517
522
|
# messages in your APIs. A typical example is to use it as the request or the
|
518
523
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
519
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
520
|
-
# `Empty` is empty JSON object ````.
|
524
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
521
525
|
class Empty
|
522
526
|
include Google::Apis::Core::Hashable
|
523
527
|
|
@@ -926,7 +930,9 @@ module Google
|
|
926
930
|
|
927
931
|
# URI of the media. Input files must be at least 5 seconds in duration and
|
928
932
|
# stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). If empty,
|
929
|
-
# the value
|
933
|
+
# the value is populated from `Job.input_uri`. See [Supported input and output
|
934
|
+
# formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
|
935
|
+
# output-formats).
|
930
936
|
# Corresponds to the JSON property `uri`
|
931
937
|
# @return [String]
|
932
938
|
attr_accessor :uri
|
@@ -975,7 +981,9 @@ module Google
|
|
975
981
|
# Input only. Specify the `input_uri` to populate empty `uri` fields in each
|
976
982
|
# element of `Job.config.inputs` or `JobTemplate.config.inputs` when using
|
977
983
|
# template. URI of the media. Input files must be at least 5 seconds in duration
|
978
|
-
# and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
|
984
|
+
# and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). See [
|
985
|
+
# Supported input and output formats](https://cloud.google.com/transcoder/docs/
|
986
|
+
# concepts/supported-input-and-output-formats).
|
979
987
|
# Corresponds to the JSON property `inputUri`
|
980
988
|
# @return [String]
|
981
989
|
attr_accessor :input_uri
|
@@ -988,7 +996,9 @@ module Google
|
|
988
996
|
|
989
997
|
# Input only. Specify the `output_uri` to populate an empty `Job.config.output.
|
990
998
|
# uri` or `JobTemplate.config.output.uri` when using template. URI for the
|
991
|
-
# output file(s). For example, `gs://my-bucket/outputs/`.
|
999
|
+
# output file(s). For example, `gs://my-bucket/outputs/`. See [Supported input
|
1000
|
+
# and output formats](https://cloud.google.com/transcoder/docs/concepts/
|
1001
|
+
# supported-input-and-output-formats).
|
992
1002
|
# Corresponds to the JSON property `outputUri`
|
993
1003
|
# @return [String]
|
994
1004
|
attr_accessor :output_uri
|
@@ -1088,7 +1098,8 @@ module Google
|
|
1088
1098
|
# @return [Google::Apis::TranscoderV1::PubsubDestination]
|
1089
1099
|
attr_accessor :pubsub_destination
|
1090
1100
|
|
1091
|
-
# List of output sprite sheets.
|
1101
|
+
# List of output sprite sheets. Spritesheets require at least one VideoStream in
|
1102
|
+
# the Jobconfig.
|
1092
1103
|
# Corresponds to the JSON property `spriteSheets`
|
1093
1104
|
# @return [Array<Google::Apis::TranscoderV1::SpriteSheet>]
|
1094
1105
|
attr_accessor :sprite_sheets
|
@@ -1240,7 +1251,9 @@ module Google
|
|
1240
1251
|
include Google::Apis::Core::Hashable
|
1241
1252
|
|
1242
1253
|
# The container format. The default is `mp4` Supported container formats: - `ts`
|
1243
|
-
# - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt`
|
1254
|
+
# - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also:
|
1255
|
+
# [Supported input and output formats](https://cloud.google.com/transcoder/docs/
|
1256
|
+
# concepts/supported-input-and-output-formats)
|
1244
1257
|
# Corresponds to the JSON property `container`
|
1245
1258
|
# @return [String]
|
1246
1259
|
attr_accessor :container
|
@@ -1312,8 +1325,10 @@ module Google
|
|
1312
1325
|
class Output
|
1313
1326
|
include Google::Apis::Core::Hashable
|
1314
1327
|
|
1315
|
-
# URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty
|
1316
|
-
# the value is populated from `Job.output_uri`.
|
1328
|
+
# URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty,
|
1329
|
+
# the value is populated from `Job.output_uri`. See [Supported input and output
|
1330
|
+
# formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
|
1331
|
+
# output-formats).
|
1317
1332
|
# Corresponds to the JSON property `uri`
|
1318
1333
|
# @return [String]
|
1319
1334
|
attr_accessor :uri
|
@@ -1400,7 +1415,8 @@ module Google
|
|
1400
1415
|
# @return [Google::Apis::TranscoderV1::Audio]
|
1401
1416
|
attr_accessor :audio
|
1402
1417
|
|
1403
|
-
# Color preprocessing configuration.
|
1418
|
+
# Color preprocessing configuration. **Note:** This configuration is not
|
1419
|
+
# supported.
|
1404
1420
|
# Corresponds to the JSON property `color`
|
1405
1421
|
# @return [Google::Apis::TranscoderV1::Color]
|
1406
1422
|
attr_accessor :color
|
@@ -1411,12 +1427,14 @@ module Google
|
|
1411
1427
|
# @return [Google::Apis::TranscoderV1::Crop]
|
1412
1428
|
attr_accessor :crop
|
1413
1429
|
|
1414
|
-
# Deblock preprocessing configuration.
|
1430
|
+
# Deblock preprocessing configuration. **Note:** This configuration is not
|
1431
|
+
# supported.
|
1415
1432
|
# Corresponds to the JSON property `deblock`
|
1416
1433
|
# @return [Google::Apis::TranscoderV1::Deblock]
|
1417
1434
|
attr_accessor :deblock
|
1418
1435
|
|
1419
|
-
# Denoise preprocessing configuration.
|
1436
|
+
# Denoise preprocessing configuration. **Note:** This configuration is not
|
1437
|
+
# supported.
|
1420
1438
|
# Corresponds to the JSON property `denoise`
|
1421
1439
|
# @return [Google::Apis::TranscoderV1::Denoise]
|
1422
1440
|
attr_accessor :denoise
|
@@ -1726,7 +1744,8 @@ module Google
|
|
1726
1744
|
attr_accessor :bitrate_bps
|
1727
1745
|
|
1728
1746
|
# Target CRF level. Must be between 10 and 36, where 10 is the highest quality
|
1729
|
-
# and 36 is the most efficient compression. The default is 21.
|
1747
|
+
# and 36 is the most efficient compression. The default is 21. **Note:** This
|
1748
|
+
# field is not supported.
|
1730
1749
|
# Corresponds to the JSON property `crfLevel`
|
1731
1750
|
# @return [Fixnum]
|
1732
1751
|
attr_accessor :crf_level
|
@@ -1781,7 +1800,7 @@ module Google
|
|
1781
1800
|
attr_accessor :profile
|
1782
1801
|
|
1783
1802
|
# Specify the `rate_control_mode`. The default is `vbr`. Supported rate control
|
1784
|
-
# modes: - `vbr` - variable bitrate
|
1803
|
+
# modes: - `vbr` - variable bitrate
|
1785
1804
|
# Corresponds to the JSON property `rateControlMode`
|
1786
1805
|
# @return [String]
|
1787
1806
|
attr_accessor :rate_control_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.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220602"
|
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.4.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: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.4.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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Transcoder API V1
|