public abstract static class CloudDatastoreRemoteServiceConfig.AppId
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CloudDatastoreRemoteServiceConfig.AppId.Location
Locations for App Engine applications.
|
Constructor and Description |
---|
AppId() |
Modifier and Type | Method and Description |
---|---|
static CloudDatastoreRemoteServiceConfig.AppId |
create(CloudDatastoreRemoteServiceConfig.AppId.Location location,
java.lang.String projectId)
Creates an
CloudDatastoreRemoteServiceConfig.AppId . |
public static CloudDatastoreRemoteServiceConfig.AppId create(CloudDatastoreRemoteServiceConfig.AppId.Location location, java.lang.String projectId)
CloudDatastoreRemoteServiceConfig.AppId
.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.java.lang.NullPointerException
- if location
or projectId
is null