Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Protocol Buffers
Conversations
About
Protocol Buffers
1–30 of 5086
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
Documentation:
https://develop
ers.google.com/protocol-
buffers/
Issue tracker:
https://github.com/
protocolbuffers/protobuf
Mark all as read
Report abusive group
0 selected
Daniel
Jun 15
Importing protobuff data in python
I am having the following problem: I have implemented a protobuff to send data from a golang client
unread,
Importing protobuff data in python
I am having the following problem: I have implemented a protobuff to send data from a golang client
Jun 15
Dinny Augustine
,
Marc Gravell
3
Jun 15
Protobuff
I have an API key URL which uses the python language and data is transmitted as procobuff. Actually,
unread,
Protobuff
I have an API key URL which uses the python language and data is transmitted as procobuff. Actually,
Jun 15
Dinny Augustine
Jun 15
PHP protobuf Error
I am New to protobuf. I have installed operating systems related protobuf for windows operating
unread,
PHP protobuf Error
I am New to protobuf. I have installed operating systems related protobuf for windows operating
Jun 15
Gareth Williams
,
Deanna Garcia
3
Jun 14
2GB message limit
Thanks Deanna, I actually figured out what the problem was. The function factored_joint_mvn in
unread,
2GB message limit
Thanks Deanna, I actually figured out what the problem was. The function factored_joint_mvn in
Jun 14
Ann Lin
,
Gary Peck
2
Jun 8
How to set some mutual exclusion objects in a message
One way to model this in protobuf is using `oneof`, in which case you don't even really need the
unread,
How to set some mutual exclusion objects in a message
One way to model this in protobuf is using `oneof`, in which case you don't even really need the
Jun 8
Peter Boshra
Jun 8
How To Export Compiled Protobuf to Static Library C++
I want to make a static library containing .cc and .h files that are generated from protoc compiler
unread,
How To Export Compiled Protobuf to Static Library C++
I want to make a static library containing .cc and .h files that are generated from protoc compiler
Jun 8
Evan Lu
Jun 6
How to convert YAML to protobuf message in C++ or Python
Hi, I am trying to read YAML file with protobuf as schema. I can use some YAML library to read file
unread,
How to convert YAML to protobuf message in C++ or Python
Hi, I am trying to read YAML file with protobuf as schema. I can use some YAML library to read file
Jun 6
Vladamir Estragon
Jun 2
Protobuf not building on Ubuntu 21.04
Hi, I am trying to build the latest code on Ubuntu 21.04 Release: 21.04 Codename: hirsute. Before
unread,
Protobuf not building on Ubuntu 21.04
Hi, I am trying to build the latest code on Ubuntu 21.04 Release: 21.04 Codename: hirsute. Before
Jun 2
Louis Letourneau
May 27
Distribute as librairie/package
I can't seem to wrap my head around a way to distribute protobuf generated code. I have 2
unread,
Distribute as librairie/package
I can't seem to wrap my head around a way to distribute protobuf generated code. I have 2
May 27
NITIN KUMAR KUNDU
,
Eric Pederson
2
May 24
Missing libprotobuf-lited.a from lib | Release
Since this is an issue with Conan Center you should create an issue there: https://github.com/conan-
unread,
Missing libprotobuf-lited.a from lib | Release
Since this is an issue with Conan Center you should create an issue there: https://github.com/conan-
May 24
Ryan Herbert
May 23
Get list of all message names
I've been trying to figure out how to get a list of all message names in the generated pool with
unread,
Get list of all message names
I've been trying to figure out how to get a list of all message names in the generated pool with
May 23
Aleksey Chernoraenko
May 22
Python protobuf 3.20.1 is missing Any, Empty, and other types
Hello, I just upgraded protobuf from 3.17.3 to 3.20.1 (macos, python 3.9), and my code started
unread,
Python protobuf 3.20.1 is missing Any, Empty, and other types
Hello, I just upgraded protobuf from 3.17.3 to 3.20.1 (macos, python 3.9), and my code started
May 22
Steven Olson
May 20
proto store using kotlin builtin (not java lite)?
I have a small schema defined and have been using the java lite plugin generator and a Kotlin
unread,
proto store using kotlin builtin (not java lite)?
I have a small schema defined and have been using the java lite plugin generator and a Kotlin
May 20
Ashish Kumar
May 17
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
unread,
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
May 17
JENG IoT
May 13
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
unread,
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
May 13
Deanna Garcia
May 11
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
unread,
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
May 11
Yuhui ZHI
May 7
Is it possible to get the field counts of a message at compile time
I'm working with Protobuf3 in my C++14 project. Let's say that I have such a message in some
unread,
Is it possible to get the field counts of a message at compile time
I'm working with Protobuf3 in my C++14 project. Let's say that I have such a message in some
May 7
Bill Thorp
,
Marc Gravell
2
May 5
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
unread,
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
May 5
Jesse Thompson
3
May 3
Unknown field 'content' in struct literal of type tycoon_services.Msg
https://stackoverflow.com/questions/37780520/unknown-field-in-struct-literal Issue was lowercase
unread,
Unknown field 'content' in struct literal of type tycoon_services.Msg
https://stackoverflow.com/questions/37780520/unknown-field-in-struct-literal Issue was lowercase
May 3
Jakob Merrild
,
Deanna Garcia
4
May 3
Trying to construct generated PHP class causes InvalidArgumentException with a message about the class not being found in Descriptor Pool
Thanks. I did attempt various different auto-loading options, but it is entirely possible that I didn
unread,
Trying to construct generated PHP class causes InvalidArgumentException with a message about the class not being found in Descriptor Pool
Thanks. I did attempt various different auto-loading options, but it is entirely possible that I didn
May 3
shubham bagwari
,
Deanna Garcia
2
May 2
google.protobuf.message.DecodeError: Error parsing message with type 'tensorflow.GraphDef'
If you are not working with protobufs directly and just through tensorflow, you should report this
unread,
google.protobuf.message.DecodeError: Error parsing message with type 'tensorflow.GraphDef'
If you are not working with protobufs directly and just through tensorflow, you should report this
May 2
Jatin Bhasin
,
Deanna Garcia
2
May 2
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
unread,
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
May 2
tyty
,
Deanna Garcia
2
May 2
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
unread,
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
May 2
Renaud Piperade
,
Deanna Garcia
2
May 2
Bytes field between Python and C (Nanopb)
Bytes fields shouldn't be any different than other fields. You should still be able to get and
unread,
Bytes field between Python and C (Nanopb)
Bytes fields shouldn't be any different than other fields. You should still be able to get and
May 2
tuk
,
Deanna Garcia
2
May 2
proto3: Why setting java_multiple_files = true not creating separate java classes for each proto message?
The documentation that you copied says: If true, separate .java files will be generated for each of
unread,
proto3: Why setting java_multiple_files = true not creating separate java classes for each proto message?
The documentation that you copied says: If true, separate .java files will be generated for each of
May 2
Darin Dimitrov
,
Deanna Garcia
2
May 2
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
unread,
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
May 2
Somashekhar Rudrakshi
, …
Deanna Garcia
3
May 2
unable to build protbuf- 2.6.1 artifact on visual studio
Are you still seeing this error? What version of protobuf are you using? On Tuesday, April 19, 2022
unread,
unable to build protbuf- 2.6.1 artifact on visual studio
Are you still seeing this error? What version of protobuf are you using? On Tuesday, April 19, 2022
May 2
zjk
,
Deanna Garcia
2
May 2
Been working on this problem for a fortnight, really need help
I think you should file this bug with tensorflow since you are only using protobufs through them. On
unread,
Been working on this problem for a fortnight, really need help
I think you should file this bug with tensorflow since you are only using protobufs through them. On
May 2
Yuhui ZHI
,
Adam Cozzette
2
Apr 26
How to use reflection of Protobuf to modify a Map
For the purposes of reflection, maps are treated like a repeated field of messages, where each
unread,
How to use reflection of Protobuf to modify a Map
For the purposes of reflection, maps are treated like a repeated field of messages, where each
Apr 26
avei shriety
,
Marc Gravell
2
Apr 26
How could I serialize and deserialize DataTable across C# and Java
OK. To share data between platforms, you need two things: 1. A shared data layout 2. A shared
unread,
How could I serialize and deserialize DataTable across C# and Java
OK. To share data between platforms, you need two things: 1. A shared data layout 2. A shared
Apr 26