Uses of Class
org.jclouds.googlecomputeengine.domain.Operation.Error.Entry
-
Packages that use Operation.Error.Entry Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Operation.Error.Entry in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Operation.Error.Entry Modifier and Type Method Description static Operation.Error.Entry
Operation.Error.Entry. create(String code, String location, String message)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Operation.Error.Entry Modifier and Type Method Description abstract List<Operation.Error.Entry>
Operation.Error. errors()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Operation.Error.Entry Modifier and Type Method Description static Operation.Error
Operation.Error. create(List<Operation.Error.Entry> errors)
-