org.jclouds.googlecloudstorage.options
Class GetBucketOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.googlecloudstorage.options.GetBucketOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class GetBucketOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket


Nested Class Summary
static class GetBucketOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
GetBucketOptions()
           
 
Method Summary
 GetBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetBucketOptions projection(DomainResourceRefferences.Projection projection)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetBucketOptions

public GetBucketOptions()
Method Detail

ifMetagenerationMatch

public GetBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public GetBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

projection

public GetBucketOptions projection(DomainResourceRefferences.Projection projection)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.