google-apis-transcoder_v1 0.10.0 → 0.12.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: 80ce8960fe425e8e01562b06dc567e242621f0a07b3a88e498d513f759dd7e4a
4
+ data.tar.gz: 355487b82303586be29e77438b26b9b15de04614cf55c9d8bd58d7c87bb5c99e
5
5
  SHA512:
6
- metadata.gz: 9b4e8d274bf09140c0f811c1c04b54635eb2740df0d591f437cc3ae8e562855dce4b4428b441c84301591719528fad3dd3e2c8e4f5935c8c732235d9f40bb07d
7
- data.tar.gz: 3a049dbedafdb442d55ec73df89e6611c969482922c679d48c723c12b8f5b882fd75ca9672c78717735aa6c820b2ea7099f49663f46225d31834453bd240eaaf
6
+ metadata.gz: 9f0ffb83993e837512bb0cce71805ffcd313124728c133f4b0ba15f44ffebbb4ddc2dc4c01c2a36a1c15b7ae5e80e772a5fe4899447637a9e6c588d41685646f
7
+ data.tar.gz: f09835fa68d106e20761fe8475bcbae0a43855c5922ff707ce823b652403877934aa04d14feb847e212444a2d5b68a327a392c2c0acd2bfdc76155db3dfc549e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.12.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.11.0 (2022-12-07)
8
+
9
+ * Regenerated from discovery document revision 20221201
10
+
3
11
  ### v0.10.0 (2022-11-08)
4
12
 
5
13
  * 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.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.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.12.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: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Transcoder API V1