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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/transcoder_v1/classes.rb +4 -4
- data/lib/google/apis/transcoder_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '078a8430dc0e7547933cc339290e60e674cda4507d91dddf1c4b715b9461f90c'
|
|
4
|
+
data.tar.gz: 7750e4c75dedc256cf3f228e9aa3f9b627caef08f2a81f8743676a37ff92fed8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b13ec76d04b542a82fb6d4a36579e0a82e4a18463f5f29621ec09d02b042d7b85a82161f5a95f9b8588263432cecbc71df978d6ce076b446c2a9dc913ffe4c5
|
|
7
|
+
data.tar.gz: 86f1ce77d548952a322215fac2afa302acad5fdf0db9414560996d1dd196ec726e18deb7e9f2da0541174945b8a60449f32804b5c1ca2c1385a20e9868d04c61
|
data/CHANGELOG.md
CHANGED
|
@@ -974,7 +974,7 @@ module Google
|
|
|
974
974
|
end
|
|
975
975
|
end
|
|
976
976
|
|
|
977
|
-
# Overlaid
|
|
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
|
|
993
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|