Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in protocol-buffers

Do Protocol-buffers reuse a string pointer when parsing?

What is the -I f lag in protoc tool for Protocol Buffers?

protocol-buffers

C++ Protocol Buffer: Temporary of non-literal type 'google::protobuf::internal::CallOnInitializedMutex <std::mutex>' in a constant expression

c++ c++11 protocol-buffers

package to encapsulate float64 in protobuf

go 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