public interface ListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
boolean |
hasPagination()
Pagination token to continue past this listing
|
boolean |
hasUsage()
The usage for this operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ListItem> getVectorsList()
A list of ids
repeated .ListItem vectors = 1;ListItem getVectors(int index)
A list of ids
repeated .ListItem vectors = 1;int getVectorsCount()
A list of ids
repeated .ListItem vectors = 1;java.util.List<? extends ListItemOrBuilder> getVectorsOrBuilderList()
A list of ids
repeated .ListItem vectors = 1;ListItemOrBuilder getVectorsOrBuilder(int index)
A list of ids
repeated .ListItem vectors = 1;boolean hasPagination()
Pagination token to continue past this listing
optional .Pagination pagination = 2;Pagination getPagination()
Pagination token to continue past this listing
optional .Pagination pagination = 2;PaginationOrBuilder getPaginationOrBuilder()
Pagination token to continue past this listing
optional .Pagination pagination = 2;java.lang.String getNamespace()
The namespace of the vectors.
string namespace = 3;com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the vectors.
string namespace = 3;boolean hasUsage()
The usage for this operation.
optional .Usage usage = 4;Usage getUsage()
The usage for this operation.
optional .Usage usage = 4;UsageOrBuilder getUsageOrBuilder()
The usage for this operation.
optional .Usage usage = 4;