Skip to content

Commit d0854ff

Browse files
chore: regenerate README (#285)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-14 21:26:09,434 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datastore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-14 21:26:10,384 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/e8ec50e2-4062-4866-8b2f-abcfa547ecc5/targets - [ ] To automatically regenerate this PR, check this box.
1 parent b323187 commit d0854ff

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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-datastore.git",
7-
"sha": "83a0a61c19b0256b930a2b50a4be728f03922e48"
7+
"sha": "b323187011d66bb12410a2f762c13bb8e21ad227"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>13.4.0</version>
20+
<version>16.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-datastore</artifactId>
41-
<version>1.105.0</version>
41+
<version>1.105.3</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-datastore:1.105.1'
48+
compile 'com.google.cloud:google-cloud-datastore:1.105.3'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.105.1"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.105.3"
5353
```
5454

5555
## Authentication
@@ -180,12 +180,12 @@ if (entity != null) {
180180
```
181181

182182
The complete source code can be found at
183-
[UpdateEntity.java](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java).
183+
[UpdateEntity.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java).
184184

185185
#### Complete source code
186186

187187
In
188-
[AddEntitiesAndRunQuery.java](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
188+
[AddEntitiesAndRunQuery.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
189189
we put together all the code to store data and run queries into one program. The program assumes that you are
190190
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
191191
the code from the main method to your application's servlet class and change the print statements to
@@ -260,6 +260,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
260260
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
261261
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
262262

263+
Java is a registered trademark of Oracle and/or its affiliates.
264+
263265
[product-docs]: https://cloud.google.com/datastore
264266
[javadocs]: https://googleapis.dev/java/google-cloud-datastore/latest/index.html
265267
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datastore/java7.svg

0 commit comments

Comments
 (0)