Uses of Class
com.google.bigtable.admin.v2.GcRule.Union
-
Packages that use GcRule.Union Package Description com.google.bigtable.admin.v2 -
-
Uses of GcRule.Union in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GcRule.Union Modifier and Type Method Description GcRule.Union
GcRule.Union.Builder. build()
GcRule.Union
GcRule.Union.Builder. buildPartial()
static GcRule.Union
GcRule.Union. getDefaultInstance()
GcRule.Union
GcRule.Union.Builder. getDefaultInstanceForType()
GcRule.Union
GcRule.Union. getDefaultInstanceForType()
GcRule.Union
GcRule.Builder. getUnion()
Delete cells that would be deleted by any nested rule.GcRule.Union
GcRule. getUnion()
Delete cells that would be deleted by any nested rule.GcRule.Union
GcRuleOrBuilder. getUnion()
Delete cells that would be deleted by any nested rule.static GcRule.Union
GcRule.Union. parseDelimitedFrom(InputStream input)
static GcRule.Union
GcRule.Union. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule.Union
GcRule.Union. parseFrom(byte[] data)
static GcRule.Union
GcRule.Union. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule.Union
GcRule.Union. parseFrom(com.google.protobuf.ByteString data)
static GcRule.Union
GcRule.Union. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule.Union
GcRule.Union. parseFrom(com.google.protobuf.CodedInputStream input)
static GcRule.Union
GcRule.Union. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule.Union
GcRule.Union. parseFrom(InputStream input)
static GcRule.Union
GcRule.Union. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcRule.Union
GcRule.Union. parseFrom(ByteBuffer data)
static GcRule.Union
GcRule.Union. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type GcRule.Union Modifier and Type Method Description com.google.protobuf.Parser<GcRule.Union>
GcRule.Union. getParserForType()
static com.google.protobuf.Parser<GcRule.Union>
GcRule.Union. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type GcRule.Union Modifier and Type Method Description GcRule.Union.Builder
GcRule.Union.Builder. mergeFrom(GcRule.Union other)
GcRule.Builder
GcRule.Builder. mergeUnion(GcRule.Union value)
Delete cells that would be deleted by any nested rule.static GcRule.Union.Builder
GcRule.Union. newBuilder(GcRule.Union prototype)
GcRule.Builder
GcRule.Builder. setUnion(GcRule.Union value)
Delete cells that would be deleted by any nested rule.
-