Interface Collections.PayloadSchemaInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Collections.PayloadSchemaInfo, Collections.PayloadSchemaInfo.Builder
Enclosing class:
Collections

public static interface Collections.PayloadSchemaInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Field data type
    int
    Field data type
    Field index parameters
    Field index parameters
    long
    Number of points indexed within this field indexed
    boolean
    Field index parameters
    boolean
    Number of points indexed within this field indexed

    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

    • getDataTypeValue

      int getDataTypeValue()
       Field data type
       
      .qdrant.PayloadSchemaType data_type = 1;
      Returns:
      The enum numeric value on the wire for dataType.
    • getDataType

       Field data type
       
      .qdrant.PayloadSchemaType data_type = 1;
      Returns:
      The dataType.
    • hasParams

      boolean hasParams()
       Field index parameters
       
      optional .qdrant.PayloadIndexParams params = 2;
      Returns:
      Whether the params field is set.
    • getParams

       Field index parameters
       
      optional .qdrant.PayloadIndexParams params = 2;
      Returns:
      The params.
    • getParamsOrBuilder

       Field index parameters
       
      optional .qdrant.PayloadIndexParams params = 2;
    • hasPoints

      boolean hasPoints()
       Number of points indexed within this field indexed
       
      optional uint64 points = 3;
      Returns:
      Whether the points field is set.
    • getPoints

      long getPoints()
       Number of points indexed within this field indexed
       
      optional uint64 points = 3;
      Returns:
      The points.