Package io.qdrant.client.grpc
Interface Points.WriteOrderingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.WriteOrdering
,Points.WriteOrdering.Builder
- Enclosing class:
- Points
public static interface Points.WriteOrderingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Write ordering guaranteesint
Write ordering guaranteesMethods 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
-
getTypeValue
int getTypeValue()Write ordering guarantees
.qdrant.WriteOrderingType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
Points.WriteOrderingType getType()Write ordering guarantees
.qdrant.WriteOrderingType type = 1;
- Returns:
- The type.
-