public final class GlobalOperationId extends OperationId
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSelfLink()
Returns a fully qualified URL to the entity.
|
com.google.cloud.compute.deprecated.OperationId.Type |
getType()
Returns the type of this operation identity.
|
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.
|
getOperation
getProject, toString
public com.google.cloud.compute.deprecated.OperationId.Type getType()
OperationId
getType
in class OperationId
public String getSelfLink()
ResourceId
getSelfLink
in class ResourceId
public static GlobalOperationId of(String operation)
public static GlobalOperationId of(String project, String operation)
Copyright © 2019 Google LLC. All rights reserved.