google-apis-transcoder_v1 0.9.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a665a75e299f2e4997b9c304e931386ca450249157352c2a69afccdccdcd181a
|
4
|
+
data.tar.gz: edcf4edb6d7a9c145d0b4cda6bb84b553592f7c6cbca9cff6ee4d57989e76b25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef97c4f4b95c31e154da01e8e45013902c6a836d67213ee9748de2ed2cc0ec1deec38a845006324c50fb40cf7ea25a0938ce850d7b96f479e898088eb3ce6e88
|
7
|
+
data.tar.gz: 53bed6c63bb4dbd5cfa2643a06d7a6cd2ebea62d34ba2e4458fee323e3d07a7e8713d4f5e529f2ea6f7d5fd7ef4a7a79b993950f635bc55f3339045d92d70672
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-transcoder_v1
|
2
2
|
|
3
|
+
### v0.11.0 (2022-12-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221201
|
6
|
+
|
7
|
+
### v0.10.0 (2022-11-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221027
|
10
|
+
|
3
11
|
### v0.9.0 (2022-10-20)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.11.0
|
@@ -679,7 +679,11 @@ module Google
|
|
679
679
|
|
680
680
|
# The height of the video in pixels. Must be an even integer. When not specified,
|
681
681
|
# the height is adjusted to match the specified width and input aspect ratio.
|
682
|
-
# If both are omitted, the input height is used.
|
682
|
+
# If both are omitted, the input height is used. For portrait videos that
|
683
|
+
# contain horizontal ASR and rotation metadata, provide the height, in pixels,
|
684
|
+
# per the horizontal ASR. The API calculates the width per the horizontal ASR.
|
685
|
+
# The API detects any rotation metadata and swaps the requested height and width
|
686
|
+
# for the output.
|
683
687
|
# Corresponds to the JSON property `heightPixels`
|
684
688
|
# @return [Fixnum]
|
685
689
|
attr_accessor :height_pixels
|
@@ -738,7 +742,11 @@ module Google
|
|
738
742
|
|
739
743
|
# The width of the video in pixels. Must be an even integer. When not specified,
|
740
744
|
# the width is adjusted to match the specified height and input aspect ratio. If
|
741
|
-
# both are omitted, the input width is used.
|
745
|
+
# both are omitted, the input width is used. For portrait videos that contain
|
746
|
+
# horizontal ASR and rotation metadata, provide the width, in pixels, per the
|
747
|
+
# horizontal ASR. The API calculates the height per the horizontal ASR. The API
|
748
|
+
# detects any rotation metadata and swaps the requested height and width for the
|
749
|
+
# output.
|
742
750
|
# Corresponds to the JSON property `widthPixels`
|
743
751
|
# @return [Fixnum]
|
744
752
|
attr_accessor :width_pixels
|
@@ -848,7 +856,11 @@ module Google
|
|
848
856
|
|
849
857
|
# The height of the video in pixels. Must be an even integer. When not specified,
|
850
858
|
# the height is adjusted to match the specified width and input aspect ratio.
|
851
|
-
# If both are omitted, the input height is used.
|
859
|
+
# If both are omitted, the input height is used. For portrait videos that
|
860
|
+
# contain horizontal ASR and rotation metadata, provide the height, in pixels,
|
861
|
+
# per the horizontal ASR. The API calculates the width per the horizontal ASR.
|
862
|
+
# The API detects any rotation metadata and swaps the requested height and width
|
863
|
+
# for the output.
|
852
864
|
# Corresponds to the JSON property `heightPixels`
|
853
865
|
# @return [Fixnum]
|
854
866
|
attr_accessor :height_pixels
|
@@ -910,7 +922,11 @@ module Google
|
|
910
922
|
|
911
923
|
# The width of the video in pixels. Must be an even integer. When not specified,
|
912
924
|
# the width is adjusted to match the specified height and input aspect ratio. If
|
913
|
-
# both are omitted, the input width is used.
|
925
|
+
# both are omitted, the input width is used. For portrait videos that contain
|
926
|
+
# horizontal ASR and rotation metadata, provide the width, in pixels, per the
|
927
|
+
# horizontal ASR. The API calculates the height per the horizontal ASR. The API
|
928
|
+
# detects any rotation metadata and swaps the requested height and width for the
|
929
|
+
# output.
|
914
930
|
# Corresponds to the JSON property `widthPixels`
|
915
931
|
# @return [Fixnum]
|
916
932
|
attr_accessor :width_pixels
|
@@ -1643,7 +1659,11 @@ module Google
|
|
1643
1659
|
# Required. The height of sprite in pixels. Must be an even integer. To preserve
|
1644
1660
|
# the source aspect ratio, set the SpriteSheet.sprite_height_pixels field or the
|
1645
1661
|
# SpriteSheet.sprite_width_pixels field, but not both (the API will
|
1646
|
-
# automatically calculate the missing field).
|
1662
|
+
# automatically calculate the missing field). For portrait videos that contain
|
1663
|
+
# horizontal ASR and rotation metadata, provide the height, in pixels, per the
|
1664
|
+
# horizontal ASR. The API calculates the width per the horizontal ASR. The API
|
1665
|
+
# detects any rotation metadata and swaps the requested height and width for the
|
1666
|
+
# output.
|
1647
1667
|
# Corresponds to the JSON property `spriteHeightPixels`
|
1648
1668
|
# @return [Fixnum]
|
1649
1669
|
attr_accessor :sprite_height_pixels
|
@@ -1651,7 +1671,11 @@ module Google
|
|
1651
1671
|
# Required. The width of sprite in pixels. Must be an even integer. To preserve
|
1652
1672
|
# the source aspect ratio, set the SpriteSheet.sprite_width_pixels field or the
|
1653
1673
|
# SpriteSheet.sprite_height_pixels field, but not both (the API will
|
1654
|
-
# automatically calculate the missing field).
|
1674
|
+
# automatically calculate the missing field). For portrait videos that contain
|
1675
|
+
# horizontal ASR and rotation metadata, provide the width, in pixels, per the
|
1676
|
+
# horizontal ASR. The API calculates the height per the horizontal ASR. The API
|
1677
|
+
# detects any rotation metadata and swaps the requested height and width for the
|
1678
|
+
# output.
|
1655
1679
|
# Corresponds to the JSON property `spriteWidthPixels`
|
1656
1680
|
# @return [Fixnum]
|
1657
1681
|
attr_accessor :sprite_width_pixels
|
@@ -1859,7 +1883,11 @@ module Google
|
|
1859
1883
|
|
1860
1884
|
# The height of the video in pixels. Must be an even integer. When not specified,
|
1861
1885
|
# the height is adjusted to match the specified width and input aspect ratio.
|
1862
|
-
# If both are omitted, the input height is used.
|
1886
|
+
# If both are omitted, the input height is used. For portrait videos that
|
1887
|
+
# contain horizontal ASR and rotation metadata, provide the height, in pixels,
|
1888
|
+
# per the horizontal ASR. The API calculates the width per the horizontal ASR.
|
1889
|
+
# The API detects any rotation metadata and swaps the requested height and width
|
1890
|
+
# for the output.
|
1863
1891
|
# Corresponds to the JSON property `heightPixels`
|
1864
1892
|
# @return [Fixnum]
|
1865
1893
|
attr_accessor :height_pixels
|
@@ -1890,7 +1918,11 @@ module Google
|
|
1890
1918
|
|
1891
1919
|
# The width of the video in pixels. Must be an even integer. When not specified,
|
1892
1920
|
# the width is adjusted to match the specified height and input aspect ratio. If
|
1893
|
-
# both are omitted, the input width is used.
|
1921
|
+
# both are omitted, the input width is used. For portrait videos that contain
|
1922
|
+
# horizontal ASR and rotation metadata, provide the width, in pixels, per the
|
1923
|
+
# horizontal ASR. The API calculates the height per the horizontal ASR. The API
|
1924
|
+
# detects any rotation metadata and swaps the requested height and width for the
|
1925
|
+
# output.
|
1894
1926
|
# Corresponds to the JSON property `widthPixels`
|
1895
1927
|
# @return [Fixnum]
|
1896
1928
|
attr_accessor :width_pixels
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,7 @@ module Google
|
|
22
22
|
# Transcoder API
|
23
23
|
#
|
24
24
|
# This API converts video files into formats suitable for consumer distribution.
|
25
|
+
# For more information, see the Transcoder API overview.
|
25
26
|
#
|
26
27
|
# @see https://cloud.google.com/transcoder/docs/
|
27
28
|
module TranscoderV1
|
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.11.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-
|
11
|
+
date: 2022-12-12 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.11.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: []
|