| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bucket
A Google cloud storage bucket.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BucketInfo |
BucketInfo.Builder.build()
Creates a
BucketInfo object. |
static BucketInfo |
BucketInfo.of(String name)
Creates a
BucketInfo object for the provided bucket name. |
| Modifier and Type | Method and Description |
|---|---|
static BlobInfo.Builder |
BlobInfo.builder(BucketInfo bucketInfo,
String name)
Returns a
BlobInfo builder where blob identity is set using the provided values. |
static BlobInfo.Builder |
BlobInfo.builder(BucketInfo bucketInfo,
String name,
Long generation)
Returns a
BlobInfo builder where blob identity is set using the provided values. |
Bucket |
Storage.create(BucketInfo bucketInfo,
Storage.BucketTargetOption... options)
Creates a new bucket.
|
Bucket |
Storage.update(BucketInfo bucketInfo,
Storage.BucketTargetOption... options)
Updates bucket information.
|
Copyright © 2016 Google. All rights reserved.