| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static CreateBucketOptions |
CreateBucketOptions.DEFAULT
Create bucket with all default settings.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CreateBucketOptions |
CreateBucketOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleCloudStorageImpl.createBucket(String bucketName,
CreateBucketOptions options)
See
GoogleCloudStorage.createBucket(String, CreateBucketOptions) for details about
expected behavior. |
void |
GoogleCloudStorage.createBucket(String bucketName,
CreateBucketOptions options)
Creates a bucket.
|
void |
ForwardingGoogleCloudStorage.createBucket(String bucketName,
CreateBucketOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGoogleCloudStorage.createBucket(String bucketName,
CreateBucketOptions options) |
| Constructor and Description |
|---|
InMemoryBucketEntry(String bucketName,
long creationTimeMillis,
long modificationTimeMillis,
CreateBucketOptions options) |
Copyright © 2024. All rights reserved.