Send feedback
Class DatastoreFactory (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.23.0 keyboard_arrow_down
public class DatastoreFactory
Static Fields
DEFAULT_HOST
public static final String DEFAULT_HOST
Field Value
Type
Description
String
VERSION
public static final String VERSION
Field Value
Type
Description
String
Static Methods
get()
public static DatastoreFactory get()
logMethodCalls()
public static void logMethodCalls()
Starts logging datastore method calls to the console. (Useful within tests.)
Constructors
DatastoreFactory()
public DatastoreFactory()
Methods
create(DatastoreOptions options)
public Datastore create(DatastoreOptions options)
Provides access to a datastore using the provided options. Logs into the application using the
credentials available via these options.
makeClient(DatastoreOptions options)
public HttpRequestFactory makeClient(DatastoreOptions options)
Constructs a Google APIs HTTP client with the associated credentials.
Returns
Type
Description
com.google.api.client.http.HttpRequestFactory
newRemoteRpc(DatastoreOptions options)
protected RemoteRpc newRemoteRpc(DatastoreOptions options)
Returns
Type
Description
com.google.datastore.v1.client.RemoteRpc
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]