RealtimeDatabaseAuditMetadata.Protocol
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-19 UTC.
[null,null,["Last updated 2022-12-19 UTC."],[],[],null,["# RealtimeDatabaseAuditMetadata.Protocol\n\n`Protocol` indicates which communication protocol the client used to start the audited operation.\n\n| Enums ||\n|------------------------|----------------------------------------------------------------------------|\n| `PROTOCOL_UNSPECIFIED` | Not expected. |\n| `WEBSOCKETS` | Set for realtime wire protocol requests made over a websockets connection. |\n| `LONG_POLLING` | Set for realtime wire protocol request made using long-polling. |\n| `EVENT_STREAMING` | Set for streaming queries made using REST with server-sent events. |\n| `REST_HTTP` | Set for normal REST data requests `rest-{read, write, etc.}`. |"]]