Uses of Class
org.jclouds.googlecomputeengine.domain.Operation.Error

Packages that use Operation.Error
org.jclouds.googlecomputeengine.domain   
 

Uses of Operation.Error in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Operation.Error
 Operation.Error Operation.Error.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Operation.Error
 List<Operation.Error> Operation.getErrors()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Operation.Error
 Operation.Builder Operation.Builder.addError(Operation.Error error)
           
 Operation.Error.Builder Operation.Error.Builder.fromOperationErrorDetail(Operation.Error in)
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Operation.Error
 Operation.Builder Operation.Builder.errors(Iterable<Operation.Error> errors)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Operation.Error
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-2013 The Apache Software Foundation. All Rights Reserved.