public final class SingleQueryResults extends com.google.protobuf.GeneratedMessageV3 implements SingleQueryResultsOrBuilder
The query results for a single `QueryVector`Protobuf type
SingleQueryResults| Modifier and Type | Class and Description |
|---|---|
static class |
SingleQueryResults.Builder
The query results for a single `QueryVector`
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MATCHES_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static SingleQueryResults |
getDefaultInstance() |
SingleQueryResults |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ScoredVector |
getMatches(int index)
The matches for the vectors.
|
int |
getMatchesCount()
The matches for the vectors.
|
java.util.List<ScoredVector> |
getMatchesList()
The matches for the vectors.
|
ScoredVectorOrBuilder |
getMatchesOrBuilder(int index)
The matches for the vectors.
|
java.util.List<? extends ScoredVectorOrBuilder> |
getMatchesOrBuilderList()
The matches for the vectors.
|
java.lang.String |
getNamespace()
The namespace for the vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace for the vectors.
|
com.google.protobuf.Parser<SingleQueryResults> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SingleQueryResults.Builder |
newBuilder() |
static SingleQueryResults.Builder |
newBuilder(SingleQueryResults prototype) |
SingleQueryResults.Builder |
newBuilderForType() |
protected SingleQueryResults.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SingleQueryResults |
parseDelimitedFrom(java.io.InputStream input) |
static SingleQueryResults |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SingleQueryResults |
parseFrom(byte[] data) |
static SingleQueryResults |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SingleQueryResults |
parseFrom(java.nio.ByteBuffer data) |
static SingleQueryResults |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SingleQueryResults |
parseFrom(com.google.protobuf.ByteString data) |
static SingleQueryResults |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SingleQueryResults |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SingleQueryResults |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SingleQueryResults |
parseFrom(java.io.InputStream input) |
static SingleQueryResults |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SingleQueryResults> |
parser() |
SingleQueryResults.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MATCHES_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.util.List<ScoredVector> getMatchesList()
The matches for the vectors.
repeated .ScoredVector matches = 1;getMatchesList in interface SingleQueryResultsOrBuilderpublic java.util.List<? extends ScoredVectorOrBuilder> getMatchesOrBuilderList()
The matches for the vectors.
repeated .ScoredVector matches = 1;getMatchesOrBuilderList in interface SingleQueryResultsOrBuilderpublic int getMatchesCount()
The matches for the vectors.
repeated .ScoredVector matches = 1;getMatchesCount in interface SingleQueryResultsOrBuilderpublic ScoredVector getMatches(int index)
The matches for the vectors.
repeated .ScoredVector matches = 1;getMatches in interface SingleQueryResultsOrBuilderpublic ScoredVectorOrBuilder getMatchesOrBuilder(int index)
The matches for the vectors.
repeated .ScoredVector matches = 1;getMatchesOrBuilder in interface SingleQueryResultsOrBuilderpublic java.lang.String getNamespace()
The namespace for the vectors.
string namespace = 2;getNamespace in interface SingleQueryResultsOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
The namespace for the vectors.
string namespace = 2;getNamespaceBytes in interface SingleQueryResultsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SingleQueryResults parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SingleQueryResults parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SingleQueryResults parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SingleQueryResults parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SingleQueryResults parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SingleQueryResults parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SingleQueryResults parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic SingleQueryResults.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SingleQueryResults.Builder newBuilder()
public static SingleQueryResults.Builder newBuilder(SingleQueryResults prototype)
public SingleQueryResults.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SingleQueryResults.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SingleQueryResults getDefaultInstance()
public static com.google.protobuf.Parser<SingleQueryResults> parser()
public com.google.protobuf.Parser<SingleQueryResults> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SingleQueryResults getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder