File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
generated/google-apis-transcoder_v1
lib/google/apis/transcoder_v1 Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-transcoder_v1
22
3+ ### v0.29.0 (2025-03-02)
4+
5+ * Regenerated from discovery document revision 20250219
6+ * Regenerated using generator version 0.16.0
7+
38### v0.28.0 (2024-10-20)
49
510* Regenerated from discovery document revision 20241009
Original file line number Diff line number Diff line change @@ -1680,10 +1680,11 @@ def update!(**args)
16801680 class MuxStream
16811681 include Google ::Apis ::Core ::Hashable
16821682
1683- # The container format. The default is `mp4` Supported container formats: - `ts`
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)
1683+ # The container format. The default is `mp4` Supported streaming formats: - `ts`
1684+ # - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file
1685+ # formats: - `mp4` - `mp3` - `ogg` - `vtt` See also: [Supported input and output
1686+ # formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-
1687+ # output-formats)
16871688 # Corresponds to the JSON property `container`
16881689 # @return [String]
16891690 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.28 .0"
19+ GEM_VERSION = "0.29 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241009 "
25+ REVISION = "20250219 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments