public static final class ColumnFamily.Builder extends com.google.protobuf.GeneratedMessage.Builder<ColumnFamily.Builder> implements ColumnFamilyOrBuilder
A set of columns within a table which share a common configuration.Protobuf type
google.bigtable.admin.v2.ColumnFamily| Modifier and Type | Method and Description |
|---|---|
ColumnFamily |
build() |
ColumnFamily |
buildPartial() |
ColumnFamily.Builder |
clear() |
ColumnFamily.Builder |
clearGcRule()
Garbage collection rule specified as a protobuf.
|
ColumnFamily.Builder |
clearValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
ColumnFamily |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
GcRule |
getGcRule()
Garbage collection rule specified as a protobuf.
|
GcRule.Builder |
getGcRuleBuilder()
Garbage collection rule specified as a protobuf.
|
GcRuleOrBuilder |
getGcRuleOrBuilder()
Garbage collection rule specified as a protobuf.
|
Type |
getValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
Type.Builder |
getValueTypeBuilder()
The type of data stored in each of this family's cell values, including its
full encoding.
|
TypeOrBuilder |
getValueTypeOrBuilder()
The type of data stored in each of this family's cell values, including its
full encoding.
|
boolean |
hasGcRule()
Garbage collection rule specified as a protobuf.
|
boolean |
hasValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ColumnFamily.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ColumnFamily.Builder |
mergeFrom(ColumnFamily other) |
ColumnFamily.Builder |
mergeFrom(com.google.protobuf.Message other) |
ColumnFamily.Builder |
mergeGcRule(GcRule value)
Garbage collection rule specified as a protobuf.
|
ColumnFamily.Builder |
mergeValueType(Type value)
The type of data stored in each of this family's cell values, including its
full encoding.
|
ColumnFamily.Builder |
setGcRule(GcRule.Builder builderForValue)
Garbage collection rule specified as a protobuf.
|
ColumnFamily.Builder |
setGcRule(GcRule value)
Garbage collection rule specified as a protobuf.
|
ColumnFamily.Builder |
setValueType(Type.Builder builderForValue)
The type of data stored in each of this family's cell values, including its
full encoding.
|
ColumnFamily.Builder |
setValueType(Type value)
The type of data stored in each of this family's cell values, including its
full encoding.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ColumnFamily.Builder>public ColumnFamily.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ColumnFamily.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ColumnFamily.Builder>public ColumnFamily getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ColumnFamily build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ColumnFamily buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ColumnFamily.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ColumnFamily.Builder>public ColumnFamily.Builder mergeFrom(ColumnFamily other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ColumnFamily.Builder>public ColumnFamily.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ColumnFamily.Builder>IOExceptionpublic 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;hasGcRule in interface ColumnFamilyOrBuilderpublic 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;getGcRule in interface ColumnFamilyOrBuilderpublic 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;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;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;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;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;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;getGcRuleOrBuilder in interface ColumnFamilyOrBuilderpublic boolean hasValueType()
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;hasValueType in interface ColumnFamilyOrBuilderpublic Type getValueType()
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;getValueType in interface ColumnFamilyOrBuilderpublic ColumnFamily.Builder setValueType(Type value)
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;public ColumnFamily.Builder setValueType(Type.Builder builderForValue)
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;public ColumnFamily.Builder mergeValueType(Type value)
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;public ColumnFamily.Builder clearValueType()
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;public Type.Builder getValueTypeBuilder()
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;public TypeOrBuilder getValueTypeOrBuilder()
The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations
.google.bigtable.admin.v2.Type value_type = 3;getValueTypeOrBuilder in interface ColumnFamilyOrBuilderCopyright © 2026 Google LLC. All rights reserved.