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 Details

    • getFieldsCount

      int getFieldsCount()
       Unordered map of dynamically typed values.
       
      map<string, .qdrant.Value> fields = 1;
    • containsFields

      boolean containsFields(String key)
       Unordered map of dynamically typed values.
       
      map<string, .qdrant.Value> fields = 1;
    • getFields

      Deprecated.
      Use getFieldsMap() instead.
    • getFieldsMap

      Map<String,JsonWithInt.Value> getFieldsMap()
       Unordered map of dynamically typed values.
       
      map<string, .qdrant.Value> fields = 1;
    • getFieldsOrDefault

      JsonWithInt.Value getFieldsOrDefault(String key, JsonWithInt.Value defaultValue)
       Unordered map of dynamically typed values.
       
      map<string, .qdrant.Value> fields = 1;
    • getFieldsOrThrow

      JsonWithInt.Value getFieldsOrThrow(String key)
       Unordered map of dynamically typed values.
       
      map<string, .qdrant.Value> fields = 1;