-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adopt AEP-202: Fields #155
base: main
Are you sure you want to change the base?
Conversation
Added a few high-level comments - will do a more thorough read of the PR once those are resolved. |
Added the proto file for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replied to comments, but have to send this to take myself out of the attention set.
Should we generalize this guidance to cover |
We should do that in a subsequent PR. I think they'll be a lot of conversation about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. 👍
aligning implementations between each consumer and each service without any | ||
issue is infeasiable. | ||
|
||
#### Why document value normalizations? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, what guidance does this refer to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above guidance should satisfy this rationale.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which guidance, specifically? As in, which line of the file says to document value normalization? The word "normalization" doesn't appear before line 37.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I wasn't being precise enough about that. It was implicit. I've added some information in the beginning explaining how validators are useful for field normalization and why that process occurs.
Let me know if it isn't precise enough.
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Co-authored-by: Richard Frankel <[email protected]>
Addresses #148
This adopts AEP-202: Fields
Note: this still uses the google.api.field_info proto type.