google-apis-transcoder_v1 0.10.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: 8c91c340bf0728462a376c730ea72748b6b5d6f54315bbd5a063cc42422130e6
4
- data.tar.gz: d6258e938514d72f66b71a8b5246cfac0011edb8dc4a4f4a62b71128d7f7cc5a
3
+ metadata.gz: a665a75e299f2e4997b9c304e931386ca450249157352c2a69afccdccdcd181a
4
+ data.tar.gz: edcf4edb6d7a9c145d0b4cda6bb84b553592f7c6cbca9cff6ee4d57989e76b25
5
5
  SHA512:
6
- metadata.gz: 9b4e8d274bf09140c0f811c1c04b54635eb2740df0d591f437cc3ae8e562855dce4b4428b441c84301591719528fad3dd3e2c8e4f5935c8c732235d9f40bb07d
7
- data.tar.gz: 3a049dbedafdb442d55ec73df89e6611c969482922c679d48c723c12b8f5b882fd75ca9672c78717735aa6c820b2ea7099f49663f46225d31834453bd240eaaf
6
+ metadata.gz: ef97c4f4b95c31e154da01e8e45013902c6a836d67213ee9748de2ed2cc0ec1deec38a845006324c50fb40cf7ea25a0938ce850d7b96f479e898088eb3ce6e88
7
+ data.tar.gz: 53bed6c63bb4dbd5cfa2643a06d7a6cd2ebea62d34ba2e4458fee323e3d07a7e8713d4f5e529f2ea6f7d5fd7ef4a7a79b993950f635bc55f3339045d92d70672
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.10.0 (2022-11-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20221027
@@ -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.10.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 = "20221027"
25
+ REVISION = "20221201"
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.10.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-14 00:00:00.000000000 Z
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.10.0
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: []