Package io.qdrant.client.grpc
Interface Points.PointIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.PointId
,Points.PointId.Builder
- Enclosing class:
- Points
public static interface Points.PointIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods 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
-
hasNum
boolean hasNum()Numerical ID of the point
uint64 num = 1;
- Returns:
- Whether the num field is set.
-
getNum
long getNum()Numerical ID of the point
uint64 num = 1;
- Returns:
- The num.
-
hasUuid
boolean hasUuid()UUID
string uuid = 2;
- Returns:
- Whether the uuid field is set.
-
getUuid
String getUuid()UUID
string uuid = 2;
- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()UUID
string uuid = 2;
- Returns:
- The bytes for uuid.
-
getPointIdOptionsCase
Points.PointId.PointIdOptionsCase getPointIdOptionsCase()
-