Uses of Class
com.google.cloud.datastore.DatastoreOptions
-
Packages that use DatastoreOptions Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.execution com.google.cloud.datastore.execution.request com.google.cloud.datastore.spi.v1 com.google.cloud.datastore.testing A testing helper for Google Cloud Datastore. -
-
Uses of DatastoreOptions in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return DatastoreOptions Modifier and Type Method Description DatastoreOptionsDatastoreOptions.Builder. build()static DatastoreOptionsDatastoreOptions. getDefaultInstance()Returns a defaultDatastoreOptionsinstance.Methods in com.google.cloud.datastore with parameters of type DatastoreOptions Modifier and Type Method Description DatastoreDatastoreOptions.DefaultDatastoreFactory. create(DatastoreOptions options)com.google.cloud.ServiceRpcDatastoreOptions.DefaultDatastoreRpcFactory. create(DatastoreOptions options)Constructors in com.google.cloud.datastore with parameters of type DatastoreOptions Constructor Description RetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil traceUtil, com.google.api.gax.retrying.RetrySettings retrySettings, DatastoreOptions datastoreOptions) -
Uses of DatastoreOptions in com.google.cloud.datastore.execution
Constructors in com.google.cloud.datastore.execution with parameters of type DatastoreOptions Constructor Description AggregationQueryExecutor(DatastoreRpc datastoreRpc, DatastoreOptions datastoreOptions) -
Uses of DatastoreOptions in com.google.cloud.datastore.execution.request
Constructors in com.google.cloud.datastore.execution.request with parameters of type DatastoreOptions Constructor Description AggregationQueryRequestProtoPreparer(DatastoreOptions datastoreOptions) -
Uses of DatastoreOptions in com.google.cloud.datastore.spi.v1
Constructors in com.google.cloud.datastore.spi.v1 with parameters of type DatastoreOptions Constructor Description HttpDatastoreRpc(DatastoreOptions options) -
Uses of DatastoreOptions in com.google.cloud.datastore.testing
Methods in com.google.cloud.datastore.testing that return DatastoreOptions Modifier and Type Method Description DatastoreOptionsLocalDatastoreHelper. getOptions()Returns aDatastoreOptionsinstance that sets the host to use the Datastore emulator on localhost.DatastoreOptionsLocalDatastoreHelper. getOptions(String namespace)Returns aDatastoreOptionsinstance that sets the host to use the Datastore emulator on localhost.DatastoreOptionsRemoteDatastoreHelper. getOptions()Returns aDatastoreOptionsobject to be used for testing.
-