| Package | Description |
|---|---|
| com.google.cloud.bigtable.common | |
| com.google.cloud.bigtable.data.v2.models.sql |
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Enum<T extends com.google.protobuf.ProtocolMessageEnum> |
static class |
Type.SchemalessEnum
This is a special version of enum that is intended to only be used internally, to facilitate
enum schema parsing, which does not have the full information required to parse the protobuf
enum messages.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.protobuf.ProtocolMessageEnum> |
Type.Enum.create(Function<Integer,T> forNumber) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.protobuf.ProtocolMessageEnum> |
SqlType.enumOf(Function<Integer,T> method)
Returns a
SqlType for a protobuf enum. |
Copyright © 2026 Google LLC. All rights reserved.