Class RewriteObjectOptions.Builder
java.lang.Object
org.jclouds.googlecloudstorage.options.RewriteObjectOptions.Builder
- Enclosing class:
 RewriteObjectOptions
- 
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)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
ifGenerationMatch
 - 
ifGenerationNotMatch
 - 
ifMetagenerationMatch
 - 
ifMetagenerationNotMatch
 - 
ifSourceGenerationMatch
 - 
ifSourceGenerationNotMatch
 - 
ifSourceMetagenerationMatch
 - 
ifSourceMetagenerationNotMatch
 - 
sourceGeneration
 - 
predefinedAcl
 - 
projection
 - 
rewriteToken
 - 
maxBytesRewrittenPerCall
 
 -