| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| com.google.cloud.datastore.spi | |
| com.google.cloud.datastore.testing |
A testing helper for Google Cloud Datastore.
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreOptions |
DatastoreOptions.Builder.build() |
static DatastoreOptions |
DatastoreOptions.defaultInstance()
Deprecated.
|
static DatastoreOptions |
DatastoreOptions.getDefaultInstance()
Returns a default
DatastoreOptions instance. |
| Modifier and Type | Method and Description |
|---|---|
Datastore |
DatastoreOptions.DefaultDatastoreFactory.create(DatastoreOptions options) |
DatastoreRpc |
DatastoreOptions.DefaultDatastoreRpcFactory.create(DatastoreOptions options) |
| Constructor and Description |
|---|
DefaultDatastoreRpc(DatastoreOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DatastoreOptions |
LocalDatastoreHelper.getOptions()
Returns a
DatastoreOptions instance that sets the host to use the Datastore emulator on
localhost. |
DatastoreOptions |
RemoteDatastoreHelper.getOptions()
Returns a
DatastoreOptions object to be used for testing. |
DatastoreOptions |
LocalDatastoreHelper.getOptions(String namespace)
Returns a
DatastoreOptions instance that sets the host to use the Datastore emulator on
localhost. |
DatastoreOptions |
LocalDatastoreHelper.options()
Deprecated.
|
DatastoreOptions |
RemoteDatastoreHelper.options()
Deprecated.
|
DatastoreOptions |
LocalDatastoreHelper.options(String namespace)
Deprecated.
|
Copyright © 2017 Google. All rights reserved.