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) static booleanDatastoreUtils.isEmulator(DatastoreOptions datastoreOptions) Constructors in com.google.cloud.datastore with parameters of type DatastoreOptionsModifierConstructorDescriptionRetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil otelTraceUtil, 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 DatastoreOptionsModifierConstructorDescriptionGrpcDatastoreRpc(DatastoreOptions datastoreOptions) HttpDatastoreRpc(DatastoreOptions options) -
Uses of DatastoreOptions in com.google.cloud.datastore.telemetry
Methods in com.google.cloud.datastore.telemetry with parameters of type DatastoreOptionsModifier and TypeMethodDescriptionstatic TraceUtilTraceUtil.getInstance(DatastoreOptions datastoreOptions) Creates and returns an instance of the TraceUtil class. -
Uses of DatastoreOptions in com.google.cloud.datastore.testing
Methods in com.google.cloud.datastore.testing that return DatastoreOptionsModifier and TypeMethodDescriptionLocalDatastoreHelper.getGrpcTransportOptions(com.google.cloud.grpc.GrpcTransportOptions grpcTransportOptions) Returns aDatastoreOptionsinstance that sets the host to use the Datastore emulator on localhost.LocalDatastoreHelper.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.