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
MESSAGE_TYPE_IMAGE -> IMAGE
MESSAGE_TYPE_IMAGE
IMAGE
See: https://cloud.google.com/apis/design/design_patterns#enum_default_value
The text was updated successfully, but these errors were encountered:
This can not be implemented due to the limitation of the gRPC itself does not permit.
See:
.NET has a nice feature to rename all of them when running the generator (Protobuf enumerations), don't know if javascript has any similar tools.
Sorry, something went wrong.
restore long name for enum (#110)
f050372
Refactoring gRPC & OpenAPI (#150)
890734f
* refactoring openapi wip * 0.29.1 * timestamp -> receive_time_millis * clean enum NAMES * use google.protobuf.Timestamp * deprecated comment * deprecate & uint32 -> int32 * clean * restore long name for enum (#110) * clean * import timestamp * 0.29.23 * add _deprecated postfix * 0.29.24 * clean * 0.29.25 * clean * 0.29.26 * clean * 0.29.27 * clean * 0.29.28 * clean * 0.29.29
No branches or pull requests
MESSAGE_TYPE_IMAGE
->IMAGE
See: https://cloud.google.com/apis/design/design_patterns#enum_default_value
The text was updated successfully, but these errors were encountered: