Class RewriteObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.RewriteObjectOptions
- All Implemented Interfaces:
HttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionifGenerationMatch
(Long ifGenerationMatch) ifGenerationNotMatch
(Long ifGenerationNotMatch) ifMetagenerationMatch
(Long ifMetagenerationMatch) ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) ifSourceGenerationMatch
(Long ifSourceGenerationMatch) ifSourceGenerationNotMatch
(Long ifSourceGenerationNotMatch) ifSourceMetagenerationMatch
(Long ifSourceMetagenerationMatch) ifSourceMetagenerationNotMatch
(Long ifSourceMetagenerationNotMatch) maxBytesRewrittenPerCall
(Long maxBytesRewrittenPerCall) predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) projection
(DomainResourceReferences.Projection projection) rewriteToken
(String rewriteToken) sourceGeneration
(Long sourceGeneration) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
RewriteObjectOptions
public RewriteObjectOptions()
-
-
Method Details
-
ifGenerationMatch
-
ifGenerationNotMatch
-
ifMetagenerationMatch
-
ifMetagenerationNotMatch
-
ifSourceGenerationMatch
-
ifSourceGenerationNotMatch
-
ifSourceMetagenerationMatch
-
ifSourceMetagenerationNotMatch
-
sourceGeneration
-
predefinedAcl
-
projection
-
rewriteToken
-
maxBytesRewrittenPerCall
-