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