google-apis-transcoder_v1 0.2.0 → 0.5.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: 6a98dcff8d94f2daa418a4d1841cd528a8bc15f450bd8362524738a4a05602d7
4
+ data.tar.gz: 9c3c01d049adbeaf5171c2ba13669996930047158ff0e771bb8384106e7665d2
5
5
  SHA512:
6
- metadata.gz: 19500f029d4a2c1f63d622b948536a935102cf1afffd43d98e8d11ad49064df593d86e02799185bfc34d5aba2598ef76d163e2c686fc3545f64208cab153ced0
7
- data.tar.gz: c65f4bfb933f3d4085def2555abf73f66ba6548ed6337151ce6a579f0b17014b944257eee04ff52a95ec8cf3766f3428009e63b93d2d71ceba698b8c1895b5de
6
+ metadata.gz: a5d8858ae298baba8c1072b526e003e14578deebf2a7f22a1b95d24819e4985ef6a52194d7a150a4ad519c7f3e85e9e0e49d73de59a204896d30481357ef6afe
7
+ data.tar.gz: fabcb4f31fd5be6b0b76a826e3157df72204ef1f7a6f0b6d1190ab4a20d9fd04ff068b0e97ccdc93908ddfc596169118598692ebdadb3630aac849f951c7079e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.5.0 (2022-06-21)
4
+
5
+ * Regenerated from discovery document revision 20220609
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.4.0 (2022-06-11)
9
+
10
+ * Regenerated from discovery document revision 20220602
11
+ * Regenerated using generator version 0.5.0
12
+
13
+ ### v0.3.0 (2022-04-06)
14
+
15
+ * Regenerated from discovery document revision 20220323
16
+
3
17
  ### v0.2.0 (2022-02-01)
4
18
 
5
19
  * 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,11 +981,19 @@ 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
982
990
 
991
+ # The labels associated with this job. You can use these to organize and group
992
+ # your jobs.
993
+ # Corresponds to the JSON property `labels`
994
+ # @return [Hash<String,String>]
995
+ attr_accessor :labels
996
+
983
997
  # The resource name of the job. Format: `projects/`project_number`/locations/`
984
998
  # location`/jobs/`job``
985
999
  # Corresponds to the JSON property `name`
@@ -988,7 +1002,9 @@ module Google
988
1002
 
989
1003
  # Input only. Specify the `output_uri` to populate an empty `Job.config.output.
990
1004
  # uri` or `JobTemplate.config.output.uri` when using template. URI for the
991
- # output file(s). For example, `gs://my-bucket/outputs/`.
1005
+ # output file(s). For example, `gs://my-bucket/outputs/`. See [Supported input
1006
+ # and output formats](https://cloud.google.com/transcoder/docs/concepts/
1007
+ # supported-input-and-output-formats).
992
1008
  # Corresponds to the JSON property `outputUri`
993
1009
  # @return [String]
994
1010
  attr_accessor :output_uri
@@ -1028,6 +1044,7 @@ module Google
1028
1044
  @end_time = args[:end_time] if args.key?(:end_time)
1029
1045
  @error = args[:error] if args.key?(:error)
1030
1046
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1047
+ @labels = args[:labels] if args.key?(:labels)
1031
1048
  @name = args[:name] if args.key?(:name)
1032
1049
  @output_uri = args[:output_uri] if args.key?(:output_uri)
1033
1050
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -1088,7 +1105,8 @@ module Google
1088
1105
  # @return [Google::Apis::TranscoderV1::PubsubDestination]
1089
1106
  attr_accessor :pubsub_destination
1090
1107
 
1091
- # List of output sprite sheets.
1108
+ # List of output sprite sheets. Spritesheets require at least one VideoStream in
1109
+ # the Jobconfig.
1092
1110
  # Corresponds to the JSON property `spriteSheets`
1093
1111
  # @return [Array<Google::Apis::TranscoderV1::SpriteSheet>]
1094
1112
  attr_accessor :sprite_sheets
@@ -1121,6 +1139,12 @@ module Google
1121
1139
  # @return [Google::Apis::TranscoderV1::JobConfig]
1122
1140
  attr_accessor :config
1123
1141
 
1142
+ # The labels associated with this job template. You can use these to organize
1143
+ # and group your job templates.
1144
+ # Corresponds to the JSON property `labels`
1145
+ # @return [Hash<String,String>]
1146
+ attr_accessor :labels
1147
+
1124
1148
  # The resource name of the job template. Format: `projects/`project_number`/
