Package com.google.storage.v2
Interface Bucket.LifecycleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Bucket.Lifecycle,Bucket.Lifecycle.Builder
- Enclosing class:
- Bucket
public static interface Bucket.LifecycleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRule(int index) A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.intA lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.getRuleOrBuilder(int index) A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.List<? extends Bucket.Lifecycle.RuleOrBuilder>A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRuleList
List<Bucket.Lifecycle.Rule> getRuleList()A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1; -
getRule
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1; -
getRuleCount
int getRuleCount()A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1; -
getRuleOrBuilderList
List<? extends Bucket.Lifecycle.RuleOrBuilder> getRuleOrBuilderList()A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1; -
getRuleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;
-