org.jclouds.googlecloudstorage.options
Class UpdateObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.UpdateObjectOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class UpdateObjectOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
UpdateObjectOptions
public UpdateObjectOptions()
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.