Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Cannot deserialize protobuf data from C++ in Java

java c++ protocol-buffers

Does avro support numeric constants for enum values, similar to protocol buffers enums?

protocol-buffers avro

How to use the enum of one .proto file in another file?

c++ enums protocol-buffers

protobuf in C++ with dynamic binding for google::protobuf::Message

c++ protocol-buffers

How to add type hint for all protocol buffer objects in python functions?

How to Mask certain fields in Protobuf

How do you remove all elements from a repeated Proto field in Python?

How to substitute the extension for a cmake list of filenames

How do I convert from 'Google.Protobuf.WellKnownTypes.Timestamp to 'System.DateTime'

java protocol buffers - construct sub message with extension field

java protocol-buffers

Web client communicate with gRPC server

protocol-buffers grpc

Using Protocol buffers in PhoneGap - iOS

how to set oneof field in c++ grpc server and read from client

What do I pass as arguments when using rust-protobuf?

rust protocol-buffers

Google Protobuf : "mutable_foo()" or "set_allocated_foo()"?

Solving protoc-gen-go: unable to determine Go import path problem by adding a "M" argument

Can't load from AutoTokenizer.from_pretrained - TypeError: duplicate file name (sentencepiece_model.proto)

In a proto, how can I define a map as a custom option