• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD06-Sep-20244.9 KiB201173

README.mdD06-Sep-2024475 138

http_request.protoD06-Sep-20243.5 KiB9676

log_severity.protoD06-Sep-20242.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