google-apis-transcoder_v1 0.15.0 → 0.16.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: a73f31db61082651785e4e326e718d2ef4e28c4d0d842da4dfb91f3b72925a12
4
- data.tar.gz: 3226a9d07728639756f63db9be5e6c50d90c000914ad6f771e695d2dfd1c73a7
3
+ metadata.gz: '078a8430dc0e7547933cc339290e60e674cda4507d91dddf1c4b715b9461f90c'
4
+ data.tar.gz: 7750e4c75dedc256cf3f228e9aa3f9b627caef08f2a81f8743676a37ff92fed8
5
5
  SHA512:
6
- metadata.gz: 394e4c6c2f22402fe668904009ccc0eeeb9ba746b0516c7645f4cb9ba4bcb9d3414c9f8624965e74e1c00ad1b89e19b16d7e5659b09f5a20f75e139dd61fcc17
7
- data.tar.gz: d09cf2d9ffc3d34535af170e4ded4454c100a4e1126287212ac71d56c31810571db24ca3fc739d2cb35721404c81fcfddf25129f7b219702dec1398e432dd213
6
+ metadata.gz: 8b13ec76d04b542a82fb6d4a36579e0a82e4a18463f5f29621ec09d02b042d7b85a82161f5a95f9b8588263432cecbc71df978d6ce076b446c2a9dc913ffe4c5
7
+ data.tar.gz: 86f1ce77d548952a322215fac2afa302acad5fdf0db9414560996d1dd196ec726e18deb7e9f2da0541174945b8a60449f32804b5c1ca2c1385a20e9868d04c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.16.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230412
6
+
3
7
  ### v0.15.0 (2023-04-02)
4
8
 
5
9
  * 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
@@ -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.16.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 = "20230412"
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.16.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-23 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.16.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: []