| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
Operation.Error |
Operation.Error.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Operation.Error> |
Operation.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.addError(Operation.Error error) |
Operation.Error.Builder |
Operation.Error.Builder.fromOperationErrorDetail(Operation.Error in) |
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.errors(Iterable<Operation.Error> errors) |
| Constructor and Description |
|---|
Operation(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
URI targetLink,
String targetId,
String clientOperationId,
Operation.Status status,
String statusMessage,
String user,
Integer progress,
Date insertTime,
Date startTime,
Date endTime,
Integer httpErrorStatusCode,
String httpErrorMessage,
String operationType,
List<Operation.Error> errors,
URI region,
URI zone) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.