Uses of Class
org.jclouds.googlecloudstorage.options.InsertObjectOptions

Packages that use InsertObjectOptions
org.jclouds.googlecloudstorage.features   
org.jclouds.googlecloudstorage.options   
 

Uses of InsertObjectOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type InsertObjectOptions
 GCSObject ObjectApi.simpleUpload(String bucketName, String contentType, Long contentLength, org.jclouds.io.Payload payload, InsertObjectOptions Options)
          Stores a new object.Bject metadata setting is not supported with simple uploads
 

Uses of InsertObjectOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return InsertObjectOptions
 InsertObjectOptions InsertObjectOptions.contentEncoding(String contentEncoding)
           
 InsertObjectOptions InsertObjectOptions.Builder.contentEncoding(String contentEncoding)
           
 InsertObjectOptions InsertObjectOptions.generation(Long generation)
           
 InsertObjectOptions InsertObjectOptions.Builder.generation(Long generation)
           
 InsertObjectOptions InsertObjectOptions.ifGenerationMatch(Long ifGenerationMatch)
           
 InsertObjectOptions InsertObjectOptions.Builder.ifGenerationMatch(Long ifGenerationMatch)
           
 InsertObjectOptions InsertObjectOptions.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 InsertObjectOptions InsertObjectOptions.Builder.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 InsertObjectOptions InsertObjectOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 InsertObjectOptions InsertObjectOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 InsertObjectOptions InsertObjectOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 InsertObjectOptions InsertObjectOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 InsertObjectOptions InsertObjectOptions.name(String name)
           
 InsertObjectOptions InsertObjectOptions.Builder.name(String name)
           
 InsertObjectOptions InsertObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertObjectOptions InsertObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertObjectOptions InsertObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 



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