Uses of Class
com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
Packages that use CloudDatastoreRemoteServiceConfig.AppId
Package
Description
-
Uses of CloudDatastoreRemoteServiceConfig.AppId in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return CloudDatastoreRemoteServiceConfig.AppIdModifier and TypeMethodDescriptionFriendHacks.appIdFromString
(String appIdString) Create anCloudDatastoreRemoteServiceConfig.AppId
from an app ID string.CloudDatastoreRemoteServiceConfig.AppId.create
(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId) Creates anCloudDatastoreRemoteServiceConfig.AppId
.Methods in com.google.appengine.api.datastore with parameters of type CloudDatastoreRemoteServiceConfig.AppIdModifier and TypeMethodDescriptionCloudDatastoreRemoteServiceConfig.Builder.appId
(CloudDatastoreRemoteServiceConfig.AppId value) Sets theCloudDatastoreRemoteServiceConfig.AppId
of the Cloud Datastore instance to call.Method parameters in com.google.appengine.api.datastore with type arguments of type CloudDatastoreRemoteServiceConfig.AppIdModifier and TypeMethodDescriptionCloudDatastoreRemoteServiceConfig.Builder.additionalAppIds
(Set<CloudDatastoreRemoteServiceConfig.AppId> value) Provides a set of additional app IDs that may appear inKey
values in entities.