- All Implemented Interfaces:
Serializable
A wrapped string representing a Google Cloud region.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Construct a CloudRegion from a string.
The string representing this region.
-
Constructor Details
-
CloudRegion
public CloudRegion()
-
Method Details
-
of
public static CloudRegion of(String value)
throws com.google.api.gax.rpc.ApiException
Construct a CloudRegion from a string.
- Throws:
com.google.api.gax.rpc.ApiException
-
value
public abstract String value()
The string representing this region.
-