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 guaranteesintWrite ordering guaranteesMethods 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
-
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.
-