public final class ZoneId extends ResourceId
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSelfLink()
Returns a fully qualified URL to the entity.
|
String |
getZone()
Returns the name of the zone.
|
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.
|
getProject, toString
public String getZone()
public String getSelfLink()
ResourceId
getSelfLink
in class ResourceId
public static ZoneId of(String project, String zone)
Copyright © 2019 Google LLC. All rights reserved.