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 Type
    Method
    Description
    getRule(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.
    int
    A 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.
    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

    isInitialized

    Methods 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

      Bucket.Lifecycle.Rule getRule(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.
       
      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

      Bucket.Lifecycle.RuleOrBuilder 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.
       
      repeated .google.storage.v2.Bucket.Lifecycle.Rule rule = 1;