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
Is your feature request related to a problem? Please describe. Can be large latency in the convertJsonToProtoMessageImpl for lots of messages.
Describe the solution you'd like I would like the api to accept DynamicMessages without using convertJsonToProtoMessageImpl
The text was updated successfully, but these errors were encountered:
These are public proto libs:
import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.Descriptors.FieldDescriptor; import com.google.protobuf.DynamicMessage; import com.google.protobuf.Message;
You can use them directly.
Sorry, something went wrong.
@yirutang thanks.
fix(java): skip fixing poms for special modules (#1744)
b72edb5
fix(java): handle empty modules Fixes googleapis/synthtool#1743 Source-Link: googleapis/synthtool@482d649 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:bd5071596a47614d1fe15eb766c4255bae330f823b606e1196a3b0c8d2e96fd1
fix(java): skip fixing poms for special modules (#1744) (#1946)
2863542
fix(java): handle empty modules Fixes googleapis/synthtool#1743 Source-Link: googleapis/synthtool@482d649 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:bd5071596a47614d1fe15eb766c4255bae330f823b606e1196a3b0c8d2e96fd1 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
No branches or pull requests
Is your feature request related to a problem? Please describe.
Can be large latency in the convertJsonToProtoMessageImpl for lots of messages.
Describe the solution you'd like
I would like the api to accept DynamicMessages without using convertJsonToProtoMessageImpl
The text was updated successfully, but these errors were encountered: