Package | Description |
---|---|
org.jclouds.googlecloudstorage.blobstore.functions | |
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.features |
Modifier and Type | Method and Description |
---|---|
StorageMetadata |
BucketToStorageMetadata.apply(Bucket from) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Bucket |
BucketApi.createBucket(String projectId,
BucketTemplate bucketTemplate)
Creates a new bucket
|
Bucket |
BucketApi.createBucket(String projectId,
BucketTemplate bucketTemplate,
InsertBucketOptions options)
Creates a new Bucket
|
Bucket |
BucketApi.getBucket(String bucketName)
Returns metadata for the specified bucket.
|
Bucket |
BucketApi.getBucket(String bucketName,
GetBucketOptions options)
Returns metadata for the specified bucket
|
Bucket |
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 bucket
|
Bucket |
BucketApi.updateBucket(String bucketName,
BucketTemplate bucketTemplate,
UpdateBucketOptions options)
Updates a bucket
|
Modifier and Type | Method and Description |
---|---|
ListPage<Bucket> |
BucketApi.listBucket(String projectId)
Retrieves a list of buckets for a given project
|
ListPage<Bucket> |
BucketApi.listBucket(String projectId,
ListOptions options)
Retrieves a list of buckets for a given project
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.