public final class RegionId extends ResourceId
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static RegionId |
of(String region)
Returns a new region identity given region name.
|
static RegionId |
of(String project,
String region)
Returns a new region identity given project and region names.
|
String |
region()
Returns the name of the region.
|
String |
selfLink()
Returns a fully qualified URL to the entity.
|
project, toStringpublic final String region()
public String selfLink()
ResourceIdselfLink in class ResourceIdpublic static RegionId of(String project, String region)
Copyright © 2016 Google. All rights reserved.