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