Skip to content

Commit d5be3ab

Browse files
feat: Automated regeneration of transcoder v1 client (googleapis#21933)
Auto-created at 2025-03-02 10:18:45 +0000 using the toys pull request generator.
1 parent 886390e commit d5be3ab

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-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.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

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

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

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.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
2828
end

0 commit comments

Comments
 (0)