Class CloudDatastoreRemoteServiceConfig.AppId
- java.lang.Object
-
- com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
-
- Enclosing class:
- CloudDatastoreRemoteServiceConfig
public abstract static class CloudDatastoreRemoteServiceConfig.AppId extends Object
An App Engine application ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudDatastoreRemoteServiceConfig.AppId.LocationLocations for App Engine applications.
-
Constructor Summary
Constructors Constructor Description AppId()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CloudDatastoreRemoteServiceConfig.AppIdcreate(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId)Creates anCloudDatastoreRemoteServiceConfig.AppId.
-
-
-
Method Detail
-
create
public static CloudDatastoreRemoteServiceConfig.AppId create(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId)
Creates anCloudDatastoreRemoteServiceConfig.AppId.- Parameters:
location- The location of the App Engine application. This can be found in the Google Cloud Console.projectId- The project ID of the App Engine application. This can be found in the Google Cloud Console.- Throws:
NullPointerException- iflocationorprojectIdis null
-
-