| Package | Description |
|---|---|
| com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketInfo.LifecycleRule.AbortIncompleteMPUAction |
static class |
BucketInfo.LifecycleRule.DeleteLifecycleAction |
static class |
BucketInfo.LifecycleRule.SetStorageClassLifecycleAction |
| Modifier and Type | Method and Description |
|---|---|
BucketInfo.LifecycleRule.LifecycleAction |
BucketInfo.LifecycleRule.getAction() |
static BucketInfo.LifecycleRule.LifecycleAction |
BucketInfo.LifecycleRule.LifecycleAction.newAbortIncompleteMPUploadAction()
Create a new
AbortIncompleteMPUAction. |
static BucketInfo.LifecycleRule.LifecycleAction |
BucketInfo.LifecycleRule.LifecycleAction.newLifecycleAction(@NonNull String actionType)
Creates a new {@code LifecycleAction , with no specific supported action associated with it.
|
| Constructor and Description |
|---|
LifecycleRule(BucketInfo.LifecycleRule.LifecycleAction action,
BucketInfo.LifecycleRule.LifecycleCondition condition) |
Copyright © 2023 Google LLC. All rights reserved.