google.appengine.datastore.datastore_stub_util.UpdateEmulatorConfig

Update the cloud datastore emulator's config with its client side cache.

port A integer indicating the port number of emulator.
auto_id_policy A string indicating how GCD Emulator assigns auto IDs, should be either SEQUENTIAL or SCATTERED.
consistency_policy An instance of PseudoRandomHRConsistencyPolicy or MasterSlaveConsistencyPolicy.