google-apis-transcoder_v1 0.2.0 → 0.3.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: 3858bf3b13282198e84059fd09ae1b356f64bd09a3f5afa39f78ba4de47bad1b
4
- data.tar.gz: 8cf9360b2b96be6d097adb24472eb47cd747350cbda7ab5f1d113b5be2e092b6
3
+ metadata.gz: 31bac6bcd2b78363b69bc3bf79e2712c796d5acf16fb8c511f0392424cf8416c
4
+ data.tar.gz: f86439e44b7d4d180dcf28d4b71d253cabb9690f7cd2ffebaf38dd25e6809de0
5
5
  SHA512:
6
- metadata.gz: 19500f029d4a2c1f63d622b948536a935102cf1afffd43d98e8d11ad49064df593d86e02799185bfc34d5aba2598ef76d163e2c686fc3545f64208cab153ced0
7
- data.tar.gz: c65f4bfb933f3d4085def2555abf73f66ba6548ed6337151ce6a579f0b17014b944257eee04ff52a95ec8cf3766f3428009e63b93d2d71ceba698b8c1895b5de
6
+ metadata.gz: 2cdc63168132f2c1055646be0663d9ef244e3ae97109cf9a3eee46cf0bb27abcb273f45592bd337f5f383e8a87f9f84552a71d8fda50a84ccffdf171d52088f8
7
+ data.tar.gz: b9c1a0063bccc670284ddd9f4f25960fe2b02e68faecd704a1bc693a722e78ee8e93dcbded5d63b3a0fd467be7460be15ee1918bf7c9f78a8273fdf178be0431
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.3.0 (2022-04-06)
4
+
5
+ * Regenerated from discovery document revision 20220323
6
+
3
7
  ### v0.2.0 (2022-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220131
@@ -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); ` The JSON representation for
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 will be populated from `Job.input_uri`.
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
@@ -1240,7 +1250,9 @@ module Google
1240
1250
  include Google::Apis::Core::Hashable
1241
1251
 
1242
1252
  # The container format. The default is `mp4` Supported container formats: - `ts`
1243
- # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt`
1253
+ # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also:
1254
+ # [Supported input and output formats](https://cloud.google.com/transcoder/docs/
1255
+ # concepts/supported-input-and-output-formats)
1244
1256
  # Corresponds to the JSON property `container`
1245
1257
  # @return [String]
1246
1258
  attr_accessor :container
@@ -1312,8 +1324,10 @@ module Google
1312
1324
  class Output
1313
1325
  include Google::Apis::Core::Hashable
1314
1326
 
1315
- # URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty
1316
- # the value is populated from `Job.output_uri`.
1327
+ # URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty,
1328
+ # the value is populated from `Job.output_uri`. See [Supported input and output
1329
+ # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1330
+ # output-formats).
1317
1331
  # Corresponds to the JSON property `uri`
1318
1332
  # @return [String]
1319
1333
  attr_accessor :uri
@@ -1400,7 +1414,8 @@ module Google
1400
1414
  # @return [Google::Apis::TranscoderV1::Audio]
1401
1415
  attr_accessor :audio
1402
1416
 
1403
- # Color preprocessing configuration.
1417
+ # Color preprocessing configuration. **Note:** This configuration is not
1418
+ # supported.
1404
1419
  # Corresponds to the JSON property `color`
1405
1420
  # @return [Google::Apis::TranscoderV1::Color]
1406
1421
  attr_accessor :color
@@ -1411,12 +1426,14 @@ module Google
1411
1426
  # @return [Google::Apis::TranscoderV1::Crop]
1412
1427
  attr_accessor :crop
1413
1428
 
1414
- # Deblock preprocessing configuration.
1429
+ # Deblock preprocessing configuration. **Note:** This configuration is not
1430
+ # supported.
1415
1431
  # Corresponds to the JSON property `deblock`
1416
1432
  # @return [Google::Apis::TranscoderV1::Deblock]
1417
1433
  attr_accessor :deblock
1418
1434
 
1419
- # Denoise preprocessing configuration.
1435
+ # Denoise preprocessing configuration. **Note:** This configuration is not
1436
+ # supported.
1420
1437
  # Corresponds to the JSON property `denoise`
1421
1438
  # @return [Google::Apis::TranscoderV1::Denoise]
1422
1439
  attr_accessor :denoise
@@ -1726,7 +1743,7 @@ module Google
1726
1743
  attr_accessor :bitrate_bps
1727
1744
 
1728
1745
  # 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. *Note*: This
1746
+ # and 36 is the most efficient compression. The default is 21. **Note:** This
1730
1747
  # field is not supported.
1731
1748
  # Corresponds to the JSON property `crfLevel`
1732
1749
  # @return [Fixnum]
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
25
+ REVISION = "20220323"
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.2.0
4
+ version: 0.3.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.3.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: []