Package io.qdrant.client.grpc
Interface JsonWithInt.StructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JsonWithInt.Struct
,JsonWithInt.Struct.Builder
- Enclosing class:
- JsonWithInt
public static interface JsonWithInt.StructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsFields
(String key) Unordered map of dynamically typed values.Deprecated.int
Unordered map of dynamically typed values.Unordered map of dynamically typed values.getFieldsOrDefault
(String key, JsonWithInt.Value defaultValue) Unordered map of dynamically typed values.getFieldsOrThrow
(String key) Unordered map of dynamically typed values.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
-
getFieldsCount
int getFieldsCount()Unordered map of dynamically typed values.
map<string, .qdrant.Value> fields = 1;
-
containsFields
Unordered map of dynamically typed values.
map<string, .qdrant.Value> fields = 1;
-
getFields
Deprecated.UsegetFieldsMap()
instead. -
getFieldsMap
Map<String,JsonWithInt.Value> getFieldsMap()Unordered map of dynamically typed values.
map<string, .qdrant.Value> fields = 1;
-
getFieldsOrDefault
Unordered map of dynamically typed values.
map<string, .qdrant.Value> fields = 1;
-
getFieldsOrThrow
Unordered map of dynamically typed values.
map<string, .qdrant.Value> fields = 1;
-