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 Owner
Owner. create(String entity, String entityId)
abstract Owner
Bucket. owner()
abstract Owner
GoogleCloudStorageObject. owner()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type Owner Modifier and Type Method Description static Bucket
Bucket. 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 GoogleCloudStorageObject
GoogleCloudStorageObject. 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 Owner
BucketTemplate. owner()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Owner Modifier and Type Method Description BucketTemplate
BucketTemplate. owner(Owner owner)
-