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