We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often see the following fields during API review:
start_time/end_time
string color
These would be better represented using the common types we support e.g. google.type.Interval and google.type.Color respectively.
google.type.Interval
google.type.Color
Perhaps we should add some rules to recommend those types when it looks like they are mimicking them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I often see the following fields during API review:
start_time/end_time
string color
These would be better represented using the common types we support e.g.
google.type.Interval
andgoogle.type.Color
respectively.Perhaps we should add some rules to recommend those types when it looks like they are mimicking them.
The text was updated successfully, but these errors were encountered: