public class CreateBucketOptions
extends java.lang.Object
GoogleCloudStorage.| Modifier and Type | Field and Description |
|---|---|
static CreateBucketOptions |
DEFAULT
Create bucket with all default settings.
|
| Constructor and Description |
|---|
CreateBucketOptions(java.lang.String location,
java.lang.String storageClass)
Create a bucket with specified location.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Returns the bucket location.
|
java.lang.String |
getStorageClass()
Returns the bucket storage class.
|
public static final CreateBucketOptions DEFAULT
Copyright © 2019. All rights reserved.