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) Optional.intOptional.Optional.getRuleOrBuilder(int index) Optional.List<? extends Bucket.Lifecycle.RuleOrBuilder>Optional.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()Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; -
getRule
Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; -
getRuleCount
int getRuleCount()Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; -
getRuleOrBuilderList
List<? extends Bucket.Lifecycle.RuleOrBuilder> getRuleOrBuilderList()Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; -
getRuleOrBuilder
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
-