public enum CloudDatastoreRemoteServiceConfig.AppId.Location extends Enum<CloudDatastoreRemoteServiceConfig.AppId.Location>Locations for App Engine applications.
Static Fields |
|
|---|---|
| Name | Description |
ASIA_NORTHEAST1 |
|
AUSTRALIA_SOUTHEAST1 |
|
EUROPE_WEST |
|
EUROPE_WEST1 |
|
EUROPE_WEST3 |
|
US_CENTRAL |
|
US_EAST1 |
|
US_EAST4 |
|
Static Methods |
|
|---|---|
| Name | Description |
fromString(String locationString) |
Returns the Location for a location string. The location string is case-insensitive
and may use hyphens to separate components. For example, given the location string |
valueOf(String name) |
|
values() |
|