| Modifier and Type | Method and Description |
|---|---|
static BigtableOptions.Type |
BigtableOptions.Type.forNumber(int value) |
BigtableOptions.Type |
BigtableOptions.BigtableColumnFamilyOrBuilder.getType()
The type of values in this column family.
|
BigtableOptions.Type |
BigtableOptions.BigtableColumnFamily.getType()
The type of values in this column family.
|
BigtableOptions.Type |
BigtableOptions.BigtableColumnFamily.Builder.getType()
The type of values in this column family.
|
BigtableOptions.Type |
BigtableOptions.BigtableColumnOrBuilder.getType()
The type of values in this column family.
|
BigtableOptions.Type |
BigtableOptions.BigtableColumn.getType()
The type of values in this column family.
|
BigtableOptions.Type |
BigtableOptions.BigtableColumn.Builder.getType()
The type of values in this column family.
|
static BigtableOptions.Type |
BigtableOptions.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BigtableOptions.Type |
BigtableOptions.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BigtableOptions.Type |
BigtableOptions.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigtableOptions.Type[] |
BigtableOptions.Type.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.Type> |
BigtableOptions.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BigtableOptions.BigtableColumnFamily.Builder |
BigtableOptions.BigtableColumnFamily.Builder.setType(BigtableOptions.Type value)
The type of values in this column family.
|
BigtableOptions.BigtableColumn.Builder |
BigtableOptions.BigtableColumn.Builder.setType(BigtableOptions.Type value)
The type of values in this column family.
|
Copyright © 2024 Google LLC. All rights reserved.