public static final class Bucket.Lifecycle
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Bucket.Lifecycle.Rule
Model definition for BucketLifecycleRule.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Lifecycle |
clone() |
List<Bucket.Lifecycle.Rule> |
getRule()
A lifecycle management rule, which is made of an action to take and the condition(s) under
which the action will be taken.
|
Bucket.Lifecycle |
set(String fieldName,
Object value) |
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.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Bucket.Lifecycle.Rule> getRule()
null for nonepublic Bucket.Lifecycle setRule(List<Bucket.Lifecycle.Rule> rule)
rule - rule or null for nonepublic Bucket.Lifecycle set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.Lifecycle clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.