Class CloudDatastoreRemoteServiceConfig.AppId
java.lang.Object
com.google.appengine.api.datastore.CloudDatastoreRemoteServiceConfig.AppId
- Enclosing class:
- CloudDatastoreRemoteServiceConfig
An App Engine application ID.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Locations for App Engine applications. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId) Creates anCloudDatastoreRemoteServiceConfig.AppId
.
-
Constructor Details
-
AppId
public AppId()
-
-
Method Details
-
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
- iflocation
orprojectId
is null
-