Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket
-
Packages that use Bucket Package Description org.jclouds.googlecloudstorage.blobstore.functions org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.features -
-
Uses of Bucket in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type Bucket Modifier and Type Method Description StorageMetadata
BucketToStorageMetadata. apply(Bucket from)
-
Uses of Bucket in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket Modifier and Type Method Description static Bucket
Bucket. create(String id, String name, Long projectNumber, Date timeCreated, Long metageneration, List<BucketAccessControls> acl, List<ObjectAccessControls> defaultObjectAcl, Owner owner, DomainResourceReferences.Location location, Bucket.Website website, Bucket.Logging logging, Bucket.Versioning versioning, List<Bucket.Cors> cors, Bucket.LifeCycle lifeCycle, DomainResourceReferences.StorageClass storageClass)
-
Uses of Bucket in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return Bucket Modifier and Type Method Description Bucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate)
Creates a new bucketBucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)
Creates a new BucketBucket
BucketApi. getBucket(String bucketName)
Returns metadata for the specified bucket.Bucket
BucketApi. getBucket(String bucketName, GetBucketOptions options)
Returns metadata for the specified bucketBucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)
Updates a bucket supporting patch semantics.Bucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket supporting patch semantics.Bucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate)
Updates a bucketBucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucketMethods in org.jclouds.googlecloudstorage.features that return types with arguments of type Bucket Modifier and Type Method Description ListPage<Bucket>
BucketApi. listBucket(String projectId)
Retrieves a list of buckets for a given projectListPage<Bucket>
BucketApi. listBucket(String projectId, ListOptions options)
Retrieves a list of buckets for a given project
-