You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .readme-partials.yaml
+2-27
Original file line number
Diff line number
Diff line change
@@ -108,35 +108,10 @@ custom_content: |
108
108
109
109
gRPC Java Datastore Client User Guide
110
110
-------
111
-
In this feature launch, the [Java Datastore client](https://github.com/googleapis/java-datastore) now offers gRPC as a transport layer option with experimental support. Using [gRPC connection pooling](https://grpc.io/docs/guides/performance/) enables distributing RPCs over multiple connections which may improve performance.
111
+
The [Java Datastore client](https://github.com/googleapis/java-datastore) now offers gRPC as a transport layer option with experimental support. Using [gRPC connection pooling](https://grpc.io/docs/guides/performance/) enables distributing RPCs over multiple connections which may improve performance.
112
112
113
113
#### Installation Instructions
114
-
The client can be built from the `grpc-experimental` branch on GitHub. For private preview, you can also download the artifact with the instructions provided below.
115
-
116
-
1. Download the datastore private preview package with dependencies:
And if you have not yet, add below to `<repositories/>` section:
134
-
```xml
135
-
<repository>
136
-
<id>local-repo</id>
137
-
<url>file://${user.home}/.m2/repository</url>
138
-
</repository>
139
-
```
114
+
To use this feature, please upgrade your Java-datastore SDK to version v2.28.0 or a newer release. You can find the latest versions [here](https://github.com/googleapis/java-datastore/releases).
140
115
141
116
#### How to Use
142
117
To opt-in to the gRPC transport behavior, simply add the below line of code (`setTransportOptions`) to your Datastore client instantiation.
Copy file name to clipboardExpand all lines: README.md
+2-27
Original file line number
Diff line number
Diff line change
@@ -206,35 +206,10 @@ display on your webpage.
206
206
207
207
gRPC Java Datastore Client User Guide
208
208
-------
209
-
In this feature launch, the[Java Datastore client](https://github.com/googleapis/java-datastore) now offers gRPC as a transport layer option with experimental support. Using [gRPC connection pooling](https://grpc.io/docs/guides/performance/) enables distributing RPCs over multiple connections which may improve performance.
209
+
The[Java Datastore client](https://github.com/googleapis/java-datastore) now offers gRPC as a transport layer option with experimental support. Using [gRPC connection pooling](https://grpc.io/docs/guides/performance/) enables distributing RPCs over multiple connections which may improve performance.
210
210
211
211
#### Installation Instructions
212
-
The client can be built from the `grpc-experimental` branch on GitHub. For private preview, you can also download the artifact with the instructions provided below.
213
-
214
-
1. Download the datastore private preview package with dependencies:
And if you have not yet, add below to `<repositories/>` section:
232
-
```xml
233
-
<repository>
234
-
<id>local-repo</id>
235
-
<url>file://${user.home}/.m2/repository</url>
236
-
</repository>
237
-
```
212
+
To use this feature, please upgrade your Java-datastore SDK to version v2.28.0 or a newer release. You can find the latest versions [here](https://github.com/googleapis/java-datastore/releases).
238
213
239
214
#### How to Use
240
215
To opt-in to the gRPC transport behavior, simply add the below line of code (`setTransportOptions`) to your Datastore client instantiation.
0 commit comments