org.jclouds.googlecloudstorage.options
Class GetObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.GetObjectOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class GetObjectOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Allows to optionally specify generation,ifGenerationMatch,ifGenerationNotMatch, ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
GetObjectOptions
public GetObjectOptions()
ifGenerationMatch
public GetObjectOptions ifGenerationMatch(Long ifGenerationMatch)
ifGenerationNotMatch
public GetObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
ifMetagenerationMatch
public GetObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
ifMetagenerationNotMatch
public GetObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
generation
public GetObjectOptions generation(Long generation)
projection
public GetObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.