Package io.milvus.grpc
Interface QueryCursorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryCursor,QueryCursor.Builder
public interface QueryCursorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods 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
-
getSessionTs
long getSessionTs()uint64 session_ts = 1;- Returns:
- The sessionTs.
-
hasStrPk
boolean hasStrPk()string str_pk = 2;- Returns:
- Whether the strPk field is set.
-
getStrPk
String getStrPk()string str_pk = 2;- Returns:
- The strPk.
-
getStrPkBytes
com.google.protobuf.ByteString getStrPkBytes()string str_pk = 2;- Returns:
- The bytes for strPk.
-
hasIntPk
boolean hasIntPk()int64 int_pk = 3;- Returns:
- Whether the intPk field is set.
-
getIntPk
long getIntPk()int64 int_pk = 3;- Returns:
- The intPk.
-
getCursorPkCase
QueryCursor.CursorPkCase getCursorPkCase()
-