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
Name Description
location CloudDatastoreRemoteServiceConfig.AppId.Location

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

projectId String

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

Returns
Type Description
CloudDatastoreRemoteServiceConfig.AppId

Constructors

AppId()

public AppId()