Grupper
Samtaler
Alle grupper og meldinger
Send tilbakemelding til Google
Hjelp
Logg på
Grupper
Protocol Buffers
Samtaler
Info
Protocol Buffers
1–30 av 5074
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
Documentation:
https://
developers.google.com/
protocol-buffers/
Issue tracker:
https://github.com/
google/protobuf
Merk alle som lest
Rapportér gruppen som uriktig bruk
0 er valgt
Ashish Kumar
17. mai
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
ulest,
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
17. mai
JENG IoT
13. mai
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
ulest,
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
13. mai
Deanna Garcia
11. mai
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
ulest,
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
11. mai
Yuhui ZHI
7. mai
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
ulest,
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
7. mai
Bill Thorp
,
Marc Gravell
2
5. mai
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
ulest,
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
5. mai
Jesse Thompson
3
3. mai
Unknown field 'content' in struct literal of type tycoon_services.Msg
https://stackoverflow.com/questions/37780520/unknown-field-in-struct-literal Issue was lowercase
ulest,
Unknown field 'content' in struct literal of type tycoon_services.Msg
https://stackoverflow.com/questions/37780520/unknown-field-in-struct-literal Issue was lowercase
3. mai
Jakob Merrild
,
Deanna Garcia
4
3. mai
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
ulest,
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
3. mai
shubham bagwari
,
Deanna Garcia
2
2. mai
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
ulest,
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
2. mai
Jatin Bhasin
,
Deanna Garcia
2
2. mai
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
ulest,
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
2. mai
tyty
,
Deanna Garcia
2
2. mai
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
ulest,
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
2. mai
Renaud Piperade
,
Deanna Garcia
2
2. mai
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
ulest,
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
2. mai
tuk
,
Deanna Garcia
2
2. mai
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
ulest,
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
2. mai
Gareth Williams
,
Deanna Garcia
2
2. mai
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
ulest,
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
2. mai
Darin Dimitrov
,
Deanna Garcia
2
2. mai
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
ulest,
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
2. mai
Somashekhar Rudrakshi
, …
Deanna Garcia
3
2. mai
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
ulest,
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
2. mai
zjk
,
Deanna Garcia
2
2. mai
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
ulest,
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
2. mai
Yuhui ZHI
,
Adam Cozzette
2
26. apr.
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
ulest,
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
26. apr.
avei shriety
,
Marc Gravell
2
26. apr.
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
ulest,
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
26. apr.
gedden
2
10. apr.
C++ -- google.protobuf.Any -- descriptor_table_google_2fprotobuf_2fany_2eproto
Going to leave this here in case anyone else hits this issue. Its: > import "google/protobuf/
ulest,
C++ -- google.protobuf.Any -- descriptor_table_google_2fprotobuf_2fany_2eproto
Going to leave this here in case anyone else hits this issue. Its: > import "google/protobuf/
10. apr.
Francisco Ferraz
,
Maximilian Bachl
2
8. apr.
Protobuf missing file on Tensorflow Object Detection API installation
I could solve the issue by not compiling my .proto files with the newest version of the protoc
ulest,
Protobuf missing file on Tensorflow Object Detection API installation
I could solve the issue by not compiling my .proto files with the newest version of the protoc
8. apr.
Viktor Sokolov
2
7. apr.
Unable to compile Protocol Buffers (protobuf) examples in MSVS 2022 on Windows 10
The only solution I could find: instead of using MSVS compilator, I succesfully compiled protobuf
ulest,
Unable to compile Protocol Buffers (protobuf) examples in MSVS 2022 on Windows 10
The only solution I could find: instead of using MSVS compilator, I succesfully compiled protobuf
7. apr.
habe...@google.com
22. mar.
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
ulest,
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
22. mar.
Arij AA.
12. mar.
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
ulest,
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
12. mar.
Karun Tahilramani
11. mar.
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
ulest,
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
11. mar.
Manel Boujlel
28. feb.
decode protobuf file containing gzip
Hello, I'm newbie with Protobuf and I need your help please. I have a protobuf binary files (.bin
ulest,
decode protobuf file containing gzip
Hello, I'm newbie with Protobuf and I need your help please. I have a protobuf binary files (.bin
28. feb.
Rosiu Andrei
21. feb.
Is it possible to not build both libprotobuf and libprotobuf-lite?
Hello, I have a situation and I need to know if I can bring any improvements. I have developed a new
ulest,
Is it possible to not build both libprotobuf and libprotobuf-lite?
Hello, I have a situation and I need to know if I can bring any improvements. I have developed a new
21. feb.
Edvard Fagerholm
2
21. feb.
Looking for some advice on a protocol defined using protobufs
Hi, Some specific thoughts I had on what I posted on Sunday. I currently use the following in the
ulest,
Looking for some advice on a protocol defined using protobufs
Hi, Some specific thoughts I had on what I posted on Sunday. I currently use the following in the
21. feb.
Ista
20. feb.
protoc-gen-rpc-java Info Requqest
Greetings to all, I am trying to install the grpc v.1.3.1 on Linux to get it to work with ProtoBuf
ulest,
protoc-gen-rpc-java Info Requqest
Greetings to all, I am trying to install the grpc v.1.3.1 on Linux to get it to work with ProtoBuf
20. feb.
Csaba Szigeti
,
Adam Cozzette
6
19. feb.
Passing protobuf message from Javascript to C++ WebAssembly module
I found the solution. This stackoverflow post described a really similar issue, and it helped me to
ulest,
Passing protobuf message from Javascript to C++ WebAssembly module
I found the solution. This stackoverflow post described a really similar issue, and it helped me to
19. feb.
id_thx1138
19. feb.
How to transfer protobuf in HTTP POST (application/x-google-protobuf)
How I can transfer protobuf via HTTP POST? Need I encode protobuf binary to base64, for example? I
ulest,
How to transfer protobuf in HTTP POST (application/x-google-protobuf)
How I can transfer protobuf via HTTP POST? Need I encode protobuf binary to base64, for example? I
19. feb.