Uses of Class
org.jclouds.googlecomputeengine.domain.Project
- 
Packages that use Project Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features  - 
- 
Uses of Project in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Project Modifier and Type Method Description static ProjectProject. create(String id, URI selfLink, String name, String description, Metadata commonInstanceMetadata, List<Quota> quotas, List<String> externalIpAddresses, Date creationTimestamp, Project.UsageExportLocation usageExportLocation) - 
Uses of Project in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Project Modifier and Type Method Description ProjectProjectApi. get()Get the current project. 
 -