Uses of Class
com.google.cloud.datastore.v1.DatastoreSettings
Packages that use DatastoreSettings
-
Uses of DatastoreSettings in com.google.cloud.datastore.v1
Methods in com.google.cloud.datastore.v1 that return DatastoreSettingsModifier and TypeMethodDescriptionDatastoreSettings.Builder.build()static final DatastoreSettingsDatastoreSettings.create(DatastoreStubSettings stub) final DatastoreSettingsDatastoreClient.getSettings()Methods in com.google.cloud.datastore.v1 with parameters of type DatastoreSettingsModifier and TypeMethodDescriptionstatic final DatastoreClientDatastoreClient.create(DatastoreSettings settings) Constructs an instance of DatastoreClient, using the given settings.Constructors in com.google.cloud.datastore.v1 with parameters of type DatastoreSettingsModifierConstructorDescriptionprotectedBuilder(DatastoreSettings settings) protectedDatastoreClient(DatastoreSettings settings) Constructs an instance of DatastoreClient, using the given settings.