Interface Requests.SyncResultsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getConnectionId()
      string connection_id = 1;
      com.google.protobuf.ByteString getConnectionIdBytes()
      string connection_id = 1;
      long getOffset()
      uint64 offset = 4;
      Common.QueryState getState()
      .QueryState state = 3;
      int getStatementId()
      uint32 statement_id = 2;
      Common.QueryStateOrBuilder getStateOrBuilder()
      .QueryState state = 3;
      boolean hasState()
      .QueryState state = 3;
      • 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 Detail

      • getConnectionId

        java.lang.String getConnectionId()
        string connection_id = 1;
      • getConnectionIdBytes

        com.google.protobuf.ByteString getConnectionIdBytes()
        string connection_id = 1;
      • getStatementId

        int getStatementId()
        uint32 statement_id = 2;
      • hasState

        boolean hasState()
        .QueryState state = 3;
      • getOffset

        long getOffset()
        uint64 offset = 4;