Uses of Class
org.jclouds.googlecomputeengine.domain.Operation.Error
Packages that use Operation.Error
-
Uses of Operation.Error in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Operation.ErrorModifier and TypeMethodDescriptionstatic 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.ErrorModifier and TypeMethodDescriptionstatic 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)