Cloud Storage API v1beta2 (revision 2)



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(String project, 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(String project, 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.setAcl(List<BucketAccessControl> acl)
          Access controls on the bucket.
 Bucket Bucket.setCors(List<Bucket.Cors> cors)
          The bucket's Cross-Origin Resource Sharing (CORS) configuration.
 Bucket Bucket.setDefaultObjectAcl(List<ObjectAccessControl> defaultObjectAcl)
          Default access controls to apply to new objects when no ACL is provided.
 Bucket Bucket.setEtag(String etag)
          HTTP 1.1 Entity tag for the bucket.
 Bucket Bucket.setId(String id)
          The ID 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.setLogging(Bucket.Logging logging)
          The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
 Bucket Bucket.setMetageneration(Long metageneration)
          The metadata generation of this bucket.
 Bucket Bucket.setName(String name)
          The name of the bucket.
 Bucket Bucket.setOwner(Bucket.Owner owner)
          The owner of the bucket.
 Bucket Bucket.setSelfLink(String selfLink)
          The URI of this bucket.
 Bucket Bucket.setStorageClass(String storageClass)
          The bucket's storage class.
 Bucket Bucket.setTimeCreated(DateTime timeCreated)
          Creation time of the bucket in RFC 3339 format.
 Bucket Bucket.setVersioning(Bucket.Versioning versioning)
          The bucket's versioning configuration.
 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.