Interface GcRule.UnionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GcRule.Union, GcRule.Union.Builder
Enclosing class:
GcRule

public static interface GcRule.UnionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRules(int index)
    Delete cells which would be deleted by any element of `rules`.
    int
    Delete cells which would be deleted by any element of `rules`.
    Delete cells which would be deleted by any element of `rules`.
    getRulesOrBuilder(int index)
    Delete cells which would be deleted by any element of `rules`.
    Delete cells which would be deleted by any element of `rules`.

    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

    • getRulesList

      List<GcRule> getRulesList()
       Delete cells which would be deleted by any element of `rules`.
       
      repeated .google.bigtable.admin.v2.GcRule rules = 1;
    • getRules

      GcRule getRules(int index)
       Delete cells which would be deleted by any element of `rules`.
       
      repeated .google.bigtable.admin.v2.GcRule rules = 1;
    • getRulesCount

      int getRulesCount()
       Delete cells which would be deleted by any element of `rules`.
       
      repeated .google.bigtable.admin.v2.GcRule rules = 1;
    • getRulesOrBuilderList

      List<? extends GcRuleOrBuilder> getRulesOrBuilderList()
       Delete cells which would be deleted by any element of `rules`.
       
      repeated .google.bigtable.admin.v2.GcRule rules = 1;
    • getRulesOrBuilder

      GcRuleOrBuilder getRulesOrBuilder(int index)
       Delete cells which would be deleted by any element of `rules`.
       
      repeated .google.bigtable.admin.v2.GcRule rules = 1;