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

Commit 848b306

Browse files
chore: regenerate README (#184)
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.
1 parent 84df142 commit 848b306

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-mediatranslation.git",
7-
"sha": "f959b68a5d0232d6ce42159811cbcbc1a473544e"
7+
"sha": "84df1429742d03bb8a110ea14774b64b152cef6f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-mediatranslation</artifactId>
23-
<version>0.2.6</version>
23+
<version>0.2.7</version>
2424
</dependency>
2525

2626
```
2727

2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-mediatranslation:0.2.6'
30+
compile 'com.google.cloud:google-cloud-mediatranslation:0.2.7'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.2.6"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.2.7"
3535
```
3636

3737
## Authentication
@@ -123,6 +123,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
123123
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
124124
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
125125

126+
Java is a registered trademark of Oracle and/or its affiliates.
127+
126128
[product-docs]: https://cloud.google.com/
127129
[javadocs]: https://googleapis.dev/java/google-cloud-mediatranslation/latest/index.html
128130
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-mediatranslation/java7.svg

0 commit comments

Comments
 (0)