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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-transcoder</artifactId >
25
- <version >v1-rev20250219 -2.0.0</version >
25
+ <version >v1-rev20250630 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
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 {
67
67
@ com .google .api .client .util .Key
68
68
private Status error ;
69
69
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
+
70
78
/**
71
79
* Input only. Specify the `input_uri` to populate empty `uri` fields in each element of
72
80
* `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input
@@ -239,6 +247,25 @@ public Job setError(Status error) {
239
247
return this ;
240
248
}
241
249
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
+
242
269
/**
243
270
* Input only. Specify the `input_uri` to populate empty `uri` fields in each element of
244
271
* `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 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-transcoder</artifactId >
25
- <version >v1-rev20250219 -2.0.0</version >
25
+ <version >v1-rev20250630 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments