Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class DatastoreFactory (2.17.6)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.17.6keyboard_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
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 2025-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]