1125
1149
  # locations/`location`/jobTemplates/`job_template``
1126
1150
  # Corresponds to the JSON property `name`
@@ -1134,6 +1158,7 @@ module Google
1134
1158
  # Update properties of this object
1135
1159
  def update!(**args)
1136
1160
  @config = args[:config] if args.key?(:config)
1161
+ @labels = args[:labels] if args.key?(:labels)
1137
1162
  @name = args[:name] if args.key?(:name)
1138
1163
  end
1139
1164
  end
@@ -1240,7 +1265,9 @@ module Google
1240
1265
  include Google::Apis::Core::Hashable
1241
1266
 
1242
1267
  # The container format. The default is `mp4` Supported container formats: - `ts`
1243
- # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt`
1268
+ # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also:
1269
+ # [Supported input and output formats](https://cloud.google.com/transcoder/docs/
1270
+ # concepts/supported-input-and-output-formats)
1244
1271
  # Corresponds to the JSON property `container`
1245
1272
  # @return [String]
1246
1273
  attr_accessor :container
@@ -1312,8 +1339,10 @@ module Google
1312
1339
  class Output
1313
1340
  include Google::Apis::Core::Hashable
1314
1341
 
1315
- # URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty
1316
- # the value is populated from `Job.output_uri`.
1342
+ # URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty,
1343
+ # the value is populated from `Job.output_uri`. See [Supported input and output
1344
+ # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1345
+ # output-formats).
1317
1346
  # Corresponds to the JSON property `uri`
1318
1347
  # @return [String]
1319
1348
  attr_accessor :uri
@@ -1400,7 +1429,8 @@ module Google
1400
1429
  # @return [Google::Apis::TranscoderV1::Audio]
1401
1430
  attr_accessor :audio
1402
1431
 
1403
- # Color preprocessing configuration.
1432
+ # Color preprocessing configuration. **Note:** This configuration is not
1433
+ # supported.
1404
1434
  # Corresponds to the JSON property `color`
1405
1435
  # @return [Google::Apis::TranscoderV1::Color]
1406
1436
  attr_accessor :color
@@ -1411,12 +1441,14 @@ module Google
1411
1441
  # @return [Google::Apis::TranscoderV1::Crop]
1412
1442
  attr_accessor :crop
1413
1443
 
1414
- # Deblock preprocessing configuration.
1444
+ # Deblock preprocessing configuration. **Note:** This configuration is not
1445
+ # supported.
1415
1446
  # Corresponds to the JSON property `deblock`
1416
1447
  # @return [Google::Apis::TranscoderV1::Deblock]
1417
1448
  attr_accessor :deblock
1418
1449
 
1419
- # Denoise preprocessing configuration.
1450
+ # Denoise preprocessing configuration. **Note:** This configuration is not
1451
+ # supported.
1420
1452
  # Corresponds to the JSON property `denoise`
1421
1453
  # @return [Google::Apis::TranscoderV1::Denoise]
1422
1454
  attr_accessor :denoise
@@ -1726,7 +1758,7 @@ module Google
1726
1758
  attr_accessor :bitrate_bps
1727
1759
 
1728
1760
  # 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
1761
+ # and 36 is the most efficient compression. The default is 21. **Note:** This
1730
1762
  # field is not supported.
1731
1763
  # Corresponds to the JSON property `crfLevel`
1732
1764
  # @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.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
25
+ REVISION = "20220609"
26
26
  end
27
27
  end
28
28
  end
@@ -481,6 +481,7 @@ module Google
481
481
  property :error, as: 'error', class: Google::Apis::TranscoderV1::Status, decorator: Google::Apis::TranscoderV1::Status::Representation
482
482
 
483
483
  property :input_uri, as: 'inputUri'
484
+ hash :labels, as: 'labels'
484
485
  property :name, as: 'name'
485
486
  property :output_uri, as: 'outputUri'
486
487
  property :start_time, as: 'startTime'
@@ -521,6 +522,7 @@ module Google
521
522
  class Representation < Google::Apis::Core::JsonRepresentation
522
523
  property :config, as: 'config', class: Google::Apis::TranscoderV1::JobConfig, decorator: Google::Apis::TranscoderV1::JobConfig::Representation
523
524
 
525
+ hash :labels, as: 'labels'
524
526
  property :name, as: 'name'
525
527
  end
526
528
  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.5.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-06-27 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.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.5.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.5
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