Is what Im doing considered using Arduino protocols

No, a protocol in this context is "an agreed upon set of rules for data representation and processing". Software Serial is more like an interface. Serial itself is a protocol because the low level timing is defined, along with the way in which data is represented for transmission. Thingspeak also has protocols.