| Modifier and Type | Class and Description |
|---|---|
class |
Type
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
static class |
Type.Builder
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
| Modifier and Type | Method and Description |
|---|---|
TypeOrBuilder |
Type.ArrayOrBuilder.getElementTypeOrBuilder()
The type of the elements in the array.
|
TypeOrBuilder |
Type.Array.getElementTypeOrBuilder()
The type of the elements in the array.
|
TypeOrBuilder |
Type.Array.Builder.getElementTypeOrBuilder()
The type of the elements in the array.
|
TypeOrBuilder |
Type.AggregateOrBuilder.getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
TypeOrBuilder |
Type.Aggregate.getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
TypeOrBuilder |
Type.Aggregate.Builder.getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
TypeOrBuilder |
Type.MapOrBuilder.getKeyTypeOrBuilder()
The type of a map key.
|
TypeOrBuilder |
Type.Map.getKeyTypeOrBuilder()
The type of a map key.
|
TypeOrBuilder |
Type.Map.Builder.getKeyTypeOrBuilder()
The type of a map key.
|
TypeOrBuilder |
Type.AggregateOrBuilder.getStateTypeOrBuilder()
Output only.
|
TypeOrBuilder |
Type.Aggregate.getStateTypeOrBuilder()
Output only.
|
TypeOrBuilder |
Type.Aggregate.Builder.getStateTypeOrBuilder()
Output only.
|
TypeOrBuilder |
Type.Struct.FieldOrBuilder.getTypeOrBuilder()
The type of values in this field.
|
TypeOrBuilder |
Type.Struct.Field.getTypeOrBuilder()
The type of values in this field.
|
TypeOrBuilder |
Type.Struct.Field.Builder.getTypeOrBuilder()
The type of values in this field.
|
TypeOrBuilder |
ColumnFamilyOrBuilder.getValueTypeOrBuilder()
The type of data stored in each of this family's cell values, including its
full encoding.
|
TypeOrBuilder |
Type.MapOrBuilder.getValueTypeOrBuilder()
The type of the values in a map.
|
TypeOrBuilder |
Type.Map.getValueTypeOrBuilder()
The type of the values in a map.
|
TypeOrBuilder |
Type.Map.Builder.getValueTypeOrBuilder()
The type of the values in a map.
|
TypeOrBuilder |
ColumnFamily.getValueTypeOrBuilder()
The type of data stored in each of this family's cell values, including its
full encoding.
|
TypeOrBuilder |
ColumnFamily.Builder.getValueTypeOrBuilder()
The type of data stored in each of this family's cell values, including its
full encoding.
|
Copyright © 2026 Google LLC. All rights reserved.