Cloud Storage API v1beta2 (revision 2)



Uses of Class
com.google.api.services.storage.Storage.Buckets.Get

Packages that use Storage.Buckets.Get
com.google.api.services.storage   
 

Uses of Storage.Buckets.Get in com.google.api.services.storage
 

Methods in com.google.api.services.storage that return Storage.Buckets.Get
 Storage.Buckets.Get Storage.Buckets.get(String bucket)
          Returns metadata for the specified bucket.
 Storage.Buckets.Get Storage.Buckets.Get.set(String parameterName, Object value)
           
 Storage.Buckets.Get Storage.Buckets.Get.setAlt(String alt)
           
 Storage.Buckets.Get Storage.Buckets.Get.setBucket(String bucket)
          Name of a bucket.
 Storage.Buckets.Get Storage.Buckets.Get.setFields(String fields)
           
 Storage.Buckets.Get Storage.Buckets.Get.setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
          Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
 Storage.Buckets.Get Storage.Buckets.Get.setIfMetagenerationNotMatch(BigInteger ifMetagenerationNotMatch)
          Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.
 Storage.Buckets.Get Storage.Buckets.Get.setKey(String key)
           
 Storage.Buckets.Get Storage.Buckets.Get.setOauthToken(String oauthToken)
           
 Storage.Buckets.Get Storage.Buckets.Get.setPrettyPrint(Boolean prettyPrint)
           
 Storage.Buckets.Get Storage.Buckets.Get.setProjection(String projection)
          Set of properties to return.
 Storage.Buckets.Get Storage.Buckets.Get.setQuotaUser(String quotaUser)
           
 Storage.Buckets.Get Storage.Buckets.Get.setUserIp(String userIp)