Interface DatastoreFactory (2.19.0)

public interface DatastoreFactory extends ServiceFactory<Datastore,DatastoreOptions>

An interface for Datastore factories.

Implements

com.google.cloud.ServiceFactory<com.google.cloud.datastore.Datastore,com.google.cloud.datastore.DatastoreOptions>