| Package | Description |
|---|---|
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Lifecycle.Rule |
Bucket.Lifecycle.Rule.clone() |
Bucket.Lifecycle.Rule |
Bucket.Lifecycle.Rule.set(String fieldName,
Object value) |
Bucket.Lifecycle.Rule |
Bucket.Lifecycle.Rule.setAction(Bucket.Lifecycle.Rule.Action action)
The action to take.
|
Bucket.Lifecycle.Rule |
Bucket.Lifecycle.Rule.setCondition(Bucket.Lifecycle.Rule.Condition condition)
The condition(s) under which the action will be taken.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket.Lifecycle.Rule> |
Bucket.Lifecycle.getRule()
A lifecycle management rule, which is made of an action to take and the condition(s) under
which the action will be taken.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket.Lifecycle |
Bucket.Lifecycle.setRule(List<Bucket.Lifecycle.Rule> rule)
A lifecycle management rule, which is made of an action to take and the condition(s) under
which the action will be taken.
|
Copyright © 2011–2025 Google. All rights reserved.