Uses of Class
org.jclouds.googlecloudstorage.domain.GCSObject.Builder

Packages that use GCSObject.Builder
org.jclouds.googlecloudstorage.domain   
 

Uses of GCSObject.Builder in org.jclouds.googlecloudstorage.domain
 

Methods in org.jclouds.googlecloudstorage.domain that return GCSObject.Builder
protected  GCSObject.Builder GCSObject.Builder.acl(Set<ObjectAccessControls> acl)
           
protected  GCSObject.Builder GCSObject.Builder.addAcl(ObjectAccessControls bucketAccessControls)
           
protected  GCSObject.Builder GCSObject.Builder.addCustomMetadata(String key, String value)
           
protected  GCSObject.Builder GCSObject.Builder.bucket(String bucket)
           
static GCSObject.Builder GCSObject.builder()
           
protected  GCSObject.Builder GCSObject.Builder.cacheControl(String cacheControl)
           
protected  GCSObject.Builder GCSObject.Builder.componentCount(Integer componentCount)
           
protected  GCSObject.Builder GCSObject.Builder.contentDisposition(String contentDisposition)
           
protected  GCSObject.Builder GCSObject.Builder.contentEncoding(String contentEncoding)
           
protected  GCSObject.Builder GCSObject.Builder.contentLanguage(String contentLanguage)
           
protected  GCSObject.Builder GCSObject.Builder.contentType(String contentType)
           
protected  GCSObject.Builder GCSObject.Builder.crc32c(String crc32c)
          Requires base64 encoded crc32c string
protected  GCSObject.Builder GCSObject.Builder.customMetadata(Map<String,String> metadata)
           
protected  GCSObject.Builder GCSObject.Builder.fromGCSObject(GCSObject in)
           
protected  GCSObject.Builder GCSObject.Builder.generation(Long generation)
           
protected  GCSObject.Builder GCSObject.Builder.md5Hash(String md5Hash)
          Requires base64 encoded crc32c string
protected  GCSObject.Builder GCSObject.Builder.mediaLink(URI mediaLink)
           
protected  GCSObject.Builder GCSObject.Builder.metageneration(Long metageneration)
           
protected  GCSObject.Builder GCSObject.Builder.name(String name)
           
protected  GCSObject.Builder GCSObject.Builder.owner(Owner owner)
           
protected  GCSObject.Builder GCSObject.Builder.self()
           
protected  GCSObject.Builder GCSObject.Builder.size(Long size)
           
protected  GCSObject.Builder GCSObject.Builder.storageClass(DomainResourceReferences.StorageClass storageClass)
           
protected  GCSObject.Builder GCSObject.Builder.timeDeleted(Date timeDeleted)
           
 GCSObject.Builder GCSObject.toBuilder()
           
protected  GCSObject.Builder GCSObject.Builder.updated(Date updated)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.