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