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 StorageMetadataBucketToStorageMetadata. 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 BucketBucket. 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 BucketBucketApi. createBucket(String projectId, BucketTemplate bucketTemplate)Creates a new bucketBucketBucketApi. createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)Creates a new BucketBucketBucketApi. getBucket(String bucketName)Returns metadata for the specified bucket.BucketBucketApi. getBucket(String bucketName, GetBucketOptions options)Returns metadata for the specified bucketBucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)Updates a bucket supporting patch semantics.BucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)Updates a bucket supporting patch semantics.BucketBucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate)Updates a bucketBucketBucketApi. 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
-