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

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

Uses of GetObjectOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type GetObjectOptions
 org.jclouds.http.internal.PayloadEnclosingImpl ObjectApi.download(String bucketName, String objectName, GetObjectOptions options)
          Retrieves objects
 GCSObject ObjectApi.getObject(String bucketName, String objectName, GetObjectOptions options)
          Retrieves objects metadata
 

Uses of GetObjectOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return GetObjectOptions
 GetObjectOptions GetObjectOptions.generation(Long generation)
           
 GetObjectOptions GetObjectOptions.Builder.generation(Long generation)
           
 GetObjectOptions GetObjectOptions.ifGenerationMatch(Long ifGenerationMatch)
           
 GetObjectOptions GetObjectOptions.Builder.ifGenerationMatch(Long ifGenerationMatch)
           
 GetObjectOptions GetObjectOptions.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 GetObjectOptions GetObjectOptions.Builder.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 GetObjectOptions GetObjectOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetObjectOptions GetObjectOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetObjectOptions GetObjectOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetObjectOptions GetObjectOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetObjectOptions GetObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 GetObjectOptions GetObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 



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