RealtimeDatabaseAuditMetadata.Protocol

Protocol indicates which communication protocol the client used to start the audited operation.

Enums
PROTOCOL_UNSPECIFIEDNot expected.
WEBSOCKETSSet for realtime wire protocol requests made over a websockets connection.
LONG_POLLINGSet for realtime wire protocol request made using long-polling.
EVENT_STREAMINGSet for streaming queries made using REST with server-sent events.
REST_HTTPSet for normal REST data requests rest-{read, write, etc.}.