public class DatastoreEmulatorFactory extends DatastoreFactory
DatastoreEmulator
.DEFAULT_HOST, VERSION
Modifier and Type | Method and Description |
---|---|
DatastoreEmulator |
create(DatastoreOptions options)
Provides access to a datastore using the provided options.
|
DatastoreEmulator |
create(DatastoreOptions options,
DatastoreEmulatorOptions localDevelopmentOptions) |
static DatastoreEmulatorFactory |
get() |
logMethodCalls, makeClient, newRemoteRpc
public static DatastoreEmulatorFactory get()
public DatastoreEmulator create(DatastoreOptions options) throws IllegalArgumentException
DatastoreFactory
create
in class DatastoreFactory
IllegalArgumentException
- if the server or credentials weren't provided.public DatastoreEmulator create(DatastoreOptions options, DatastoreEmulatorOptions localDevelopmentOptions)
Copyright © 2023 Google LLC. All rights reserved.