Uses of Class
org.jclouds.googlecomputeengine.domain.Operation.Error
-
Packages that use Operation.Error Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Operation.Error in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Operation.Error Modifier and Type Method Description static Operation.Error
Operation.Error. create(List<Operation.Error.Entry> errors)
static Operation.Error
Operation.Error. empty()
abstract Operation.Error
Operation. error()
Methods in org.jclouds.googlecomputeengine.domain with parameters of type Operation.Error Modifier and Type Method Description static Operation
Operation. create(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, Operation.Error error, List<Warning> warnings, URI region, URI zone)
-