| Package | Description |
|---|---|
| com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketInfo.AgeDeleteRule
Delete rule class that sets a Time To Live for blobs in the bucket.
|
static class |
BucketInfo.CreatedBeforeDeleteRule
Delete rule class for blobs in the bucket that have been created before a certain date.
|
static class |
BucketInfo.IsLiveDeleteRule
Delete rule class to distinguish between live and archived blobs.
|
static class |
BucketInfo.NumNewerVersionsDeleteRule
Delete rule class for versioned blobs.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends BucketInfo.DeleteRule> |
BucketInfo.getDeleteRules()
Returns bucket's lifecycle configuration as a number of delete rules.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BucketInfo.Builder |
BucketInfo.Builder.setDeleteRules(Iterable<? extends BucketInfo.DeleteRule> rules)
Sets the bucket's lifecycle configuration as a number of delete rules.
|
Bucket.Builder |
Bucket.Builder.setDeleteRules(Iterable<? extends BucketInfo.DeleteRule> rules) |
Copyright © 2018 Google. All rights reserved.