Skip to content

Commit 9780c65

Browse files
feat: Automated regeneration of Transcoder client (#13055)
Auto-created at 2025-02-28 13:16:18 +0000 using the toys pull request generator.
1 parent 838936d commit 9780c65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/transcoder/lib/google_api/transcoder/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Transcoder.V1 do
2020
API client metadata for GoogleApi.Transcoder.V1.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20250219"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/transcoder/lib/google_api/transcoder/v1/model/mux_stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Transcoder.V1.Model.MuxStream do
2121
2222
## Attributes
2323
24-
* `container` (*type:* `String.t`, *default:* `nil`) - The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
24+
* `container` (*type:* `String.t`, *default:* `nil`) - The container format. The default is `mp4` Supported streaming formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file formats: - `mp4` - `mp3` - `ogg` - `vtt` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
2525
* `elementaryStreams` (*type:* `list(String.t)`, *default:* `nil`) - List of ElementaryStream.key values multiplexed in this stream.
2626
* `encryptionId` (*type:* `String.t`, *default:* `nil`) - Identifier of the encryption configuration to use. If omitted, output will be unencrypted.
2727
* `fileName` (*type:* `String.t`, *default:* `nil`) - The name of the generated file. The default is MuxStream.key with the extension suffix corresponding to the MuxStream.container. Individual segments also have an incremental 10-digit zero-padded suffix starting from 0 before the extension, such as `mux_stream0000000123.ts`.

clients/transcoder/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Transcoder.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.4.1"
21+
@version "0.4.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)