This diff removes deprecated API methods from the Tunnelbroker API including the proto file and calls from the native codebase.
Deprecated API methods that should be removed:
- Send
- Get (stream)
These methods were added prior 0.5 version and were deprecated in a favor of the single bidirectional stream.
These diff changes take place in:
- The protobuff file and its generated ones - by removing the API calls;
- Native C++ network client-related codebase - by removing the API-related methods;
- Tunnelbroker Rust gRPC server - by removing the empty handlers for the old API.
Linear task: ENG-1334