google-apis-transcoder_v1 0.19.0 → 0.20.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: 0eeeff7a5b6f7d4bddb359836fb39b9c15a7f14c3cc155141b99a531b3d6ad97
4
- data.tar.gz: 55f431b223f58ddbeb670482ced2b902c4fef465bc46a2417989f50f2d3f856c
3
+ metadata.gz: 60d78a1fea51730e52b7216df66cbf80308182d3eefc39f528956765ca933afd
4
+ data.tar.gz: 6a215e67be7899f3505f296700cf6a8d904e5a9ffe334f58d9145304da5b0b28
5
5
  SHA512:
6
- metadata.gz: b36bd934d75136886148829243ca4d9e393bcc00f710d7fa4af2a0f1e3746cf91a130fe5674b6c33e574263892ec83d1682dbc0bb1b2282dec8017dea2d671b8
7
- data.tar.gz: 5485993c09bec10a78a68aba8f207d222dfb3ce35326a038f75f5684d53b8d9a1b500b873bd7a8f5cf314ceee88ceed655ad5414f0b05e7e52dc99ced7c29e04
6
+ metadata.gz: 2b222fd10f4d8200d1ff4a4ad11619195986164ff40628bc11f336340b237d4b2d1e0955cd7493e45ed5f6f6679578226fe339077ccb3d58de036f9f7f2dfbd6
7
+ data.tar.gz: 9f6b5123ccf195da55f8f3ebf7d4a10968ef6a3f0e771caebc69a04ea4d54afcb4eee9e158b49eaf46c9b0f71041e4f5d33024b32ce56d74857dba12d31d4fcc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.20.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230712
6
+
3
7
  ### v0.19.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230621
@@ -59,7 +59,7 @@ module Google
59
59
  class Animation
60
60
  include Google::Apis::Core::Hashable
61
61
 
62
- # End previous overlay animation from the video. Without AnimationEnd, the
62
+ # End previous overlay animation from the video. Without `AnimationEnd`, the
63
63
  # overlay object will keep the state of previous animation until the end of the
64
64
  # video.
65
65
  # Corresponds to the JSON property `animationEnd`
@@ -88,7 +88,7 @@ module Google
88
88
  end
89
89
  end
90
90
 
91
- # End previous overlay animation from the video. Without AnimationEnd, the
91
+ # End previous overlay animation from the video. Without `AnimationEnd`, the
92
92
  # overlay object will keep the state of previous animation until the end of the
93
93
  # video.
94
94
  class AnimationEnd
@@ -213,12 +213,12 @@ module Google
213
213
  end
214
214
  end
215
215
 
216
- # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
216
+ # The mapping for the JobConfig.edit_list atoms with audio EditAtom.inputs.
217
217
  class AudioMapping
218
218
  include Google::Apis::Core::Hashable
219
219
 
220
- # Required. The `EditAtom.key` that references the atom with audio inputs in the
221
- # `Job.edit_list`.
220
+ # Required. The EditAtom.key that references the atom with audio inputs in the
221
+ # JobConfig.edit_list.
222
222
  # Corresponds to the JSON property `atomKey`
223
223
  # @return [String]
224
224
  attr_accessor :atom_key
@@ -234,7 +234,7 @@ module Google
234
234
  # @return [Fixnum]
235
235
  attr_accessor :input_channel
236
236
 
237
- # Required. The `Input.key` that identifies the input file.
237
+ # Required. The Input.key that identifies the input file.
238
238
  # Corresponds to the JSON property `inputKey`
239
239
  # @return [String]
240
240
  attr_accessor :input_key
@@ -307,7 +307,7 @@ module Google
307
307
  # @return [String]
308
308
  attr_accessor :language_code
309
309
 
310
- # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
310
+ # The mapping for the JobConfig.edit_list atoms with audio EditAtom.inputs.
311
311
  # Corresponds to the JSON property `mapping`
312
312
  # @return [Array<Google::Apis::TranscoderV1::AudioMapping>]
313
313
  attr_accessor :mapping
@@ -466,7 +466,7 @@ module Google
466
466
  include Google::Apis::Core::Hashable
467
467
 
468
468
  # The segment reference scheme for a `DASH` manifest. The default is `
469
- # SEGMENT_LIST`
469
+ # SEGMENT_LIST`.
470
470
  # Corresponds to the JSON property `segmentReferenceScheme`
