Class CopyObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.CopyObjectOptions
- 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 TypeMethodDescriptioncontentEncoding(String contentEncoding) ifGenerationMatch(Long ifGenerationMatch) ifGenerationNotMatch(Long ifGenerationNotMatch) ifMetagenerationMatch(Long ifMetagenerationMatch) ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) ifSourceGenerationMatch(Long ifSourceGenerationMatch) ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch) ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch) ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch) predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl) projection(DomainResourceReferences.Projection projection) 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
- 
CopyObjectOptions
public CopyObjectOptions() 
 - 
 - 
Method Details
- 
contentEncoding
 - 
name
 - 
ifGenerationMatch
 - 
ifGenerationNotMatch
 - 
ifMetagenerationMatch
 - 
ifMetagenerationNotMatch
 - 
ifSourceGenerationMatch
 - 
ifSourceGenerationNotMatch
 - 
ifSourceMetagenerationMatch
 - 
ifSourceMetagenerationNotMatch
 - 
sourceGeneration
 - 
predefinedAcl
 - 
projection
 
 -