We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21d985c + f22e41f commit e86259dCopy full SHA for e86259d
1 file changed
gcloud-java-datastore/src/main/java/com/google/gcloud/spi/DefaultDatastoreRpc.java
@@ -69,6 +69,7 @@ public DefaultDatastoreRpc(DatastoreOptions options) {
69
String normalizedHost = normalizeHost(options.host());
70
client = DatastoreFactory.get().create(
71
new Builder()
72
+ .transport(options.httpTransportFactory().create())
73
.dataset(options.projectId())
74
.host(normalizedHost)
75
.initializer(options.httpRequestInitializer())
0 commit comments