471
471
  # @return [String]
472
472
  attr_accessor :segment_reference_scheme
@@ -610,8 +610,8 @@ module Google
610
610
  # @return [String]
611
611
  attr_accessor :end_time_offset
612
612
 
613
- # List of `Input.key`s identifying files that should be used in this atom. The
614
- # listed `inputs` must have the same timeline.
613
+ # List of Input.key values identifying files that should be used in this atom.
614
+ # The listed `inputs` must have the same timeline.
615
615
  # Corresponds to the JSON property `inputs`
616
616
  # @return [Array<String>]
617
617
  attr_accessor :inputs
@@ -776,7 +776,7 @@ module Google
776
776
  attr_accessor :aq_strength
777
777
 
778
778
  # The number of consecutive B-frames. Must be greater than or equal to zero.
779
- # Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
779
+ # Must be less than H264CodecSettings.gop_frame_count if set. The default is 0.
780
780
  # Corresponds to the JSON property `bFrameCount`
781
781
  # @return [Fixnum]
782
782
  attr_accessor :b_frame_count
@@ -800,8 +800,8 @@ module Google
800
800
  # @return [Fixnum]
801
801
  attr_accessor :crf_level
802
802
 
803
- # Use two-pass encoding strategy to achieve better video quality. `VideoStream.
804
- # rate_control_mode` must be `vbr`. The default is `false`.
803
+ # Use two-pass encoding strategy to achieve better video quality.
804
+ # H264CodecSettings.rate_control_mode must be `vbr`. The default is `false`.
805
805
  # Corresponds to the JSON property `enableTwoPass`
806
806
  # @return [Boolean]
807
807
  attr_accessor :enable_two_pass
@@ -874,8 +874,8 @@ module Google
874
874
  # @return [String]
875
875
  attr_accessor :profile
876
876
 
877
- # Specify the `rate_control_mode`. The default is `vbr`. Supported rate control
878
- # modes: - `vbr` - variable bitrate - `crf` - constant rate factor
877
+ # Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` -
878
+ # variable bitrate - `crf` - constant rate factor
879
879
  # Corresponds to the JSON property `rateControlMode`
880
880
  # @return [String]
881
881
  attr_accessor :rate_control_mode
@@ -889,13 +889,14 @@ module Google
889
889
  attr_accessor :tune
890
890
 
891
891
  # Initial fullness of the Video Buffering Verifier (VBV) buffer in bits. Must be
892
- # greater than zero. The default is equal to 90% of `VideoStream.vbv_size_bits`.
892
+ # greater than zero. The default is equal to 90% of H264CodecSettings.
893
+ # vbv_size_bits.
893
894
  # Corresponds to the JSON property `vbvFullnessBits`
894
895
  # @return [Fixnum]
895
896
  attr_accessor :vbv_fullness_bits
896
897
 
897
898
  # Size of the Video Buffering Verifier (VBV) buffer in bits. Must be greater
898
- # than zero. The default is equal to `VideoStream.bitrate_bps`.
899
+ # than zero. The default is equal to H264CodecSettings.bitrate_bps.
899
900
  # Corresponds to the JSON property `vbvSizeBits`
900
901
  # @return [Fixnum]
901
902
  attr_accessor :vbv_size_bits
@@ -959,7 +960,7 @@ module Google
959
960
  attr_accessor :aq_strength
960
961
 
961
962
  # The number of consecutive B-frames. Must be greater than or equal to zero.
962
- # Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
963
+ # Must be less than H265CodecSettings.gop_frame_count if set. The default is 0.
963
964
  # Corresponds to the JSON property `bFrameCount`
964
965
  # @return [Fixnum]
965
966
  attr_accessor :b_frame_count
@@ -983,8 +984,8 @@ module Google
983
984
  # @return [Fixnum]
984
985
  attr_accessor :crf_level
985
986
 
986
- # Use two-pass encoding strategy to achieve better video quality. `VideoStream.
987
- # rate_control_mode` must be `vbr`. The default is `false`.
987
+ # Use two-pass encoding strategy to achieve better video quality.
988
+ # H265CodecSettings.rate_control_mode must be `vbr`. The default is `false`.
988
989
  # Corresponds to the JSON property `enableTwoPass`
989
990
  # @return [Boolean]
990
991
  attr_accessor :enable_two_pass
@@ -1054,8 +1055,8 @@ module Google
1054
1055
  # @return [String]
1055
1056
  attr_accessor :profile
1056
1057
 
1057
- # Specify the `rate_control_mode`. The default is `vbr`. Supported rate control
1058
- # modes: - `vbr` - variable bitrate - `crf` - constant rate factor
1058
+ # Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` -
1059
+ # variable bitrate - `crf` - constant rate factor
1059
1060
  # Corresponds to the JSON property `rateControlMode`
1060
1061
  # @return [String]
1061
1062
  attr_accessor :rate_control_mode
@@ -1069,7 +1070,8 @@ module Google
1069
1070
  attr_accessor :tune
1070
1071
 
1071
1072
  # Initial fullness of the Video Buffering Verifier (VBV) buffer in bits. Must be
1072
- # greater than zero. The default is equal to 90% of `VideoStream.vbv_size_bits`.
1073
+ # greater than zero. The default is equal to 90% of H265CodecSettings.
1074
+ # vbv_size_bits.
1073
1075
  # Corresponds to the JSON property `vbvFullnessBits`
1074
1076
  # @return [Fixnum]
1075
1077
  attr_accessor :vbv_fullness_bits
@@ -1169,7 +1171,7 @@ module Google
1169
1171
 
1170
1172
  # URI of the media. Input files must be at least 5 seconds in duration and
1171
1173
  # stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). If empty,
1172
- # the value is populated from `Job.input_uri`. See [Supported input and output
1174
+ # the value is populated from Job.input_uri. See [Supported input and output
1173
1175
  # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1174
1176
  # output-formats).
1175
1177
  # Corresponds to the JSON property `uri`
@@ -1193,7 +1195,7 @@ module Google
1193
1195
  include Google::Apis::Core::Hashable
1194
1196
 
1195
1197
  # The processing priority of a batch job. This field can only be set for batch
1196
- # mode jobs, and the default value is 0. This value cannot be negative. Higher
1198
+ # mode jobs. The default value is 0. This value cannot be negative. Higher
1197
1199
  # values correspond to higher priorities for the job.
1198
1200
  # Corresponds to the JSON property `batchModePriority`
1199
1201
  # @return [Fixnum]
@@ -1323,7 +1325,7 @@ module Google
1323
1325
  # @return [Array<Google::Apis::TranscoderV1::AdBreak>]
1324
1326
  attr_accessor :ad_breaks
1325
1327
 
1326
- # List of `Edit atom`s. Defines the ultimate timeline of the resulting file or
1328
+ # List of edit atoms. Defines the ultimate timeline of the resulting file or
1327
1329
  # manifest.
1328
1330
  # Corresponds to the JSON property `editList`
1329
1331
  # @return [Array<Google::Apis::TranscoderV1::EditAtom>]
@@ -1502,15 +1504,14 @@ module Google
1502
1504
  attr_accessor :dash
1503
1505
 
1504
1506
  # The name of the generated file. The default is `manifest` with the extension
1505
- # suffix corresponding to the `Manifest.type`.
1507
+ # suffix corresponding to the Manifest.type.
1506
1508
  # Corresponds to the JSON property `fileName`
1507
1509
  # @return [String]
1508
1510
  attr_accessor :file_name
1509
1511
 
1510
- # Required. List of user given `MuxStream.key`s that should appear in this
1511
- # manifest. When `Manifest.type` is `HLS`, a media manifest with name `MuxStream.
1512
- # key` and `.m3u8` extension is generated for each element of the `Manifest.
1513
- # mux_streams`.
1512
+ # Required. List of user supplied MuxStream.key values that should appear in
1513
+ # this manifest. When Manifest.type is `HLS`, a media manifest with name
1514
+ # MuxStream.key and `.m3u8` extension is generated for each element in this list.
1514
1515
  # Corresponds to the JSON property `muxStreams`
1515
1516
  # @return [Array<String>]
1516
1517
  attr_accessor :mux_streams
@@ -1565,7 +1566,7 @@ module Google
1565
1566
  # @return [String]
1566
1567
  attr_accessor :container
1567
1568
 
1568
- # List of `ElementaryStream.key`s multiplexed in this stream.
1569
+ # List of ElementaryStream.key values multiplexed in this stream.
1569
1570
  # Corresponds to the JSON property `elementaryStreams`
1570
1571
  # @return [Array<String>]
1571
1572
  attr_accessor :elementary_streams
@@ -1576,16 +1577,15 @@ module Google
1576
1577
  # @return [String]
1577
1578
  attr_accessor :encryption_id
1578
1579
 
1579
- # The name of the generated file. The default is `MuxStream.key` with the
1580
- # extension suffix corresponding to the `MuxStream.container`. Individual
1581
- # segments also have an incremental 10-digit zero-padded suffix starting from 0
1582
- # before the extension, such as `mux_stream0000000123.ts`.
1580
+ # The name of the generated file. The default is MuxStream.key with the
1581
+ # extension suffix corresponding to the MuxStream.container. Individual segments
1582
+ # also have an incremental 10-digit zero-padded suffix starting from 0 before
1583
+ # the extension, such as `mux_stream0000000123.ts`.
1583
1584
  # Corresponds to the JSON property `fileName`
1584
1585
  # @return [String]
1585
1586
  attr_accessor :file_name
1586
1587
 
1587
- # A unique key for this multiplexed stream. HLS media manifests will be named `
1588
- # MuxStream.key` with the `.m3u8` extension suffix.
1588
+ # A unique key for this multiplexed stream.
1589
1589
  # Corresponds to the JSON property `key`
1590
1590
  # @return [String]
1591
1591
  attr_accessor :key
@@ -1640,7 +1640,7 @@ module Google
1640
1640
  include Google::Apis::Core::Hashable
1641
1641
 
1642
1642
  # URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty,
1643
- # the value is populated from `Job.output_uri`. See [Supported input and output
1643
+ # the value is populated from Job.output_uri. See [Supported input and output
1644
1644
  # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1645
1645
  # output-formats).
1646
1646
  # Corresponds to the JSON property `uri`
@@ -1661,7 +1661,7 @@ module Google
1661
1661
  class Overlay
1662
1662
  include Google::Apis::Core::Hashable
1663
1663
 
1664
- # List of Animations. The list should be chronological, without any time overlap.
1664
+ # List of animations. The list should be chronological, without any time overlap.
1665
1665
  # Corresponds to the JSON property `animations`
1666
1666
  # @return [Array<Google::Apis::TranscoderV1::Animation>]
1667
1667
  attr_accessor :animations
@@ -2020,17 +2020,17 @@ module Google
2020
2020
  end
2021
2021
  end
2022
2022
 
2023
- # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
2023
+ # The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
2024
2024
  class TextMapping
2025
2025
  include Google::Apis::Core::Hashable
2026
2026
 
2027
- # Required. The `EditAtom.key` that references atom with text inputs in the `Job.
2028
- # edit_list`.
2027
+ # Required. The EditAtom.key that references atom with text inputs in the
2028
+ # JobConfig.edit_list.
2029
2029
  # Corresponds to the JSON property `atomKey`
2030
2030
  # @return [String]
2031
2031
  attr_accessor :atom_key
2032
2032
 
2033
- # Required. The `Input.key` that identifies the input file.
2033
+ # Required. The Input.key that identifies the input file.
2034
2034
  # Corresponds to the JSON property `inputKey`
2035
2035
  # @return [String]
2036
2036
  attr_accessor :input_key
@@ -2075,7 +2075,7 @@ module Google
2075
2075
  # @return [String]
2076
2076
  attr_accessor :language_code
2077
2077
 
2078
- # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
2078
+ # The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
2079
2079
  # Corresponds to the JSON property `mapping`
2080
2080
  # @return [Array<Google::Apis::TranscoderV1::TextMapping>]
2081
2081
  attr_accessor :mapping
@@ -2194,8 +2194,8 @@ module Google
2194
2194
  # @return [String]
2195
2195
  attr_accessor :profile
2196
2196
 
2197
- # Specify the `rate_control_mode`. The default is `vbr`. Supported rate control
2198
- # modes: - `vbr` - variable bitrate
2197
+ # Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` -
2198
+ # variable bitrate
2199
2199
  # Corresponds to the JSON property `rateControlMode`
2200
2200
  # @return [String]
2201
2201
  attr_accessor :rate_control_mode
@@ -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.0"
19
+ GEM_VERSION = "0.20.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 = "20230621"
25
+ REVISION = "20230712"
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.19.0
4
+ version: 0.20.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.20.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: []