@Generated
public interface ColumnFamilyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcRule |
getGcRule()
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;Copyright © 2026 Google LLC. All rights reserved.