Package io.qdrant.client.grpc
Interface Points.ValuesCountOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.ValuesCount
,Points.ValuesCount.Builder
- Enclosing class:
- Points
public static interface Points.ValuesCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
getGt()
optional uint64 gt = 2;
long
getGte()
optional uint64 gte = 3;
long
getLt()
optional uint64 lt = 1;
long
getLte()
optional uint64 lte = 4;
boolean
hasGt()
optional uint64 gt = 2;
boolean
hasGte()
optional uint64 gte = 3;
boolean
hasLt()
optional uint64 lt = 1;
boolean
hasLte()
optional uint64 lte = 4;
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
-
hasLt
boolean hasLt()optional uint64 lt = 1;
- Returns:
- Whether the lt field is set.
-
getLt
long getLt()optional uint64 lt = 1;
- Returns:
- The lt.
-
hasGt
boolean hasGt()optional uint64 gt = 2;
- Returns:
- Whether the gt field is set.
-
getGt
long getGt()optional uint64 gt = 2;
- Returns:
- The gt.
-
hasGte
boolean hasGte()optional uint64 gte = 3;
- Returns:
- Whether the gte field is set.
-
getGte
long getGte()optional uint64 gte = 3;
- Returns:
- The gte.
-
hasLte
boolean hasLte()optional uint64 lte = 4;
- Returns:
- Whether the lte field is set.
-
getLte
long getLte()optional uint64 lte = 4;
- Returns:
- The lte.
-