Skip to content

Commit 9f15898

Browse files
feat: Automated regeneration of transcoder v1 client (googleapis#23675)
Auto-created at 2025-07-13 09:59:30 +0000 using the toys pull request generator.
1 parent f1ac657 commit 9f15898

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355877,6 +355877,7 @@
355877355877
"/transcoder:v1/Job/createTime": create_time
355878355878
"/transcoder:v1/Job/endTime": end_time
355879355879
"/transcoder:v1/Job/error": error
355880+
"/transcoder:v1/Job/fillContentGaps": fill_content_gaps
355880355881
"/transcoder:v1/Job/inputUri": input_uri
355881355882
"/transcoder:v1/Job/labels": labels
355882355883
"/transcoder:v1/Job/labels/label": label

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.31.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250630
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.30.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,13 @@ class Job
13481348
# @return [Google::Apis::TranscoderV1::Status]
13491349
attr_accessor :error
13501350

1351+
# Optional. Insert silence and duplicate frames when timestamp gaps are detected
1352+
# in a given stream.
1353+
# Corresponds to the JSON property `fillContentGaps`
1354+
# @return [Boolean]
1355+
attr_accessor :fill_content_gaps
1356+
alias_method :fill_content_gaps?, :fill_content_gaps
1357+
13511358
# Input only. Specify the `input_uri` to populate empty `uri` fields in each
13521359
# element of `Job.config.inputs` or `JobTemplate.config.inputs` when using
13531360
# template. URI of the media. Input files must be at least 5 seconds in duration
@@ -1424,6 +1431,7 @@ def update!(**args)
14241431
@create_time = args[:create_time] if args.key?(:create_time)
14251432
@end_time = args[:end_time] if args.key?(:end_time)
14261433
@error = args[:error] if args.key?(:error)
1434+
@fill_content_gaps = args[:fill_content_gaps] if args.key?(:fill_content_gaps)
14271435
@input_uri = args[:input_uri] if args.key?(:input_uri)
14281436
@labels = args[:labels] if args.key?(:labels)
14291437
@mode = args[:mode] if args.key?(:mode)

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.30.0"
19+
GEM_VERSION = "0.31.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250219"
25+
REVISION = "20250630"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
739739
property :end_time, as: 'endTime'
740740
property :error, as: 'error', class: Google::Apis::TranscoderV1::Status, decorator: Google::Apis::TranscoderV1::Status::Representation
741741

742+
property :fill_content_gaps, as: 'fillContentGaps'
742743
property :input_uri, as: 'inputUri'
743744
hash :labels, as: 'labels'
744745
property :mode, as: 'mode'

0 commit comments

Comments
 (0)