Skip to content

Commit b95962b

Browse files
feat: Automated regeneration of transcoder v1 client (googleapis#20401)
Auto-created at 2024-10-20 09:13:59 +0000 using the toys pull request generator.
1 parent 15b0466 commit b95962b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-transcoder_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

generated/google-apis-transcoder_v1/lib/google/apis/transcoder_v1/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-transcoder_v1/lib/google/apis/transcoder_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)