Interface Collections.PayloadSchemaInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.PayloadSchemaInfo,Collections.PayloadSchemaInfo.Builder
- Enclosing class:
- Collections
public static interface Collections.PayloadSchemaInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionField data typeintField data typeField index parametersField index parameterslongNumber of points indexed within this field indexedbooleanField index parametersbooleanNumber of points indexed within this field indexedMethods 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
-
getDataTypeValue
int getDataTypeValue()Field data type
.qdrant.PayloadSchemaType data_type = 1;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
Collections.PayloadSchemaType getDataType()Field data type
.qdrant.PayloadSchemaType data_type = 1;- Returns:
- The dataType.
-
hasParams
boolean hasParams()Field index parameters
optional .qdrant.PayloadIndexParams params = 2;- Returns:
- Whether the params field is set.
-
getParams
Collections.PayloadIndexParams getParams()Field index parameters
optional .qdrant.PayloadIndexParams params = 2;- Returns:
- The params.
-
getParamsOrBuilder
Collections.PayloadIndexParamsOrBuilder getParamsOrBuilder()Field index parameters
optional .qdrant.PayloadIndexParams params = 2; -
hasPoints
boolean hasPoints()Number of points indexed within this field indexed
optional uint64 points = 3;- Returns:
- Whether the points field is set.
-
getPoints
long getPoints()Number of points indexed within this field indexed
optional uint64 points = 3;- Returns:
- The points.
-