Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

What's the .proto equivalent of List<T> in protobuf-net?

Why was implicit presence with commonly used defaults decided for Protobuf v3?

protocol-buffers

Modifying responsebody in connect-go interceptor

How to convert a string to google.protobuf.Timestamp?

go protocol-buffers

How to check protoc version if same as libprotobuf?

protocol-buffers

How gRPC supports keyword stream when define a rpc protobuf?

protocol-buffers grpc

How to open/view .proto file extension

protocol-buffers proto

What other libraries does protobuf c++ depend on to compile the runtime?

gRPC client: error in compiled file (io.grpc.protobuf does not exist)

what's the storage format of protobuf data?

Using both lombok and protobuf results in gradle tasks without dependencies resulting in builds failing sometimes

Does optional have any meaning for fields of message types in protobuf 3?

protocol-buffers

undefined: grpc.ClientConnInterface when compiling grpc

How to define value and id for enum in protobuf? (proto java client)

protocol-buffers proto

How to create a protobuf Message instance given a MessageDescriptor (in dotnet / C#)

c# .net protocol-buffers

Extracting Protobuf custom option from file descriptor set?

python protocol-buffers

JSON is way faster than Protobuf/gRPC for me, with Go as the server and PHP as the client

go protocol-buffers grpc

What is the relation of protobuf message field id and field order?