Package io.qdrant.client.grpc
Interface Collections.VectorParamsDiffMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.VectorParamsDiffMap
,Collections.VectorParamsDiffMap.Builder
- Enclosing class:
- Collections
public static interface Collections.VectorParamsDiffMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMap
(String key) map<string, .qdrant.VectorParamsDiff> map = 1;
getMap()
Deprecated.int
map<string, .qdrant.VectorParamsDiff> map = 1;
map<string, .qdrant.VectorParamsDiff> map = 1;
getMapOrDefault
(String key, Collections.VectorParamsDiff defaultValue) map<string, .qdrant.VectorParamsDiff> map = 1;
getMapOrThrow
(String key) map<string, .qdrant.VectorParamsDiff> map = 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
-
getMapCount
int getMapCount()map<string, .qdrant.VectorParamsDiff> map = 1;
-
containsMap
map<string, .qdrant.VectorParamsDiff> map = 1;
-
getMap
Deprecated.UsegetMapMap()
instead. -
getMapMap
Map<String,Collections.VectorParamsDiff> getMapMap()map<string, .qdrant.VectorParamsDiff> map = 1;
-
getMapOrDefault
map<string, .qdrant.VectorParamsDiff> map = 1;
-
getMapOrThrow
map<string, .qdrant.VectorParamsDiff> map = 1;
-