The LogEntry API docs say:
The log entry payload, represented as a protocol buffer. You can only use protoPayload values that belong to a set of approved types.
An object containing fields of an arbitrary type. An additional field "@type" contains a URI identifying the type. Example: { "id": 1234, "@type": "types.example.com/standard/id" }.
Where are the allowed protobuf types documented, and the corresponding URIs?
The
LogEntryAPI docs say:Where are the allowed protobuf types documented, and the corresponding URIs?