Class CloudDatastoreRemoteServiceConfig.AppId (2.0.0)

public abstract static class CloudDatastoreRemoteServiceConfig.AppId

An App Engine application ID.

Inheritance

java.lang.Object > CloudDatastoreRemoteServiceConfig.AppId

Static Methods

create(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId)

public static CloudDatastoreRemoteServiceConfig.AppId create(CloudDatastoreRemoteServiceConfig.AppId.Location location, String projectId)

Creates an AppId.

Parameters
NameDescription
locationCloudDatastoreRemoteServiceConfig.AppId.Location

The location of the App Engine application. This can be found in the Google Cloud Console.

projectIdString

The project ID of the App Engine application. This can be found in the Google Cloud Console.

Returns
TypeDescription
CloudDatastoreRemoteServiceConfig.AppId

Constructors

AppId()

public AppId()