| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneOperationId |
ZoneOperationId.of(String zone,
String operation)
Returns a zone operation identity given the zone and operation names.
|
static ZoneOperationId |
ZoneOperationId.of(String project,
String zone,
String operation)
Returns a zone operation identity given project, zone and operation names.
|
static ZoneOperationId |
ZoneOperationId.of(ZoneId zoneId,
String operation)
Returns a zone operation identity given the zone identity and the operation name.
|
Copyright © 2016 Google. All rights reserved.