File: README.md

package info (click to toggle)
python-googleapis-common-protos 1.66.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,264 kB
  • sloc: python: 2,029; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## Logging types

This package contains shared [protocol buffer][protobuf] types that are populated
by the Stackdriver Logging API and consumed by other APIs.

### Key Concepts

- **HttpRequest**: Contains the complete set of information about a particular
  HTTP request, such as HTTP method, request URL, status code, and other things.
- **LogSeverity**: The severity of a log entry (e.g. `DEBUG`, `INFO`, `WARNING`).

[protobuf]: https://developers.google.com/protocol-buffers/