public static final class ColumnFamily.Builder extends GeneratedMessageV3.Builder<ColumnFamily.Builder> implements ColumnFamilyOrBuilder
A set of columns within a table which share a common configuration.
Protobuf type google.bigtable.admin.v2.ColumnFamily
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ColumnFamily.BuilderImplements
ColumnFamilyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ColumnFamily.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ColumnFamily.Builder |
build()
public ColumnFamily build()
Type | Description |
ColumnFamily |
buildPartial()
public ColumnFamily buildPartial()
Type | Description |
ColumnFamily |
clear()
public ColumnFamily.Builder clear()
Type | Description |
ColumnFamily.Builder |
clearField(Descriptors.FieldDescriptor field)
public ColumnFamily.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ColumnFamily.Builder |
clearGcRule()
public ColumnFamily.Builder clearGcRule()
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 |
ColumnFamily.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ColumnFamily.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ColumnFamily.Builder |
clone()
public ColumnFamily.Builder clone()
Type | Description |
ColumnFamily.Builder |
getDefaultInstanceForType()
public ColumnFamily getDefaultInstanceForType()
Type | Description |
ColumnFamily |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
getGcRuleBuilder()
public GcRule.Builder getGcRuleBuilder()
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.Builder |
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 |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ColumnFamily other)
public ColumnFamily.Builder mergeFrom(ColumnFamily other)
Name | Description |
other | ColumnFamily |
Type | Description |
ColumnFamily.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ColumnFamily.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ColumnFamily.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ColumnFamily.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ColumnFamily.Builder |
mergeGcRule(GcRule value)
public ColumnFamily.Builder mergeGcRule(GcRule value)
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;
Name | Description |
value | GcRule |
Type | Description |
ColumnFamily.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ColumnFamily.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ColumnFamily.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ColumnFamily.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ColumnFamily.Builder |
setGcRule(GcRule value)
public ColumnFamily.Builder setGcRule(GcRule value)
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;
Name | Description |
value | GcRule |
Type | Description |
ColumnFamily.Builder |
setGcRule(GcRule.Builder builderForValue)
public ColumnFamily.Builder setGcRule(GcRule.Builder builderForValue)
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;
Name | Description |
builderForValue | GcRule.Builder |
Type | Description |
ColumnFamily.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ColumnFamily.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ColumnFamily.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ColumnFamily.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ColumnFamily.Builder |