public static interface GcRule.UnionOrBuilder extends 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`.
|
java.util.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`.
|
java.util.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, hasOneof
isInitialized
java.util.List<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;
java.util.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;