Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#184)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2020-12-14 20:04:45,408 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-mediatranslation/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2020-12-14 20:04:46,325 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/5a2ad29a-daa1-4a05-bffe-d40cd2b302e3/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Dec 14, 2020
1 parent 84df142 commit 848b306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-mediatranslation.git",
"sha": "f959b68a5d0232d6ce42159811cbcbc1a473544e"
"sha": "84df1429742d03bb8a110ea14774b64b152cef6f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
}
}
]
Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-mediatranslation</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-mediatranslation:0.2.6'
compile 'com.google.cloud:google-cloud-mediatranslation:0.2.7'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.2.6"
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.2.7"
```

## Authentication
Expand Down Expand Up @@ -123,6 +123,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/
[javadocs]: https://googleapis.dev/java/google-cloud-mediatranslation/latest/index.html
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-mediatranslation/java7.svg
Expand Down

0 comments on commit 848b306

Please sign in to comment.