Class GetBucketOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.googlecloudstorage.options.GetBucketOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class GetBucketOptions 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 class
GetBucketOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description GetBucketOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBucketOptions
ifMetagenerationMatch(Long ifMetagenerationMatch)
GetBucketOptions
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
GetBucketOptions
projection(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
-
ifMetagenerationMatch
public GetBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public GetBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
projection
public GetBucketOptions projection(DomainResourceReferences.Projection projection)
-
-