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
protobuf.js version: 7.0.0
Hi, I would like to know how to create a message which contains a timestamp field. I followed some issues, but couldn't get it working on my node env. JS file I am using: https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.0.0/dist/protobuf.js Attaching a small proto file for reference.
// awesome.proto syntax = "proto3"; import "google/protobuf/timestamp.proto"; package awesomepackage; message AwesomeMessage { string awesome_field = 1; google.protobuf.Timestamp awesome_time = 2; }
Appreciate if someone could guide how I could create a payload. Thanks
The text was updated successfully, but these errors were encountered:
Relates to #1258
Sorry, something went wrong.
No branches or pull requests
protobuf.js version: 7.0.0
Hi,
I would like to know how to create a message which contains a timestamp field. I followed some issues, but couldn't get it working on my node env.
JS file I am using: https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.0.0/dist/protobuf.js
Attaching a small proto file for reference.
Appreciate if someone could guide how I could create a payload.
Thanks
The text was updated successfully, but these errors were encountered: