Uses of Enum
com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
Packages that use CloudDatastoreRemoteServiceConfig.AppId.Location
Package
Description
-
Uses of CloudDatastoreRemoteServiceConfig.AppId.Location in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return CloudDatastoreRemoteServiceConfig.AppId.LocationModifier and TypeMethodDescriptionCloudDatastoreRemoteServiceConfig.AppId.Location.fromString
(String locationString) Returns theCloudDatastoreRemoteServiceConfig.AppId.Location
for a location string.Returns the enum constant of this type with the specified name.CloudDatastoreRemoteServiceConfig.AppId.Location.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.datastore with parameters of type CloudDatastoreRemoteServiceConfig.AppId.LocationModifier and TypeMethodDescriptionCloudDatastoreRemoteServiceConfig.AppId.create
(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId) Creates anCloudDatastoreRemoteServiceConfig.AppId
.