public static final class Search.FieldSchema extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements Search.FieldSchemaOrBuilder
com.alicloud.openservices.tablestore.core.protocol.FieldSchema| 限定符和类型 | 类和说明 |
|---|---|
static class |
Search.FieldSchema.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.FieldSchema |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ANALYZER_FIELD_NUMBER |
static int |
ANALYZER_PARAMETER_FIELD_NUMBER |
static int |
DATE_FORMATS_FIELD_NUMBER |
static int |
ENABLE_HIGHLIGHTING_FIELD_NUMBER |
static int |
FIELD_NAME_FIELD_NUMBER |
static int |
FIELD_SCHEMAS_FIELD_NUMBER |
static int |
FIELD_TYPE_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
INDEX_OPTIONS_FIELD_NUMBER |
static int |
IS_ARRAY_FIELD_NUMBER |
static int |
IS_VIRTUAL_FIELD_FIELD_NUMBER |
static int |
JSON_TYPE_FIELD_NUMBER |
static int |
SORT_AND_AGG_FIELD_NUMBER |
static int |
SOURCE_FIELD_NAMES_FIELD_NUMBER |
static int |
STORE_FIELD_NUMBER |
static int |
VECTOR_OPTIONS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getAnalyzer()
optional string analyzer = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getAnalyzerBytes()
optional string analyzer = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getAnalyzerParameter()
optional bytes analyzer_parameter = 10; |
String |
getDateFormats(int index)
repeated string date_formats = 13; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getDateFormatsBytes(int index)
repeated string date_formats = 13; |
int |
getDateFormatsCount()
repeated string date_formats = 13; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getDateFormatsList()
repeated string date_formats = 13; |
static Search.FieldSchema |
getDefaultInstance() |
Search.FieldSchema |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableHighlighting()
optional bool enable_highlighting = 14; |
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Search.FieldSchema |
getFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
int |
getFieldSchemasCount()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
List<Search.FieldSchema> |
getFieldSchemasList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchemaOrBuilder |
getFieldSchemasOrBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
List<? extends Search.FieldSchemaOrBuilder> |
getFieldSchemasOrBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldType |
getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
boolean |
getIndex()
optional bool index = 5; |
Search.IndexOptions |
getIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
boolean |
getIsArray()
optional bool is_array = 9; |
boolean |
getIsVirtualField()
optional bool is_virtual_field = 11; |
Search.JsonType |
getJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.FieldSchema> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getSortAndAgg()
optional bool sort_and_agg = 6; |
String |
getSourceFieldNames(int index)
repeated string source_field_names = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSourceFieldNamesBytes(int index)
repeated string source_field_names = 12; |
int |
getSourceFieldNamesCount()
repeated string source_field_names = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getSourceFieldNamesList()
repeated string source_field_names = 12; |
boolean |
getStore()
optional bool store = 7; |
Search.VectorOptions |
getVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
Search.VectorOptionsOrBuilder |
getVectorOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
boolean |
hasAnalyzer()
optional string analyzer = 4; |
boolean |
hasAnalyzerParameter()
optional bytes analyzer_parameter = 10; |
boolean |
hasEnableHighlighting()
optional bool enable_highlighting = 14; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
int |
hashCode() |
boolean |
hasIndex()
optional bool index = 5; |
boolean |
hasIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
boolean |
hasIsArray()
optional bool is_array = 9; |
boolean |
hasIsVirtualField()
optional bool is_virtual_field = 11; |
boolean |
hasJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
boolean |
hasSortAndAgg()
optional bool sort_and_agg = 6; |
boolean |
hasStore()
optional bool store = 7; |
boolean |
hasVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Search.FieldSchema.Builder |
newBuilder() |
static Search.FieldSchema.Builder |
newBuilder(Search.FieldSchema prototype) |
Search.FieldSchema.Builder |
newBuilderForType() |
protected Search.FieldSchema.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Search.FieldSchema |
parseDelimitedFrom(InputStream input) |
static Search.FieldSchema |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(byte[] data) |
static Search.FieldSchema |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(ByteBuffer data) |
static Search.FieldSchema |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static Search.FieldSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static Search.FieldSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(InputStream input) |
static Search.FieldSchema |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.FieldSchema> |
parser() |
Search.FieldSchema.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FIELD_NAME_FIELD_NUMBER
public static final int FIELD_TYPE_FIELD_NUMBER
public static final int INDEX_OPTIONS_FIELD_NUMBER
public static final int ANALYZER_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public static final int SORT_AND_AGG_FIELD_NUMBER
public static final int STORE_FIELD_NUMBER
public static final int FIELD_SCHEMAS_FIELD_NUMBER
public static final int IS_ARRAY_FIELD_NUMBER
public static final int ANALYZER_PARAMETER_FIELD_NUMBER
public static final int IS_VIRTUAL_FIELD_FIELD_NUMBER
public static final int SOURCE_FIELD_NAMES_FIELD_NUMBER
public static final int DATE_FORMATS_FIELD_NUMBER
public static final int ENABLE_HIGHLIGHTING_FIELD_NUMBER
public static final int VECTOR_OPTIONS_FIELD_NUMBER
public static final int JSON_TYPE_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasFieldName()
optional string field_name = 1;hasFieldName 在接口中 Search.FieldSchemaOrBuilderpublic String getFieldName()
optional string field_name = 1;getFieldName 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;getFieldNameBytes 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;hasFieldType 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldType getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;getFieldType 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;hasIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.IndexOptions getIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;getIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasAnalyzer()
optional string analyzer = 4;hasAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic String getAnalyzer()
optional string analyzer = 4;getAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getAnalyzerBytes()
optional string analyzer = 4;getAnalyzerBytes 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasIndex()
optional bool index = 5;hasIndex 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIndex()
optional bool index = 5;getIndex 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasSortAndAgg()
optional bool sort_and_agg = 6;hasSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic boolean getSortAndAgg()
optional bool sort_and_agg = 6;getSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasStore()
optional bool store = 7;hasStore 在接口中 Search.FieldSchemaOrBuilderpublic boolean getStore()
optional bool store = 7;getStore 在接口中 Search.FieldSchemaOrBuilderpublic List<Search.FieldSchema> getFieldSchemasList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public List<? extends Search.FieldSchemaOrBuilder> getFieldSchemasOrBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public int getFieldSchemasCount()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema getFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;getFieldSchemas 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchemaOrBuilder getFieldSchemasOrBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public boolean hasIsArray()
optional bool is_array = 9;hasIsArray 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIsArray()
optional bool is_array = 9;getIsArray 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasAnalyzerParameter()
optional bytes analyzer_parameter = 10;hasAnalyzerParameter 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getAnalyzerParameter()
optional bytes analyzer_parameter = 10;getAnalyzerParameter 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasIsVirtualField()
optional bool is_virtual_field = 11;hasIsVirtualField 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIsVirtualField()
optional bool is_virtual_field = 11;getIsVirtualField 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getSourceFieldNamesList()
repeated string source_field_names = 12;getSourceFieldNamesList 在接口中 Search.FieldSchemaOrBuilderpublic int getSourceFieldNamesCount()
repeated string source_field_names = 12;getSourceFieldNamesCount 在接口中 Search.FieldSchemaOrBuilderpublic String getSourceFieldNames(int index)
repeated string source_field_names = 12;getSourceFieldNames 在接口中 Search.FieldSchemaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSourceFieldNamesBytes(int index)
repeated string source_field_names = 12;getSourceFieldNamesBytes 在接口中 Search.FieldSchemaOrBuilderindex - The index of the value to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getDateFormatsList()
repeated string date_formats = 13;getDateFormatsList 在接口中 Search.FieldSchemaOrBuilderpublic int getDateFormatsCount()
repeated string date_formats = 13;getDateFormatsCount 在接口中 Search.FieldSchemaOrBuilderpublic String getDateFormats(int index)
repeated string date_formats = 13;getDateFormats 在接口中 Search.FieldSchemaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getDateFormatsBytes(int index)
repeated string date_formats = 13;getDateFormatsBytes 在接口中 Search.FieldSchemaOrBuilderindex - The index of the value to return.public boolean hasEnableHighlighting()
optional bool enable_highlighting = 14;hasEnableHighlighting 在接口中 Search.FieldSchemaOrBuilderpublic boolean getEnableHighlighting()
optional bool enable_highlighting = 14;getEnableHighlighting 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;hasVectorOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.VectorOptions getVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;getVectorOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.VectorOptionsOrBuilder getVectorOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public boolean hasJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;hasJsonType 在接口中 Search.FieldSchemaOrBuilderpublic Search.JsonType getJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;getJsonType 在接口中 Search.FieldSchemaOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.FieldSchema parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.FieldSchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Search.FieldSchema.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static Search.FieldSchema.Builder newBuilder()
public static Search.FieldSchema.Builder newBuilder(Search.FieldSchema prototype)
public Search.FieldSchema.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected Search.FieldSchema.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.FieldSchema getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.FieldSchema> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.FieldSchema> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic Search.FieldSchema getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.