Uses of Class
com.google.cloud.datastore.DatastoreOptions
Packages that use DatastoreOptions
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
A testing helper for Google Cloud Datastore.
-
Uses of DatastoreOptions in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return DatastoreOptionsModifier and TypeMethodDescriptionDatastoreOptions.Builder.build()static DatastoreOptionsDatastoreOptions.getDefaultInstance()Returns a defaultDatastoreOptionsinstance.Methods in com.google.cloud.datastore with parameters of type DatastoreOptionsModifier and TypeMethodDescriptionDatastoreOptions.DefaultDatastoreFactory.create(DatastoreOptions options) com.google.cloud.ServiceRpcDatastoreOptions.DefaultDatastoreRpcFactory.create(DatastoreOptions options) Constructors in com.google.cloud.datastore with parameters of type DatastoreOptionsModifierConstructorDescriptionRetryAndTraceDatastoreRpcDecorator(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 DatastoreOptionsModifierConstructorDescriptionAggregationQueryExecutor(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 DatastoreOptionsModifierConstructorDescriptionAggregationQueryRequestProtoPreparer(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 -
Uses of DatastoreOptions in com.google.cloud.datastore.testing
Methods in com.google.cloud.datastore.testing that return DatastoreOptionsModifier and TypeMethodDescriptionLocalDatastoreHelper.getOptions()Returns aDatastoreOptionsinstance that sets the host to use the Datastore emulator on localhost.LocalDatastoreHelper.getOptions(String namespace) Returns aDatastoreOptionsinstance that sets the host to use the Datastore emulator on localhost.RemoteDatastoreHelper.getOptions()Returns aDatastoreOptionsobject to be used for testing.