public static interface GcRule.UnionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcRule |
getRules(int index)
Delete cells which would be deleted by any element of `rules`.
|
int |
getRulesCount()
Delete cells which would be deleted by any element of `rules`.
|
List<GcRule> |
getRulesList()
Delete cells which would be deleted by any element of `rules`.
|
GcRuleOrBuilder |
getRulesOrBuilder(int index)
Delete cells which would be deleted by any element of `rules`.
|
List<? extends GcRuleOrBuilder> |
getRulesOrBuilderList()
Delete cells which would be deleted by any element of `rules`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GcRule> getRulesList()
Delete cells which would be deleted by any element of `rules`.
repeated .google.bigtable.admin.v2.GcRule rules = 1;GcRule getRules(int index)
Delete cells which would be deleted by any element of `rules`.
repeated .google.bigtable.admin.v2.GcRule rules = 1;int getRulesCount()
Delete cells which would be deleted by any element of `rules`.
repeated .google.bigtable.admin.v2.GcRule rules = 1;List<? extends GcRuleOrBuilder> getRulesOrBuilderList()
Delete cells which would be deleted by any element of `rules`.
repeated .google.bigtable.admin.v2.GcRule rules = 1;GcRuleOrBuilder getRulesOrBuilder(int index)
Delete cells which would be deleted by any element of `rules`.
repeated .google.bigtable.admin.v2.GcRule rules = 1;Copyright © 2022 Google LLC. All rights reserved.