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
us-central, this method returns #US_CENTRAL.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page describes `CloudDatastoreRemoteServiceConfig.AppId.Location`, an enum defining locations for App Engine applications."],["The enum inherits various methods from the `Enum` and `Object` classes, such as `valueOf`, `clone`, `equals`, `hashCode`, and others."],["It defines specific location fields like `ASIA_NORTHEAST1`, `AUSTRALIA_SOUTHEAST1`, `EUROPE_WEST`, and several `US` based locations."],["The `fromString` static method allows converting a location string into its corresponding `Location` enum value, ignoring case and accepting hyphens."],["There are also `valueOf` and `values` static methods, for managing the enum."]]],[]]