Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Bucket.BucketSourceOption |
Bucket.BucketSourceOption.metagenerationMatch()
Returns an option for bucket's metageneration match.
|
static Bucket.BucketSourceOption |
Bucket.BucketSourceOption.metagenerationNotMatch()
Returns an option for bucket's metageneration mismatch.
|
static Bucket.BucketSourceOption |
Bucket.BucketSourceOption.userProject(String userProject)
Returns an option for blob's billing user project.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Bucket.delete(Bucket.BucketSourceOption... options)
Deletes this bucket.
|
boolean |
Bucket.exists(Bucket.BucketSourceOption... options)
Checks if this bucket exists.
|
Bucket |
Bucket.reload(Bucket.BucketSourceOption... options)
Fetches current bucket's latest information.
|
Copyright © 2019 Google LLC. All rights reserved.