public static final class Search.FieldSchema extends com.google.protobuf.GeneratedMessage implements Search.FieldSchemaOrBuilder
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Search.FieldSchema.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ANALYZER_FIELD_NUMBER |
static int |
ANALYZER_PARAMETER_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 |
SORT_AND_AGG_FIELD_NUMBER |
static int |
STORE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAnalyzer() |
com.google.protobuf.ByteString |
getAnalyzerParameter() |
static Search.FieldSchema |
getDefaultInstance() |
Search.FieldSchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFieldName() |
Search.FieldSchema |
getFieldSchemas(int index) |
int |
getFieldSchemasCount() |
List<Search.FieldSchema> |
getFieldSchemasList() |
Search.FieldSchemaOrBuilder |
getFieldSchemasOrBuilder(int index) |
List<? extends Search.FieldSchemaOrBuilder> |
getFieldSchemasOrBuilderList() |
Search.FieldType |
getFieldType() |
boolean |
getIndex() |
Search.IndexOptions |
getIndexOptions() |
boolean |
getIsArray() |
int |
getSerializedSize() |
boolean |
getSortAndAgg() |
boolean |
getStore() |
boolean |
hasAnalyzer() |
boolean |
hasAnalyzerParameter() |
boolean |
hasFieldName() |
boolean |
hasFieldType() |
boolean |
hasIndex() |
boolean |
hasIndexOptions() |
boolean |
hasIsArray() |
boolean |
hasSortAndAgg() |
boolean |
hasStore() |
protected 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.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Search.FieldSchema |
parseDelimitedFrom(InputStream input) |
static Search.FieldSchema |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(byte[] data) |
static Search.FieldSchema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(com.google.protobuf.ByteString data) |
static Search.FieldSchema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Search.FieldSchema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.FieldSchema |
parseFrom(InputStream input) |
static Search.FieldSchema |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.FieldSchema.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, 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 Search.FieldSchema getDefaultInstance()
public Search.FieldSchema getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasFieldName()
hasFieldName 在接口中 Search.FieldSchemaOrBuilderpublic String getFieldName()
getFieldName 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasFieldType()
hasFieldType 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldType getFieldType()
getFieldType 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasIndexOptions()
hasIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.IndexOptions getIndexOptions()
getIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasAnalyzer()
hasAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic String getAnalyzer()
getAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasIndex()
hasIndex 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIndex()
getIndex 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasSortAndAgg()
hasSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic boolean getSortAndAgg()
getSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasStore()
hasStore 在接口中 Search.FieldSchemaOrBuilderpublic boolean getStore()
getStore 在接口中 Search.FieldSchemaOrBuilderpublic List<Search.FieldSchema> getFieldSchemasList()
public List<? extends Search.FieldSchemaOrBuilder> getFieldSchemasOrBuilderList()
public int getFieldSchemasCount()
public Search.FieldSchema getFieldSchemas(int index)
getFieldSchemas 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchemaOrBuilder getFieldSchemasOrBuilder(int index)
public boolean hasIsArray()
hasIsArray 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIsArray()
getIsArray 在接口中 Search.FieldSchemaOrBuilderpublic boolean hasAnalyzerParameter()
public com.google.protobuf.ByteString getAnalyzerParameter()
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Search.FieldSchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.FieldSchema parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.FieldSchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.FieldSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.FieldSchema.Builder newBuilder()
public Search.FieldSchema.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Search.FieldSchema.Builder newBuilder(Search.FieldSchema prototype)
public Search.FieldSchema.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Search.FieldSchema.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2019. All Rights Reserved.