Class ComposeObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.googlecloudstorage.options.ComposeObjectOptions
- All Implemented Interfaces:
HttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and destinationPredefinedAcl when
ComposingObjects operation.
-
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 TypeMethodDescriptiondestinationPredefinedAcl
(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl) ifMetagenerationMatch
(Long ifMetagenerationMatch) ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
ComposeObjectOptions
public ComposeObjectOptions()
-
-
Method Details
-
ifMetagenerationMatch
-
ifMetagenerationNotMatch
-
destinationPredefinedAcl
public ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
-