Skip to content

Commit

Permalink
feat: [transcoder] add support for batch processing mode (#9339)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 13, 2023
1 parent 121a9a9 commit 1f6ad2f
Show file tree
Hide file tree
Showing 10 changed files with 681 additions and 324 deletions.
2 changes: 1 addition & 1 deletion java-video-transcoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.11.0</version>
<version>26.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,8 @@ public int getSampleRateHertz() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -1702,7 +1703,8 @@ public java.lang.String getLanguageCode() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand Down Expand Up @@ -1731,7 +1733,7 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -1755,7 +1757,7 @@ public java.lang.String getDisplayName() {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand Down Expand Up @@ -3269,7 +3271,8 @@ public Builder clearSampleRateHertz() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -3293,7 +3296,8 @@ public java.lang.String getLanguageCode() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -3317,7 +3321,8 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -3340,7 +3345,8 @@ public Builder setLanguageCode(java.lang.String value) {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -3359,7 +3365,8 @@ public Builder clearLanguageCode() {
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -3384,7 +3391,7 @@ public Builder setLanguageCodeBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -3407,7 +3414,7 @@ public java.lang.String getDisplayName() {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -3430,7 +3437,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -3452,7 +3459,7 @@ public Builder setDisplayName(java.lang.String value) {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -3470,7 +3477,7 @@ public Builder clearDisplayName() {
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -262,7 +263,8 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
* <pre>
* The BCP-47 language code, such as `en-US` or `sr-Latn`. For more
* information, see
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
* https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not
* supported in MP4 files.
* </pre>
*
* <code>string language_code = 7;</code>
Expand All @@ -276,7 +278,7 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand All @@ -289,7 +291,7 @@ com.google.cloud.video.transcoder.v1.AudioStream.AudioMappingOrBuilder getMappin
*
* <pre>
* The name for this particular audio stream that
* will be added to the HLS/DASH manifest.
* will be added to the HLS/DASH manifest. Not supported in MP4 files.
* </pre>
*
* <code>string display_name = 8;</code>
Expand Down
Loading

0 comments on commit 1f6ad2f

Please sign in to comment.