| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
static Search.FieldType |
Search.FieldType.forNumber(int value) |
Search.FieldType |
Search.FieldSchemaOrBuilder.getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
Search.FieldType |
Search.FieldSchema.getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
Search.FieldType |
Search.FieldSchema.Builder.getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
static Search.FieldType |
Search.FieldType.valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.FieldType |
Search.FieldType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static Search.FieldType |
Search.FieldType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Search.FieldType[] |
Search.FieldType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<Search.FieldType> |
Search.FieldType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Search.FieldSchema.Builder |
Search.FieldSchema.Builder.setFieldType(Search.FieldType value)
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
Copyright © 2025. All Rights Reserved.