public final class ListResponse extends com.google.protobuf.GeneratedMessageV3 implements ListResponseOrBuilder
The response for the `List` operation.Protobuf type
ListResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ListResponse.Builder
The response for the `List` operation.
|
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 |
NAMESPACE_FIELD_NUMBER |
static int |
PAGINATION_FIELD_NUMBER |
static int |
USAGE_FIELD_NUMBER |
static int |
VECTORS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ListResponse |
getDefaultInstance() |
ListResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getNamespace()
The namespace of the vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace of the vectors.
|
Pagination |
getPagination()
Pagination token to continue past this listing
|
PaginationOrBuilder |
getPaginationOrBuilder()
Pagination token to continue past this listing
|
com.google.protobuf.Parser<ListResponse> |
getParserForType() |
int |
getSerializedSize() |
Usage |
getUsage()
The usage for this operation.
|
UsageOrBuilder |
getUsageOrBuilder()
The usage for this operation.
|
ListItem |
getVectors(int index)
A list of ids
|
int |
getVectorsCount()
A list of ids
|
java.util.List<ListItem> |
getVectorsList()
A list of ids
|
ListItemOrBuilder |
getVectorsOrBuilder(int index)
A list of ids
|
java.util.List<? extends ListItemOrBuilder> |
getVectorsOrBuilderList()
A list of ids
|
int |
hashCode() |
boolean |
hasPagination()
Pagination token to continue past this listing
|
boolean |
hasUsage()
The usage for this operation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListResponse.Builder |
newBuilder() |
static ListResponse.Builder |
newBuilder(ListResponse prototype) |
ListResponse.Builder |
newBuilderForType() |
protected ListResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ListResponse |
parseDelimitedFrom(java.io.InputStream input) |
static ListResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListResponse |
parseFrom(byte[] data) |
static ListResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListResponse |
parseFrom(java.nio.ByteBuffer data) |
static ListResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListResponse |
parseFrom(java.io.InputStream input) |
static ListResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListResponse> |
parser() |
ListResponse.Builder |
toBuilder() |
void |
writeTo(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, 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 VECTORS_FIELD_NUMBER
public static final int PAGINATION_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static final int USAGE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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<ListItem> getVectorsList()
A list of ids
repeated .ListItem vectors = 1;getVectorsList in interface ListResponseOrBuilderpublic java.util.List<? extends ListItemOrBuilder> getVectorsOrBuilderList()
A list of ids
repeated .ListItem vectors = 1;getVectorsOrBuilderList in interface ListResponseOrBuilderpublic int getVectorsCount()
A list of ids
repeated .ListItem vectors = 1;getVectorsCount in interface ListResponseOrBuilderpublic ListItem getVectors(int index)
A list of ids
repeated .ListItem vectors = 1;getVectors in interface ListResponseOrBuilderpublic ListItemOrBuilder getVectorsOrBuilder(int index)
A list of ids
repeated .ListItem vectors = 1;getVectorsOrBuilder in interface ListResponseOrBuilderpublic boolean hasPagination()
Pagination token to continue past this listing
optional .Pagination pagination = 2;hasPagination in interface ListResponseOrBuilderpublic Pagination getPagination()
Pagination token to continue past this listing
optional .Pagination pagination = 2;getPagination in interface ListResponseOrBuilderpublic PaginationOrBuilder getPaginationOrBuilder()
Pagination token to continue past this listing
optional .Pagination pagination = 2;getPaginationOrBuilder in interface ListResponseOrBuilderpublic java.lang.String getNamespace()
The namespace of the vectors.
string namespace = 3;getNamespace in interface ListResponseOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the vectors.
string namespace = 3;getNamespaceBytes in interface ListResponseOrBuilderpublic boolean hasUsage()
The usage for this operation.
optional .Usage usage = 4;hasUsage in interface ListResponseOrBuilderpublic Usage getUsage()
The usage for this operation.
optional .Usage usage = 4;getUsage in interface ListResponseOrBuilderpublic UsageOrBuilder getUsageOrBuilder()
The usage for this operation.
optional .Usage usage = 4;getUsageOrBuilder in interface ListResponseOrBuilderpublic 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 ListResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ListResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListResponse.Builder newBuilder()
public static ListResponse.Builder newBuilder(ListResponse prototype)
public ListResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ListResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListResponse> parser()
public com.google.protobuf.Parser<ListResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ListResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder