Interface Points.SetPayloadPointsOrBuilder

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

public static interface Points.SetPayloadPointsOrBuilder 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.
    • getPayloadCount

      int getPayloadCount()
       New payload values
       
      map<string, .qdrant.Value> payload = 3;
    • containsPayload

      boolean containsPayload(String key)
       New payload values
       
      map<string, .qdrant.Value> payload = 3;
    • getPayload

      Deprecated.
      Use getPayloadMap() instead.
    • getPayloadMap

      Map<String,JsonWithInt.Value> getPayloadMap()
       New payload values
       
      map<string, .qdrant.Value> payload = 3;
    • getPayloadOrDefault

      JsonWithInt.Value getPayloadOrDefault(String key, JsonWithInt.Value defaultValue)
       New payload values
       
      map<string, .qdrant.Value> payload = 3;
    • getPayloadOrThrow

      JsonWithInt.Value getPayloadOrThrow(String key)
       New payload values
       
      map<string, .qdrant.Value> payload = 3;
    • hasPointsSelector

      boolean hasPointsSelector()
       Affected points
       
      optional .qdrant.PointsSelector points_selector = 5;
      Returns:
      Whether the pointsSelector field is set.
    • getPointsSelector

      Points.PointsSelector getPointsSelector()
       Affected points
       
      optional .qdrant.PointsSelector points_selector = 5;
      Returns:
      The pointsSelector.
    • getPointsSelectorOrBuilder

      Points.PointsSelectorOrBuilder getPointsSelectorOrBuilder()
       Affected points
       
      optional .qdrant.PointsSelector points_selector = 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;