public final class ColumnFamily extends GeneratedMessageV3 implements ColumnFamilyOrBuilder
A set of columns within a table which share a common configuration.
Protobuf type google.bigtable.admin.v2.ColumnFamily
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ColumnFamilyImplements
ColumnFamilyOrBuilderStatic Fields
GC_RULE_FIELD_NUMBER
public static final int GC_RULE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ColumnFamily getDefaultInstance()
Type | Description |
ColumnFamily |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ColumnFamily.Builder newBuilder()
Type | Description |
ColumnFamily.Builder |
newBuilder(ColumnFamily prototype)
public static ColumnFamily.Builder newBuilder(ColumnFamily prototype)
Name | Description |
prototype | ColumnFamily |
Type | Description |
ColumnFamily.Builder |
parseDelimitedFrom(InputStream input)
public static ColumnFamily parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ColumnFamily parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ColumnFamily parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ColumnFamily parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ColumnFamily parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ColumnFamily parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ColumnFamily parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ColumnFamily> parser()
Type | Description |
Parser<ColumnFamily> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ColumnFamily getDefaultInstanceForType()
Type | Description |
ColumnFamily |
getGcRule()
public GcRule getGcRule()
Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.
.google.bigtable.admin.v2.GcRule gc_rule = 1;
Type | Description |
GcRule | The gcRule. |
getGcRuleOrBuilder()
public GcRuleOrBuilder getGcRuleOrBuilder()
Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.
.google.bigtable.admin.v2.GcRule gc_rule = 1;
Type | Description |
GcRuleOrBuilder |
getParserForType()
public Parser<ColumnFamily> getParserForType()
Type | Description |
Parser<ColumnFamily> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasGcRule()
public boolean hasGcRule()
Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.
.google.bigtable.admin.v2.GcRule gc_rule = 1;
Type | Description |
boolean | Whether the gcRule field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ColumnFamily.Builder newBuilderForType()
Type | Description |
ColumnFamily.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ColumnFamily.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ColumnFamily.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ColumnFamily.Builder toBuilder()
Type | Description |
ColumnFamily.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |