public abstract class CloudRegion extends Object implements Serializable
| Constructor and Description |
|---|
CloudRegion() |
| Modifier and Type | Method and Description |
|---|---|
static CloudRegion |
of(String value)
Construct a CloudRegion from a string.
|
String |
toString() |
abstract String |
value()
The string representing this region.
|
public static CloudRegion of(String value) throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic abstract String value()
Copyright © 2022 Google LLC. All rights reserved.