#### Steps to reproduce 1. View the [code sample at line 39](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/storage/buckets/CreateBucketWithStorageClassAndLocation.java#L39) 2. According to the [linked documentation](https://cloud.google.com/storage/docs/locations#location-mr), the multi-region name should be `ASIA`(uppercase) 3. But the value used in line 41 of the code is incorrect — it's `asia` (lowercase)
Steps to reproduce
ASIA(uppercase)asia(lowercase)