Skip to content

Commit

Permalink
feat: [transcoder] Specifying language code and display name for text…
Browse files Browse the repository at this point in the history
… 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: googleapis/googleapis-gen@b7979ed
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 1, 2023
1 parent c6d7b9a commit c998ac3
Show file tree
Hide file tree
Showing 19 changed files with 1,372 additions and 402 deletions.
8 changes: 3 additions & 5 deletions java-video-transcoder/README.md
Expand Up @@ -14,28 +14,26 @@ Java idiomatic client for [Video Transcoder][product-docs].

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

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

```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-transcoder</artifactId>
<version>1.8.0</version>
<version>1.10.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-video-transcoder:1.8.0'
implementation 'com.google.cloud:google-cloud-video-transcoder:1.10.0'
```

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

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

## Authentication

Expand Down

0 comments on commit c998ac3

Please sign in to comment.