Class GetObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.http.options.GetOptions
org.jclouds.googlecloudstorage.options.GetObjectOptions
- All Implemented Interfaces:
HttpRequestOptions
Allows to optionally specify generation, ifGenerationMatch, ifGenerationNotMatch, ifMetagenerationMatch,
ifMetagenerationNotMatch and projection, in addition to the values in
GetOptions
.-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.GetOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneration
(Long generation) ifGenerationMatch
(Long ifGenerationMatch) ifGenerationNotMatch
(Long ifGenerationNotMatch) ifMetagenerationMatch
(Long ifMetagenerationMatch) ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) projection
(DomainResourceReferences.Projection projection) Methods inherited from class org.jclouds.http.options.GetOptions
buildRequestHeaders, equals, getIfMatch, getIfModifiedSince, getIfNoneMatch, getIfUnmodifiedSince, getRange, getRanges, hashCode, ifETagDoesntMatch, ifETagMatches, ifModifiedSince, ifUnmodifiedSince, range, startAt, tail, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, replaceHeader
-
Constructor Details
-
GetObjectOptions
public GetObjectOptions()
-
-
Method Details
-
ifGenerationMatch
-
ifGenerationNotMatch
-
ifMetagenerationMatch
-
ifMetagenerationNotMatch
-
generation
-
projection
-