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

    Modifier and Type
    Method
    Description
     
    long
    int64 int_pk = 3;
    long
    uint64 session_ts = 1;
    string str_pk = 2;
    com.google.protobuf.ByteString
    string str_pk = 2;
    boolean
    int64 int_pk = 3;
    boolean
    string str_pk = 2;

    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

    • 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()