Uses of Class
org.jclouds.googlecloudstorage.domain.Owner
Packages that use Owner
Package
Description
-
Uses of Owner in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return OwnerModifier and TypeMethodDescriptionstatic Owner
abstract Owner
Bucket.owner()
abstract Owner
GoogleCloudStorageObject.owner()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type OwnerModifier and TypeMethodDescriptionstatic 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 OwnerMethods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Owner