Skip to content

Commit c998ac3

Browse files
feat: [transcoder] Specifying language code and display name for text and audio streams is now supported (#9169)
* feat: Specifying language code and display name for text and audio streams is now supported PiperOrigin-RevId: 513138925 Source-Link: googleapis/googleapis@187d780 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b7979ed1865459c5d194dc5826a9cdf1cf877581 Copy-Tag: eyJwIjoiamF2YS12aWRlby10cmFuc2NvZGVyLy5Pd2xCb3QueWFtbCIsImgiOiJiNzk3OWVkMTg2NTQ1OWM1ZDE5NGRjNTgyNmE5Y2RmMWNmODc3NTgxIn0= * 🦉 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 c6d7b9a commit c998ac3

19 files changed

+1372
-402
lines changed

java-video-transcoder/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,26 @@ Java idiomatic client for [Video Transcoder][product-docs].
1414

1515
If you are using Maven, add this to your pom.xml file:
1616

17-
<!--- {x-version-update-start:google-cloud-video-transcoder:released} -->
1817

1918
```xml
2019
<dependency>
2120
<groupId>com.google.cloud</groupId>
2221
<artifactId>google-cloud-video-transcoder</artifactId>
23-
<version>1.8.0</version>
22+
<version>1.10.0</version>
2423
</dependency>
2524
```
2625

2726
If you are using Gradle without BOM, add this to your dependencies:
2827

2928
```Groovy
30-
implementation 'com.google.cloud:google-cloud-video-transcoder:1.8.0'
29+
implementation 'com.google.cloud:google-cloud-video-transcoder:1.10.0'
3130
```
3231

3332
If you are using SBT, add this to your dependencies:
3433

3534
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.8.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.10.0"
3736
```
38-
<!--- {x-version-update-end} -->
3937

4038
## Authentication
4139

0 commit comments

Comments
 (0)