Class UpdateObjectOptions
- java.lang.Object
 - 
- org.jclouds.http.options.BaseHttpRequestOptions
 - 
- org.jclouds.googlecloudstorage.options.UpdateObjectOptions
 
 
 
- 
- All Implemented Interfaces:
 HttpRequestOptions
public class UpdateObjectOptions 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 classUpdateObjectOptions.Builder 
- 
Field Summary
- 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters 
 - 
 
- 
Constructor Summary
Constructors Constructor Description UpdateObjectOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateObjectOptionsgeneration(Long generation)UpdateObjectOptionsifGenerationMatch(Long ifGenerationMatch)UpdateObjectOptionsifGenerationNotMatch(Long ifGenerationNotMatch)UpdateObjectOptionsifMetagenerationMatch(Long ifMetagenerationMatch)UpdateObjectOptionsifMetagenerationNotMatch(Long ifMetagenerationNotMatch)UpdateObjectOptionspredefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)UpdateObjectOptionsprojection(DomainResourceReferences.Projection projection)- 
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 UpdateObjectOptions ifGenerationMatch(Long ifGenerationMatch)
 
- 
ifGenerationNotMatch
public UpdateObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
 
- 
ifMetagenerationMatch
public UpdateObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
 
- 
ifMetagenerationNotMatch
public UpdateObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
 
- 
generation
public UpdateObjectOptions generation(Long generation)
 
- 
predefinedAcl
public UpdateObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
 
- 
projection
public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)
 
 - 
 
 -