| Modifier and Type | Method and Description |
|---|---|
static ColumnSchema.IndexingType |
ColumnSchema.IndexingType.forNumber(int value) |
ColumnSchema.IndexingType |
ColumnSchemaOrBuilder.getHighestIndexingType()
Optional.
|
ColumnSchema.IndexingType |
ColumnSchema.getHighestIndexingType()
Optional.
|
ColumnSchema.IndexingType |
ColumnSchema.Builder.getHighestIndexingType()
Optional.
|
static ColumnSchema.IndexingType |
ColumnSchema.IndexingType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ColumnSchema.IndexingType |
ColumnSchema.IndexingType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ColumnSchema.IndexingType |
ColumnSchema.IndexingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSchema.IndexingType[] |
ColumnSchema.IndexingType.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<ColumnSchema.IndexingType> |
ColumnSchema.IndexingType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ColumnSchema.Builder |
ColumnSchema.Builder.setHighestIndexingType(ColumnSchema.IndexingType value)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.