Uses of Class
com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId.Location
-
Packages that use CloudDatastoreRemoteServiceConfig.AppId.Location Package Description com.google.appengine.api.datastore -
-
Uses of CloudDatastoreRemoteServiceConfig.AppId.Location in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return CloudDatastoreRemoteServiceConfig.AppId.Location Modifier and Type Method Description static CloudDatastoreRemoteServiceConfig.AppId.Location
CloudDatastoreRemoteServiceConfig.AppId.Location. fromString(String locationString)
Returns theCloudDatastoreRemoteServiceConfig.AppId.Location
for a location string.static CloudDatastoreRemoteServiceConfig.AppId.Location
CloudDatastoreRemoteServiceConfig.AppId.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDatastoreRemoteServiceConfig.AppId.Location[]
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.Location Modifier and Type Method Description static CloudDatastoreRemoteServiceConfig.AppId
CloudDatastoreRemoteServiceConfig.AppId. create(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId)
Creates anCloudDatastoreRemoteServiceConfig.AppId
.
-