Interface Points.CreateFieldIndexCollectionOrBuilder

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

public static interface Points.CreateFieldIndexCollectionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCollectionName

      String getCollectionName()
       name of the collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       name of the collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • hasWait

      boolean hasWait()
       Wait until the changes have been applied?
       
      optional bool wait = 2;
      Returns:
      Whether the wait field is set.
    • getWait

      boolean getWait()
       Wait until the changes have been applied?
       
      optional bool wait = 2;
      Returns:
      The wait.
    • getFieldName

      String getFieldName()
       Field name to index
       
      string field_name = 3;
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
       Field name to index
       
      string field_name = 3;
      Returns:
      The bytes for fieldName.
    • hasFieldType

      boolean hasFieldType()
       Field type.
       
      optional .qdrant.FieldType field_type = 4;
      Returns:
      Whether the fieldType field is set.
    • getFieldTypeValue

      int getFieldTypeValue()
       Field type.
       
      optional .qdrant.FieldType field_type = 4;
      Returns:
      The enum numeric value on the wire for fieldType.
    • getFieldType

      Points.FieldType getFieldType()
       Field type.
       
      optional .qdrant.FieldType field_type = 4;
      Returns:
      The fieldType.
    • hasFieldIndexParams

      boolean hasFieldIndexParams()
       Payload index params.
       
      optional .qdrant.PayloadIndexParams field_index_params = 5;
      Returns:
      Whether the fieldIndexParams field is set.
    • getFieldIndexParams

      Collections.PayloadIndexParams getFieldIndexParams()
       Payload index params.
       
      optional .qdrant.PayloadIndexParams field_index_params = 5;
      Returns:
      The fieldIndexParams.
    • getFieldIndexParamsOrBuilder

      Collections.PayloadIndexParamsOrBuilder getFieldIndexParamsOrBuilder()
       Payload index params.
       
      optional .qdrant.PayloadIndexParams field_index_params = 5;
    • hasOrdering

      boolean hasOrdering()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 6;
      Returns:
      Whether the ordering field is set.
    • getOrdering

      Points.WriteOrdering getOrdering()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 6;
      Returns:
      The ordering.
    • getOrderingOrBuilder

      Points.WriteOrderingOrBuilder getOrderingOrBuilder()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 6;