File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-transcoder/v1
com/google/api/services/transcoder/v1/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-transcoder</artifactId >
25- <version >v1-rev20250219 -2.0.0</version >
25+ <version >v1-rev20250630 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-transcoder:v1-rev20250219 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-transcoder:v1-rev20250630 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -67,6 +67,14 @@ public final class Job extends com.google.api.client.json.GenericJson {
6767 @ com .google .api .client .util .Key
6868 private Status error ;
6969
70+ /**
71+ * Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given
72+ * stream.
73+ * The value may be {@code null}.
74+ */
75+ @ com .google .api .client .util .Key
76+ private java .lang .Boolean fillContentGaps ;
77+
7078 /**
7179 * Input only. Specify the `input_uri` to populate empty `uri` fields in each element of
7280 * `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input
@@ -239,6 +247,25 @@ public Job setError(Status error) {
239247 return this ;
240248 }
241249
250+ /**
251+ * Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given
252+ * stream.
253+ * @return value or {@code null} for none
254+ */
255+ public java .lang .Boolean getFillContentGaps () {
256+ return fillContentGaps ;
257+ }
258+
259+ /**
260+ * Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given
261+ * stream.
262+ * @param fillContentGaps fillContentGaps or {@code null} for none
263+ */
264+ public Job setFillContentGaps (java .lang .Boolean fillContentGaps ) {
265+ this .fillContentGaps = fillContentGaps ;
266+ return this ;
267+ }
268+
242269 /**
243270 * Input only. Specify the `input_uri` to populate empty `uri` fields in each element of
244271 * `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-transcoder</artifactId >
11- <version >v1-rev20250219 -2.0.0</version >
12- <name >Transcoder API v1-rev20250219 -2.0.0</name >
11+ <version >v1-rev20250630 -2.0.0</version >
12+ <name >Transcoder API v1-rev20250630 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-transcoder</artifactId >
25- <version >v1-rev20250219 -2.0.0</version >
25+ <version >v1-rev20250630 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-transcoder:v1-rev20250219 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-transcoder:v1-rev20250630 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments