| Modifier and Type | Method and Description |
|---|---|
static BigtableOptions.Encoding |
BigtableOptions.Encoding.forNumber(int value) |
BigtableOptions.Encoding |
BigtableOptions.BigtableColumnFamilyOrBuilder.getEncoding()
The encoding mode of the values when the type is not STRING.
|
BigtableOptions.Encoding |
BigtableOptions.BigtableColumnFamily.getEncoding()
The encoding mode of the values when the type is not STRING.
|
BigtableOptions.Encoding |
BigtableOptions.BigtableColumnFamily.Builder.getEncoding()
The encoding mode of the values when the type is not STRING.
|
BigtableOptions.Encoding |
BigtableOptions.BigtableColumnOrBuilder.getEncoding()
The encoding mode of the values when the type is not `STRING`.
|
BigtableOptions.Encoding |
BigtableOptions.BigtableColumn.getEncoding()
The encoding mode of the values when the type is not `STRING`.
|
BigtableOptions.Encoding |
BigtableOptions.BigtableColumn.Builder.getEncoding()
The encoding mode of the values when the type is not `STRING`.
|
static BigtableOptions.Encoding |
BigtableOptions.Encoding.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BigtableOptions.Encoding |
BigtableOptions.Encoding.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BigtableOptions.Encoding |
BigtableOptions.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigtableOptions.Encoding[] |
BigtableOptions.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BigtableOptions.Encoding> |
BigtableOptions.Encoding.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BigtableOptions.BigtableColumnFamily.Builder |
BigtableOptions.BigtableColumnFamily.Builder.setEncoding(BigtableOptions.Encoding value)
The encoding mode of the values when the type is not STRING.
|
BigtableOptions.BigtableColumn.Builder |
BigtableOptions.BigtableColumn.Builder.setEncoding(BigtableOptions.Encoding value)
The encoding mode of the values when the type is not `STRING`.
|
Copyright © 2025 Google LLC. All rights reserved.