public final class ZoneOperationId extends OperationId
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static ZoneOperationId |
of(String zone,
String operation)
Returns a zone operation identity given the zone and operation names.
|
static ZoneOperationId |
of(String project,
String zone,
String operation)
Returns a zone operation identity given project, zone and operation names.
|
static ZoneOperationId |
of(ZoneId zoneId,
String operation)
Returns a zone operation identity given the zone identity and the operation name.
|
String |
selfLink()
Returns a fully qualified URL to the entity.
|
com.google.cloud.compute.OperationId.Type |
type()
Returns the type of this operation identity.
|
String |
zone()
Returns the name of the zone this operation belongs to.
|
ZoneId |
zoneId()
Returns the identity of the zone this address belongs to.
|
operationproject, toStringpublic com.google.cloud.compute.OperationId.Type type()
OperationIdtype in class OperationIdpublic String zone()
public ZoneId zoneId()
public String selfLink()
ResourceIdselfLink in class ResourceIdpublic static ZoneOperationId of(ZoneId zoneId, String operation)
public static ZoneOperationId of(String zone, String operation)
public static ZoneOperationId of(String project, String zone, String operation)
Copyright © 2016 Google. All rights reserved.