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 GcRule
GcRule.Builder. build()
GcRule
GcRule.Builder. buildPartial()
static GcRule
GcRule. getDefaultInstance()
GcRule
GcRule.Builder. getDefaultInstanceForType()
GcRule
GcRule. getDefaultInstanceForType()
GcRule
ColumnFamily.Builder. getGcRule()
Garbage collection rule specified as a protobuf.GcRule
ColumnFamily. getGcRule()
Garbage collection rule specified as a protobuf.GcRule
ColumnFamilyOrBuilder. getGcRule()
Garbage collection rule specified as a protobuf.GcRule
GcRule.Intersection.Builder. getRules(int index)
Only delete cells which would be deleted by every element of `rules`.GcRule
GcRule.Intersection. getRules(int index)
Only delete cells which would be deleted by every element of `rules`.GcRule
GcRule.IntersectionOrBuilder. getRules(int index)
Only delete cells which would be deleted by every element of `rules`.GcRule
GcRule.Union.Builder. getRules(int index)
Delete cells which would be deleted by any element of `rules`.GcRule
GcRule.Union. getRules(int index)
Delete cells which would be deleted by any element of `rules`.GcRule
GcRule.UnionOrBuilder. getRules(int index)
Delete cells which would be deleted by any element of `rules`.static GcRule
GcRule. parseDelimitedFrom(InputStream input)
static GcRule
GcRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule
GcRule. parseFrom(byte[] data)
static GcRule
GcRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule
GcRule. parseFrom(com.google.protobuf.ByteString data)
static GcRule
GcRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule
GcRule. parseFrom(com.google.protobuf.CodedInputStream input)
static GcRule
GcRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule
GcRule. parseFrom(InputStream input)
static GcRule
GcRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule
GcRule. parseFrom(ByteBuffer data)
static GcRule
GcRule. 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.Builder
GcRule.Intersection.Builder. addRules(int index, GcRule value)
Only delete cells which would be deleted by every element of `rules`.GcRule.Intersection.Builder
GcRule.Intersection.Builder. addRules(GcRule value)
Only delete cells which would be deleted by every element of `rules`.GcRule.Union.Builder
GcRule.Union.Builder. addRules(int index, GcRule value)
Delete cells which would be deleted by any element of `rules`.GcRule.Union.Builder
GcRule.Union.Builder. addRules(GcRule value)
Delete cells which would be deleted by any element of `rules`.GcRule.Builder
GcRule.Builder. mergeFrom(GcRule other)
ColumnFamily.Builder
ColumnFamily.Builder. mergeGcRule(GcRule value)
Garbage collection rule specified as a protobuf.static GcRule.Builder
GcRule. newBuilder(GcRule prototype)
ColumnFamily.Builder
ColumnFamily.Builder. setGcRule(GcRule value)
Garbage collection rule specified as a protobuf.GcRule.Intersection.Builder
GcRule.Intersection.Builder. setRules(int index, GcRule value)
Only delete cells which would be deleted by every element of `rules`.GcRule.Union.Builder
GcRule.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.Builder
GcRule.Intersection.Builder. addAllRules(Iterable<? extends GcRule> values)
Only delete cells which would be deleted by every element of `rules`.GcRule.Union.Builder
GcRule.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 GcRule
GCRules.DefaultRule. toProto()
GcRule
GCRules.DurationRule. toProto()
GcRule
GCRules.GCRule. toProto()
GcRule
GCRules.IntersectionRule. toProto()
GcRule
GCRules.UnionRule. toProto()
GcRule
GCRules.VersionRule. toProto()
Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type GcRule Modifier and Type Method Description GCRules.GCRule
GCRules. fromProto(GcRule source)
-