Uses of Class
com.google.bigtable.admin.v2.GcRule
-
Packages that use GcRule Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of GcRule in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GcRule Modifier and Type Method Description GcRuleGcRule.Builder. build()GcRuleGcRule.Builder. buildPartial()static GcRuleGcRule. getDefaultInstance()GcRuleGcRule.Builder. getDefaultInstanceForType()GcRuleGcRule. getDefaultInstanceForType()GcRuleColumnFamily.Builder. getGcRule()Garbage collection rule specified as a protobuf.GcRuleColumnFamily. getGcRule()Garbage collection rule specified as a protobuf.GcRuleColumnFamilyOrBuilder. getGcRule()Garbage collection rule specified as a protobuf.GcRuleGcRule.Intersection.Builder. getRules(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleGcRule.Intersection. getRules(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleGcRule.IntersectionOrBuilder. getRules(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleGcRule.Union.Builder. getRules(int index)Delete cells which would be deleted by any element of `rules`.GcRuleGcRule.Union. getRules(int index)Delete cells which would be deleted by any element of `rules`.GcRuleGcRule.UnionOrBuilder. getRules(int index)Delete cells which would be deleted by any element of `rules`.static GcRuleGcRule. parseDelimitedFrom(InputStream input)static GcRuleGcRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcRuleGcRule. parseFrom(byte[] data)static GcRuleGcRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcRuleGcRule. parseFrom(com.google.protobuf.ByteString data)static GcRuleGcRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcRuleGcRule. parseFrom(com.google.protobuf.CodedInputStream input)static GcRuleGcRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcRuleGcRule. parseFrom(InputStream input)static GcRuleGcRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcRuleGcRule. parseFrom(ByteBuffer data)static GcRuleGcRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type GcRule Modifier and Type Method Description com.google.protobuf.Parser<GcRule>GcRule. getParserForType()List<GcRule>GcRule.Intersection.Builder. getRulesList()Only delete cells which would be deleted by every element of `rules`.List<GcRule>GcRule.Intersection. getRulesList()Only delete cells which would be deleted by every element of `rules`.List<GcRule>GcRule.IntersectionOrBuilder. getRulesList()Only delete cells which would be deleted by every element of `rules`.List<GcRule>GcRule.Union.Builder. getRulesList()Delete cells which would be deleted by any element of `rules`.List<GcRule>GcRule.Union. getRulesList()Delete cells which would be deleted by any element of `rules`.List<GcRule>GcRule.UnionOrBuilder. getRulesList()Delete cells which would be deleted by any element of `rules`.static com.google.protobuf.Parser<GcRule>GcRule. parser()Methods in com.google.bigtable.admin.v2 with parameters of type GcRule Modifier and Type Method Description GcRule.Intersection.BuilderGcRule.Intersection.Builder. addRules(int index, GcRule value)Only delete cells which would be deleted by every element of `rules`.GcRule.Intersection.BuilderGcRule.Intersection.Builder. addRules(GcRule value)Only delete cells which would be deleted by every element of `rules`.GcRule.Union.BuilderGcRule.Union.Builder. addRules(int index, GcRule value)Delete cells which would be deleted by any element of `rules`.GcRule.Union.BuilderGcRule.Union.Builder. addRules(GcRule value)Delete cells which would be deleted by any element of `rules`.GcRule.BuilderGcRule.Builder. mergeFrom(GcRule other)ColumnFamily.BuilderColumnFamily.Builder. mergeGcRule(GcRule value)Garbage collection rule specified as a protobuf.static GcRule.BuilderGcRule. newBuilder(GcRule prototype)ColumnFamily.BuilderColumnFamily.Builder. setGcRule(GcRule value)Garbage collection rule specified as a protobuf.GcRule.Intersection.BuilderGcRule.Intersection.Builder. setRules(int index, GcRule value)Only delete cells which would be deleted by every element of `rules`.GcRule.Union.BuilderGcRule.Union.Builder. setRules(int index, GcRule value)Delete cells which would be deleted by any element of `rules`.Method parameters in com.google.bigtable.admin.v2 with type arguments of type GcRule Modifier and Type Method Description GcRule.Intersection.BuilderGcRule.Intersection.Builder. addAllRules(Iterable<? extends GcRule> values)Only delete cells which would be deleted by every element of `rules`.GcRule.Union.BuilderGcRule.Union.Builder. addAllRules(Iterable<? extends GcRule> values)Delete cells which would be deleted by any element of `rules`. -
Uses of GcRule in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return GcRule Modifier and Type Method Description GcRuleGCRules.DefaultRule. toProto()GcRuleGCRules.DurationRule. toProto()GcRuleGCRules.GCRule. toProto()GcRuleGCRules.IntersectionRule. toProto()GcRuleGCRules.UnionRule. toProto()GcRuleGCRules.VersionRule. toProto()Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type GcRule Modifier and Type Method Description GCRules.GCRuleGCRules. fromProto(GcRule source)
-