Uses of Class
org.jclouds.googlecloudstorage.domain.Owner
- 
Packages that use Owner Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates  - 
- 
Uses of Owner in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Owner Modifier and Type Method Description static OwnerOwner. create(String entity, String entityId)abstract OwnerBucket. owner()abstract OwnerGoogleCloudStorageObject. owner()Methods in org.jclouds.googlecloudstorage.domain with parameters of type Owner Modifier and Type Method Description static BucketBucket. create(String id, String name, Long projectNumber, Date timeCreated, Long metageneration, List<BucketAccessControls> acl, List<ObjectAccessControls> defaultObjectAcl, Owner owner, DomainResourceReferences.Location location, Bucket.Website website, Bucket.Logging logging, Bucket.Versioning versioning, List<Bucket.Cors> cors, Bucket.LifeCycle lifeCycle, DomainResourceReferences.StorageClass storageClass)static GoogleCloudStorageObjectGoogleCloudStorageObject. create(String id, URI selfLink, String etag, String name, String bucket, long generation, long metageneration, String contentType, Date updated, Date timeDeleted, DomainResourceReferences.StorageClass storageClass, long size, String md5Hash, URI mediaLink, Map<String,String> metadata, String contentEncoding, String contentDisposition, String contentLanguage, String cacheControl, List<ObjectAccessControls> acl, Owner owner, String crc32c, Integer componentCount) - 
Uses of Owner in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return Owner Modifier and Type Method Description OwnerBucketTemplate. owner()Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Owner Modifier and Type Method Description BucketTemplateBucketTemplate. owner(Owner owner) 
 -