Interface Points.WithPayloadSelectorOrBuilder

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

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

    • hasEnable

      boolean hasEnable()
       If `true` - return all payload, if `false` - none
       
      bool enable = 1;
      Returns:
      Whether the enable field is set.
    • getEnable

      boolean getEnable()
       If `true` - return all payload, if `false` - none
       
      bool enable = 1;
      Returns:
      The enable.
    • hasInclude

      boolean hasInclude()
      .qdrant.PayloadIncludeSelector include = 2;
      Returns:
      Whether the include field is set.
    • getInclude

      .qdrant.PayloadIncludeSelector include = 2;
      Returns:
      The include.
    • getIncludeOrBuilder

      .qdrant.PayloadIncludeSelector include = 2;
    • hasExclude

      boolean hasExclude()
      .qdrant.PayloadExcludeSelector exclude = 3;
      Returns:
      Whether the exclude field is set.
    • getExclude

      .qdrant.PayloadExcludeSelector exclude = 3;
      Returns:
      The exclude.
    • getExcludeOrBuilder

      .qdrant.PayloadExcludeSelector exclude = 3;
    • getSelectorOptionsCase