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 Summary
Modifier and TypeMethodDescriptionbooleanIf `true` - return all payload, if `false` - none.qdrant.PayloadExcludeSelector exclude = 3;.qdrant.PayloadExcludeSelector exclude = 3;.qdrant.PayloadIncludeSelector include = 2;.qdrant.PayloadIncludeSelector include = 2;booleanIf `true` - return all payload, if `false` - noneboolean.qdrant.PayloadExcludeSelector exclude = 3;boolean.qdrant.PayloadIncludeSelector include = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
Points.PayloadIncludeSelector getInclude().qdrant.PayloadIncludeSelector include = 2;- Returns:
- The include.
-
getIncludeOrBuilder
Points.PayloadIncludeSelectorOrBuilder getIncludeOrBuilder().qdrant.PayloadIncludeSelector include = 2; -
hasExclude
boolean hasExclude().qdrant.PayloadExcludeSelector exclude = 3;- Returns:
- Whether the exclude field is set.
-
getExclude
Points.PayloadExcludeSelector getExclude().qdrant.PayloadExcludeSelector exclude = 3;- Returns:
- The exclude.
-
getExcludeOrBuilder
Points.PayloadExcludeSelectorOrBuilder getExcludeOrBuilder().qdrant.PayloadExcludeSelector exclude = 3; -
getSelectorOptionsCase
Points.WithPayloadSelector.SelectorOptionsCase getSelectorOptionsCase()
-