Package io.milvus.grpc
Interface RangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Range,Range.Builder
public interface RangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndValue()string end_value = 2;com.google.protobuf.ByteStringgetEndValueBytes()string end_value = 2;StringgetStartValue()string start_value = 1;com.google.protobuf.ByteStringgetStartValueBytes()string start_value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStartValue
String getStartValue()
string start_value = 1;- Returns:
- The startValue.
-
getStartValueBytes
com.google.protobuf.ByteString getStartValueBytes()
string start_value = 1;- Returns:
- The bytes for startValue.
-
getEndValue
String getEndValue()
string end_value = 2;- Returns:
- The endValue.
-
getEndValueBytes
com.google.protobuf.ByteString getEndValueBytes()
string end_value = 2;- Returns:
- The bytes for endValue.
-
-