Interface Collections.ListCollectionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.ListCollectionsResponse,Collections.ListCollectionsResponse.Builder
- Enclosing class:
- Collections
public static interface Collections.ListCollectionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCollections(int index) repeated .qdrant.CollectionDescription collections = 1;intrepeated .qdrant.CollectionDescription collections = 1;repeated .qdrant.CollectionDescription collections = 1;getCollectionsOrBuilder(int index) repeated .qdrant.CollectionDescription collections = 1;List<? extends Collections.CollectionDescriptionOrBuilder>repeated .qdrant.CollectionDescription collections = 1;doublegetTime()Time spent to processMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCollectionsList
List<Collections.CollectionDescription> getCollectionsList()repeated .qdrant.CollectionDescription collections = 1; -
getCollections
repeated .qdrant.CollectionDescription collections = 1; -
getCollectionsCount
int getCollectionsCount()repeated .qdrant.CollectionDescription collections = 1; -
getCollectionsOrBuilderList
List<? extends Collections.CollectionDescriptionOrBuilder> getCollectionsOrBuilderList()repeated .qdrant.CollectionDescription collections = 1; -
getCollectionsOrBuilder
repeated .qdrant.CollectionDescription collections = 1; -
getTime
double getTime()Time spent to process
double time = 2;- Returns:
- The time.
-