Cloud Storage API v1beta1 (revision 34)



Uses of Class
com.google.api.services.storage.model.Bucket

Packages that use Bucket
com.google.api.services.storage   
com.google.api.services.storage.model   
 

Uses of Bucket in com.google.api.services.storage
 

Methods in com.google.api.services.storage with parameters of type Bucket
 Storage.Buckets.Insert Storage.Buckets.insert(Bucket content)
          Creates a new bucket.
 Storage.Buckets.Patch Storage.Buckets.patch(String bucket, Bucket content)
          Updates a bucket.
 Storage.Buckets.Update Storage.Buckets.update(String bucket, Bucket content)
          Updates a bucket.
 

Constructors in com.google.api.services.storage with parameters of type Bucket
Storage.Buckets.Insert(Bucket content)
          Creates a new bucket.
Storage.Buckets.Patch(String bucket, Bucket content)
          Updates a bucket.
Storage.Buckets.Update(String bucket, Bucket content)
          Updates a bucket.
 

Uses of Bucket in com.google.api.services.storage.model
 

Methods in com.google.api.services.storage.model that return Bucket
 Bucket Bucket.clone()
           
 Bucket Bucket.set(String fieldName, Object value)
           
 Bucket Bucket.setAcl(List<BucketAccessControl> acl)
          Access controls on the bucket.
 Bucket Bucket.setDefaultObjectAcl(List<ObjectAccessControl> defaultObjectAcl)
          Default access controls to apply to new objects when no ACL is provided.
 Bucket Bucket.setId(String id)
          The name of the bucket.
 Bucket Bucket.setKind(String kind)
          The kind of item this is.
 Bucket Bucket.setLocation(String location)
          The location of the bucket.
 Bucket Bucket.setOwner(Bucket.Owner owner)
          The owner of the bucket.
 Bucket Bucket.setProjectId(BigInteger projectId)
          The project the bucket belongs to.
 Bucket Bucket.setSelfLink(String selfLink)
          The URI of this bucket.
 Bucket Bucket.setTimeCreated(DateTime timeCreated)
          Creation time of the bucket in RFC 3339 format.
 Bucket Bucket.setWebsite(Bucket.Website website)
          The bucket's website configuration.
 

Methods in com.google.api.services.storage.model that return types with arguments of type Bucket
 List<Bucket> Buckets.getItems()
          The list of items.
 

Method parameters in com.google.api.services.storage.model with type arguments of type Bucket
 Buckets Buckets.setItems(List<Bucket> items)
          The list of items.