Package io.qdrant.client.grpc
Interface Collections.GetCollectionInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.GetCollectionInfoResponse
,Collections.GetCollectionInfoResponse.Builder
- Enclosing class:
- Collections
public static interface Collections.GetCollectionInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.CollectionInfo result = 1;
.qdrant.CollectionInfo result = 1;
double
getTime()
Time spent to processboolean
.qdrant.CollectionInfo result = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResult
boolean hasResult().qdrant.CollectionInfo result = 1;
- Returns:
- Whether the result field is set.
-
getResult
Collections.CollectionInfo getResult().qdrant.CollectionInfo result = 1;
- Returns:
- The result.
-
getResultOrBuilder
Collections.CollectionInfoOrBuilder getResultOrBuilder().qdrant.CollectionInfo result = 1;
-
getTime
double getTime()Time spent to process
double time = 2;
- Returns:
- The time.
-