We create proto files, create microservices with Go and Nxt, and develop services that communicate with gRPC.
In order to realize a certain functionality, I am thinking of sending the acquired data to the front service as a response using the YouTube Data API.
The response of the Youtube Data API is returned as a JSON object, but I do not know how to specify the field type in the proto file message type, so I am thinking about it for a long time.
message ChannelListResponse{
channel_list=1;
}
I would appreciate your advice.
go protocol-buffers
You can define the type of structure called Go as the type of Protocol Buffers, so you should use it: https://developers.google.com/protocol-buffers/docs/proto3#other
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
578 Understanding How to Configure Google API Key
581 PHP ssh2_scp_send fails to send files as intended
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.