google-apis-transcoder_v1 0.15.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a73f31db61082651785e4e326e718d2ef4e28c4d0d842da4dfb91f3b72925a12
4
- data.tar.gz: 3226a9d07728639756f63db9be5e6c50d90c000914ad6f771e695d2dfd1c73a7
3
+ metadata.gz: 93447a98420f43cbebfd48571e0eff1d5f74166aa8c9fc9723044e0e89ff7867
4
+ data.tar.gz: 2d89bf95de6091d4275a7573c1749c7367cef4b8f38e2ce886e0626b05f8bfc0
5
5
  SHA512:
6
- metadata.gz: 394e4c6c2f22402fe668904009ccc0eeeb9ba746b0516c7645f4cb9ba4bcb9d3414c9f8624965e74e1c00ad1b89e19b16d7e5659b09f5a20f75e139dd61fcc17
7
- data.tar.gz: d09cf2d9ffc3d34535af170e4ded4454c100a4e1126287212ac71d56c31810571db24ca3fc739d2cb35721404c81fcfddf25129f7b219702dec1398e432dd213
6
+ metadata.gz: d543e0418636f6f614af18f6d29e28f55f67a9d774ee4e46ad05fe328aa9f417c4a3bf8fc53503f4eca7d88a5a80ce73487dadb34c0318dee29471a54693f37e
7
+ data.tar.gz: d863de468e7109a3cbc801e8fbd81d336deb07c4a9a6dd9f0b097b2e6ad17aef5f7c68f484a7e0159402c6e37b7b1d5151336ec0a1dcdb7bff0bc95abe6688d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.17.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230419
6
+
7
+ ### v0.16.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230412
10
+
3
11
  ### v0.15.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230322
@@ -974,7 +974,7 @@ module Google
974
974
  end
975
975
  end
976
976
 
977
- # Overlaid jpeg image.
977
+ # Overlaid image.
978
978
  class Image
979
979
  include Google::Apis::Core::Hashable
980
980
 
@@ -989,8 +989,8 @@ module Google
989
989
  # @return [Google::Apis::TranscoderV1::NormalizedCoordinate]
990
990
  attr_accessor :resolution
991
991
 
992
- # Required. URI of the JPEG image in Cloud Storage. For example, `gs://bucket/
993
- # inputs/image.jpeg`. JPEG is the only supported image type.
992
+ # Required. URI of the image in Cloud Storage. For example, `gs://bucket/inputs/
993
+ # image.png`. Only PNG and JPEG images are supported.
994
994
  # Corresponds to the JSON property `uri`
995
995
  # @return [String]
996
996
  attr_accessor :uri
@@ -1343,7 +1343,7 @@ module Google
1343
1343
  # @return [Array<String>]
1344
1344
  attr_accessor :mux_streams
1345
1345
 
1346
- # Required. Type of the manifest, can be `HLS` or `DASH`.
1346
+ # Required. Type of the manifest.
1347
1347
  # Corresponds to the JSON property `type`
1348
1348
  # @return [String]
1349
1349
  attr_accessor :type
@@ -1466,7 +1466,7 @@ module Google
1466
1466
  # @return [Array<Google::Apis::TranscoderV1::Animation>]
1467
1467
  attr_accessor :animations
1468
1468
 
1469
- # Overlaid jpeg image.
1469
+ # Overlaid image.
1470
1470
  # Corresponds to the JSON property `image`
1471
1471
  # @return [Google::Apis::TranscoderV1::Image]
1472
1472
  attr_accessor :image
@@ -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.15.0"
19
+ GEM_VERSION = "0.17.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 = "20230322"
25
+ REVISION = "20230419"
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.15.0
4
+ version: 0.17.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-04-02 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.17.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: []