| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Type.HllAggregateInput |
static interface |
Type.MaxAggregateInput |
static interface |
Type.MinAggregateInput |
static interface |
Type.SumAggregateInput
These types are marker types that allow types to be used as the input to aggregate function.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Aggregate
A value that combines incremental updates into a summarized value.
|
static class |
Type.Bytes
Represents a string of bytes with a specific encoding.
|
static class |
Type.Int64
Represents a 64-bit integer with a specific encoding.
|
static class |
Type.Raw |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromProto(Type source) |
abstract Type |
Type.Aggregate.getInputType() |
Type |
ColumnFamily.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest |
CreateTableRequest.addFamily(String familyId,
GCRules.GCRule gcRule,
Type valueType)
Adds a new columnFamily with a
GCRules.GCRule and Type to the configuration. |
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.addFamily(String familyId,
GCRules.GCRule gcRule,
Type valueType)
|
CreateTableRequest |
CreateTableRequest.addFamily(String familyId,
Type valueType)
Adds a new columnFamily with a
Type to the configuration. |
ModifyColumnFamiliesRequest |
ModifyColumnFamiliesRequest.addFamily(String familyId,
Type valueType)
Configures the name and
Type of the new ColumnFamily to be created |
static Type.Aggregate |
Type.Aggregate.create(Type inputType,
Type.Aggregate.Aggregator aggregator) |
Copyright © 2026 Google LLC. All rights reserved.