Skip to content

Commit 1f6ad2f

Browse files
feat: [transcoder] add support for batch processing mode (#9339)
* feat: add support for batch processing mode PiperOrigin-RevId: 523777114 Source-Link: googleapis/googleapis@802cd84 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a73dd054acf304b5bf070a1e65cba6fd158e4105 Copy-Tag: eyJwIjoiamF2YS12aWRlby10cmFuc2NvZGVyLy5Pd2xCb3QueWFtbCIsImgiOiJhNzNkZDA1NGFjZjMwNGI1YmYwNzBhMWU2NWNiYTZmZDE1OGU0MTA1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 121a9a9 commit 1f6ad2f

File tree

10 files changed

+681
-324
lines changed

10 files changed

+681
-324
lines changed

java-video-transcoder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.11.0</version>
23+
<version>26.12.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/java/com/google/cloud/video/transcoder/v1/AudioStream.java

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,8 @@ public int getSampleRateHertz() {
16771677
* <pre>
16781678
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
16791679
* information, see
1680-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
1680+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
1681+
* supported in MP4 files.
16811682
* </pre>
16821683
*
16831684
* <code>string language_code = 7;</code>
@@ -1702,7 +1703,8 @@ public java.lang.String getLanguageCode() {
17021703
* <pre>
17031704
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
17041705
* information, see
1705-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
1706+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
1707+
* supported in MP4 files.
17061708
* </pre>
17071709
*
17081710
* <code>string language_code = 7;</code>
@@ -1731,7 +1733,7 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() {
17311733
*
17321734
* <pre>
17331735
* The name for this particular audio stream that
1734-
* will be added to the HLS/DASH manifest.
1736+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
17351737
* </pre>
17361738
*
17371739
* <code>string display_name = 8;</code>
@@ -1755,7 +1757,7 @@ public java.lang.String getDisplayName() {
17551757
*
17561758
* <pre>
17571759
* The name for this particular audio stream that
1758-
* will be added to the HLS/DASH manifest.
1760+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
17591761
* </pre>
17601762
*
17611763
* <code>string display_name = 8;</code>
@@ -3269,7 +3271,8 @@ public Builder clearSampleRateHertz() {
32693271
* <pre>
32703272
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
32713273
* information, see
3272-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
3274+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
3275+
* supported in MP4 files.
32733276
* </pre>
32743277
*
32753278
* <code>string language_code = 7;</code>
@@ -3293,7 +3296,8 @@ public java.lang.String getLanguageCode() {
32933296
* <pre>
32943297
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
32953298
* information, see
3296-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
3299+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
3300+
* supported in MP4 files.
32973301
* </pre>
32983302
*
32993303
* <code>string language_code = 7;</code>
@@ -3317,7 +3321,8 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() {
33173321
* <pre>
33183322
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
33193323
* information, see
3320-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
3324+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
3325+
* supported in MP4 files.
33213326
* </pre>
33223327
*
33233328
* <code>string language_code = 7;</code>
@@ -3340,7 +3345,8 @@ public Builder setLanguageCode(java.lang.String value) {
33403345
* <pre>
33413346
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
33423347
* information, see
3343-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
3348+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
3349+
* supported in MP4 files.
33443350
* </pre>
33453351
*
33463352
* <code>string language_code = 7;</code>
@@ -3359,7 +3365,8 @@ public Builder clearLanguageCode() {
33593365
* <pre>
33603366
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
33613367
* information, see
3362-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
3368+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
3369+
* supported in MP4 files.
33633370
* </pre>
33643371
*
33653372
* <code>string language_code = 7;</code>
@@ -3384,7 +3391,7 @@ public Builder setLanguageCodeBytes(com.google.protobuf.ByteString value) {
33843391
*
33853392
* <pre>
33863393
* The name for this particular audio stream that
3387-
* will be added to the HLS/DASH manifest.
3394+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
33883395
* </pre>
33893396
*
33903397
* <code>string display_name = 8;</code>
@@ -3407,7 +3414,7 @@ public java.lang.String getDisplayName() {
34073414
*
34083415
* <pre>
34093416
* The name for this particular audio stream that
3410-
* will be added to the HLS/DASH manifest.
3417+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
34113418
* </pre>
34123419
*
34133420
* <code>string display_name = 8;</code>
@@ -3430,7 +3437,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
34303437
*
34313438
* <pre>
34323439
* The name for this particular audio stream that
3433-
* will be added to the HLS/DASH manifest.
3440+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
34343441
* </pre>
34353442
*
34363443
* <code>string display_name = 8;</code>
@@ -3452,7 +3459,7 @@ public Builder setDisplayName(java.lang.String value) {
34523459
*
34533460
* <pre>
34543461
* The name for this particular audio stream that
3455-
* will be added to the HLS/DASH manifest.
3462+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
34563463
* </pre>
34573464
*
34583465
* <code>string display_name = 8;</code>
@@ -3470,7 +3477,7 @@ public Builder clearDisplayName() {
34703477
*
34713478
* <pre>
34723479
* The name for this particular audio stream that
3473-
* will be added to the HLS/DASH manifest.
3480+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
34743481
* </pre>
34753482
*
34763483
* <code>string display_name = 8;</code>

java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/java/com/google/cloud/video/transcoder/v1/AudioStreamOrBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
248248
* <pre>
249249
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
250250
* information, see
251-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
251+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
252+
* supported in MP4 files.
252253
* </pre>
253254
*
254255
* <code>string language_code = 7;</code>
@@ -262,7 +263,8 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
262263
* <pre>
263264
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
264265
* information, see
265-
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
266+
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
267+
* supported in MP4 files.
266268
* </pre>
267269
*
268270
* <code>string language_code = 7;</code>
@@ -276,7 +278,7 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
276278
*
277279
* <pre>
278280
* The name for this particular audio stream that
279-
* will be added to the HLS/DASH manifest.
281+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
280282
* </pre>
281283
*
282284
* <code>string display_name = 8;</code>
@@ -289,7 +291,7 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
289291
*
290292
* <pre>
291293
* The name for this particular audio stream that
292-
* will be added to the HLS/DASH manifest.
294+
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
293295
* </pre>
294296
*
295297
* <code>string display_name = 8;</code>

0 commit comments

Comments
 (0)