File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
generated/google-apis-transcoder_v1
lib/google/apis/transcoder_v1 Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-transcoder_v1
22
3+ ### v0.28.0 (2024-10-20)
4+
5+ * Regenerated from discovery document revision 20241009
6+ * Regenerated using generator version 0.15.1
7+
38### v0.27.0 (2024-07-25)
49
510* Regenerated from discovery document revision 20240626
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ class AudioStream
289289 attr_accessor :channel_layout
290290
291291 # The codec for this audio stream. The default is `aac`. Supported audio codecs:
292- # - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
292+ # - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
293293 # Corresponds to the JSON property `codec`
294294 # @return [String]
295295 attr_accessor :codec
@@ -1681,9 +1681,9 @@ class MuxStream
16811681 include Google ::Apis ::Core ::Hashable
16821682
16831683 # The container format. The default is `mp4` Supported container formats: - `ts`
1684- # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also:
1685- # [Supported input and output formats](https://cloud.google.com/transcoder/docs /
1686- # concepts/supported-input-and-output-formats)
1684+ # - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg`
1685+ # See also: [Supported input and output formats](https://cloud.google.com/
1686+ # transcoder/docs/ concepts/supported-input-and-output-formats)
16871687 # Corresponds to the JSON property `container`
16881688 # @return [String]
16891689 attr_accessor :container
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module TranscoderV1
1818 # Version of the google-apis-transcoder_v1 gem
19- GEM_VERSION = "0.27 .0"
19+ GEM_VERSION = "0.28 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.0 "
22+ GENERATOR_VERSION = "0.15.1 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20240626 "
25+ REVISION = "20241009 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments