Top "Proto" questions

Related to Google Protocol Buffers, borrows its name from the .proto file extension containing a protocol schema.

Import and usage of different package files in protobuf?

I have imported an other proto which having different package name than mine. For usage of messages from other package, …

import package protocol-buffers proto
How to solve "AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key"?

I encountered it while executing from object_detection.utils import label_map_util in jupyter notebook. It is actually the …

python tensorflow protocol-buffers object-detection-api proto
protoc-gen-go: program not found or is not executable

I am trying to build a sample app with go grpc but I am unable to generate the code using "…

go protocol-buffers grpc proto protoc
R: Passing a data frame by reference

R has pass-by-value semantics, which minimizes accidental side effects (a good thing). However, when code is organized into many functions/…

performance r dataframe data.table proto
What is in Object.__proto__?

In Google Chrom's javascript, objects have a property named __proto__ that points to their prototype (or parent) object. var foo = {}; …

javascript google-chrome prototype v8 proto
How to make call to gRPC server over HTTP/1.1 from cURL command or in internet browser

I have added below new code in protobuf file and compiled to get the generated grpc_pb files. service EchoService { …

java grpc grpc-java proto
How to convert Google proto timestamp to Java LocalDate?

We need to convert Google Proto buffer time stamp to a normal date. In that circumstance is there any way …

java date grpc grpc-java proto
Protobuf timestamp not found

Relatively new to GRPC and getting an error in my proto file that I cannot seem to make sense of. …

protocol-buffers grpc proto