Uses of Class
com.google.datastore.v1.client.DatastoreOptions
-
Packages that use DatastoreOptions Package Description com.google.datastore.v1.client com.google.datastore.v1.client.testing -
-
Uses of DatastoreOptions in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return DatastoreOptions Modifier and Type Method Description DatastoreOptionsDatastoreOptions.Builder. build()Methods in com.google.datastore.v1.client with parameters of type DatastoreOptions Modifier and Type Method Description DatastoreEmulatorDatastoreEmulatorFactory. create(DatastoreOptions options)DatastoreEmulatorDatastoreEmulatorFactory. create(DatastoreOptions options, DatastoreEmulatorOptions localDevelopmentOptions)DatastoreDatastoreFactory. create(DatastoreOptions options)Provides access to a datastore using the provided options.com.google.api.client.http.HttpRequestFactoryDatastoreFactory. makeClient(DatastoreOptions options)Constructs a Google APIs HTTP client with the associated credentials.protected com.google.datastore.v1.client.RemoteRpcDatastoreFactory. newRemoteRpc(DatastoreOptions options)Constructors in com.google.datastore.v1.client with parameters of type DatastoreOptions Constructor Description Builder(DatastoreOptions options) -
Uses of DatastoreOptions in com.google.datastore.v1.client.testing
Methods in com.google.datastore.v1.client.testing with parameters of type DatastoreOptions Modifier and Type Method Description com.google.api.client.http.HttpRequestFactoryMockDatastoreFactory. makeClient(DatastoreOptions options)
-