• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD04-Jul-20254.9 KiB201173

README.mdD04-Jul-2025475 138

http_request.protoD04-Jul-20253.5 KiB9676

log_severity.protoD04-Jul-20252.5 KiB7259

README.md

1## Logging types
2
3This package contains shared [protocol buffer][protobuf] types that are populated
4by the Cloud Logging API and consumed by other APIs.
5
6### Key Concepts
7
8- **HttpRequest**: Contains the complete set of information about a particular
9  HTTP request, such as HTTP method, request URL, status code, and other things.
10- **LogSeverity**: The severity of a log entry (e.g. `DEBUG`, `INFO`, `WARNING`).
11
12[protobuf]: https://developers.google.com/protocol-buffers/
13