Uses of Class
com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.Builder
Packages that use CloudDatastoreRemoteServiceConfig.Builder
Package
Description
-
Uses of CloudDatastoreRemoteServiceConfig.Builder in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return CloudDatastoreRemoteServiceConfig.BuilderModifier and TypeMethodDescriptionCloudDatastoreRemoteServiceConfig.Builder.accessToken
(String accessToken) Sets the access token.CloudDatastoreRemoteServiceConfig.Builder.additionalAppIds
(Set<CloudDatastoreRemoteServiceConfig.AppId> value) Provides a set of additional app IDs that may appear inKey
values in entities.CloudDatastoreRemoteServiceConfig.Builder.appId
(CloudDatastoreRemoteServiceConfig.AppId value) Sets theCloudDatastoreRemoteServiceConfig.AppId
of the Cloud Datastore instance to call.CloudDatastoreRemoteServiceConfig.Builder.asyncStackTraceCaptureEnabled
(boolean value) If set to true, stacktrace for async calls is captured and returned as part of error messages.CloudDatastoreRemoteServiceConfig.builder()
Returns aCloudDatastoreRemoteServiceConfig.Builder
.CloudDatastoreRemoteServiceConfig.Builder.emulatorHost
(String value) Instructs the client to connect to a locally-running Cloud Datastore Emulator and not to pass credentials.CloudDatastoreRemoteServiceConfig.Builder.hostOverride
(String value) Overrides the host (e.g.CloudDatastoreRemoteServiceConfig.Builder.httpConnectTimeoutMillis
(int value) Sets the HTTP connect timeout in milliseconds.CloudDatastoreRemoteServiceConfig.Builder.installApiProxyEnvironment
(boolean value) If set to true, a minimalApiProxy.Environment
will be installed (if none is already installed).CloudDatastoreRemoteServiceConfig.Builder.maxRetries
(int value) Sets the maximum number of retries for underlying HTTP connect exceptions.CloudDatastoreRemoteServiceConfig.Builder.useComputeEngineCredential
(boolean value) If set to true, always use a Compute Engine credential instead of using the Application Default Credentials library to construct the credential.CloudDatastoreRemoteServiceConfig.Builder.useServiceAccountCredential
(String serviceAccountId, PrivateKey privateKey) Instructs the client to use a service account credential instead of using the Application Default Credentials library to construct the credential.