Class Service.SyncResultsRequest

    • Field Detail

      • CONNECTION_ID_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
      • STATEMENT_ID_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor STATEMENT_ID_DESCRIPTOR
      • STATE_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor STATE_DESCRIPTOR
      • OFFSET_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor OFFSET_DESCRIPTOR
      • connectionId

        public final java.lang.String connectionId
      • statementId

        public final int statementId
      • offset

        public final long offset
    • Constructor Detail

      • SyncResultsRequest

        SyncResultsRequest()
      • SyncResultsRequest

        public SyncResultsRequest​(java.lang.String connectionId,
                                  int statementId,
                                  QueryState state,
                                  long offset)