Channels that can appear on a protocol event. Beyond the raw
StreamMode channels emitted by the Pregel stream, the v2
protocol layer synthesizes additional channels (e.g. lifecycle,
input) via built-in StreamTransformers and exposes
user-defined channels created with StreamChannel.
ProtocolMethod: StreamMode | "lifecycle" | "input" | string __type