-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are the allowed log entry protobuf types documented? #1577
Comments
The discovery docs don't provide any more information about the allowed types. |
👍 |
Absent any way to type-check the inputs, I'm thinking we just punt on allowing users to create entries with |
Yeah punt until we hear from real users. @jgeewax WDYT? |
That's one option. Another is that we can do zero client-side checking, send the protobuf as it is. If it's an invalid type it'll get rejected, right ? That might be the better way to go as different versions of the API might allow new types... |
OK, I guess we just use I will also add a helper which parses/merges the JSON |
I wish |
#1577: allow logging protobuf entries
Via #1661. |
The
LogEntry
API docs say:Where are the allowed protobuf types documented, and the corresponding URIs?
The text was updated successfully, but these errors were encountered: