Cloud Storage API v1beta2 (revision 2)



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

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

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

Methods in com.google.api.services.storage that return Storage.Buckets.Update
 Storage.Buckets.Update Storage.Buckets.Update.set(String parameterName, Object value)
           
 Storage.Buckets.Update Storage.Buckets.Update.setAlt(String alt)
           
 Storage.Buckets.Update Storage.Buckets.Update.setBucket(String bucket)
          Name of a bucket.
 Storage.Buckets.Update Storage.Buckets.Update.setFields(String fields)
           
 Storage.Buckets.Update Storage.Buckets.Update.setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
          Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.
 Storage.Buckets.Update Storage.Buckets.Update.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.Update Storage.Buckets.Update.setKey(String key)
           
 Storage.Buckets.Update Storage.Buckets.Update.setOauthToken(String oauthToken)
           
 Storage.Buckets.Update Storage.Buckets.Update.setPrettyPrint(Boolean prettyPrint)
           
 Storage.Buckets.Update Storage.Buckets.Update.setProjection(String projection)
          Set of properties to return.
 Storage.Buckets.Update Storage.Buckets.Update.setQuotaUser(String quotaUser)
           
 Storage.Buckets.Update Storage.Buckets.Update.setUserIp(String userIp)
           
 Storage.Buckets.Update Storage.Buckets.update(String bucket, Bucket content)
          Updates a bucket.