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