Uses of Class
com.google.datastore.v1.client.DatastoreOptions.Builder
Packages that use DatastoreOptions.Builder
-
Uses of DatastoreOptions.Builder in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return DatastoreOptions.BuilderModifier and TypeMethodDescriptionDatastoreOptions.Builder.credential(com.google.api.client.auth.oauth2.Credential credential) Sets the Google APIsCredentialused to access Cloud Datastore.static DatastoreOptions.BuilderDatastoreHelper.getOptionsFromEnv()Constructs aDatastorefrom environment variables and/or the Compute Engine metadata server.Sets the host used to access Cloud Datastore.DatastoreOptions.Builder.initializer(com.google.api.client.http.HttpRequestInitializer initializer) Sets the (optional) initializer to run on HTTP requests to Cloud Datastore.Configures the client to access Cloud Datastore on a local host (typically a Cloud Datastore Emulator instance).DatastoreOptions.Builder.projectEndpoint(String projectEndpoint) Deprecated.Sets the project ID used to access Cloud Datastore.DatastoreOptions.Builder.transport(com.google.api.client.http.HttpTransport transport) Sets the transport used to access Cloud Datastore.
projectIdand/orhost/localHostinstead.