Package io.qdrant.client.grpc
Interface Points.PayloadExcludeSelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.PayloadExcludeSelector
,Points.PayloadExcludeSelector.Builder
- Enclosing class:
- Points
public static interface Points.PayloadExcludeSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields
(int index) List of payload keys to exclude from the resultcom.google.protobuf.ByteString
getFieldsBytes
(int index) List of payload keys to exclude from the resultint
List of payload keys to exclude from the resultList of payload keys to exclude from the resultMethods 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
-
getFieldsList
List of payload keys to exclude from the result
repeated string fields = 1;
- Returns:
- A list containing the fields.
-
getFieldsCount
int getFieldsCount()List of payload keys to exclude from the result
repeated string fields = 1;
- Returns:
- The count of fields.
-
getFields
List of payload keys to exclude from the result
repeated string fields = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The fields at the given index.
-
getFieldsBytes
com.google.protobuf.ByteString getFieldsBytes(int index) List of payload keys to exclude from the result
repeated string fields = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the fields at the given index.
-