| 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`.
|
TypeOrBuilder |
Type.Aggregate.getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`.
|
TypeOrBuilder |
Type.Aggregate.Builder.getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`.
|
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 |
ValueOrBuilder.getTypeOrBuilder()
The verified `Type` of this `Value`, if it cannot be inferred.
|
TypeOrBuilder |
ColumnMetadataOrBuilder.getTypeOrBuilder()
The type of the column.
|
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 |
ColumnMetadata.getTypeOrBuilder()
The type of the column.
|
TypeOrBuilder |
ColumnMetadata.Builder.getTypeOrBuilder()
The type of the column.
|
TypeOrBuilder |
Value.getTypeOrBuilder()
The verified `Type` of this `Value`, if it cannot be inferred.
|
TypeOrBuilder |
Value.Builder.getTypeOrBuilder()
The verified `Type` of this `Value`, if it cannot be inferred.
|
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.
|
Copyright © 2026 Google LLC. All rights reserved.