public final class GlobalOperationId extends OperationId
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static GlobalOperationId |
of(String operation)
Returns a global operation identity given the operation name.
|
static GlobalOperationId |
of(String project,
String operation)
Returns a global operation identity given project and operation names.
|
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 selfLink()
ResourceIdselfLink in class ResourceIdpublic static GlobalOperationId of(String operation)
public static GlobalOperationId of(String project, String operation)
Copyright © 2016 Google. All rights reserved.