Групе
Преписке
Све групе и поруке
Пошаљите повратне информације Google-у
Помоћ
Пријавите се
Групе
Protocol Buffers
Преписке
Основни подаци
Protocol Buffers
1–30 од 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
Означи све као прочитано
Пријави злонамерну групу
Није изабран ниједан ред
Ashish Kumar
17. мај
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
непрочитано,
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
17. мај
JENG IoT
13. мај
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
непрочитано,
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
13. мај
Deanna Garcia
11. мај
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
непрочитано,
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
11. мај
Yuhui ZHI
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
непрочитано,
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. мај
Bill Thorp
,
Marc Gravell
2
5. мај
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
непрочитано,
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
5. мај
Jesse Thompson
3
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
непрочитано,
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. мај
Jakob Merrild
,
Deanna Garcia
4
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
непрочитано,
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. мај
shubham bagwari
,
Deanna Garcia
2
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
непрочитано,
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. мај
Jatin Bhasin
,
Deanna Garcia
2
2. мај
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
непрочитано,
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
2. мај
tyty
,
Deanna Garcia
2
2. мај
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
непрочитано,
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
2. мај
Renaud Piperade
,
Deanna Garcia
2
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
непрочитано,
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. мај
tuk
,
Deanna Garcia
2
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
непрочитано,
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. мај
Gareth Williams
,
Deanna Garcia
2
2. мај
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
непрочитано,
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
2. мај
Darin Dimitrov
,
Deanna Garcia
2
2. мај
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
непрочитано,
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
2. мај
Somashekhar Rudrakshi
, …
Deanna Garcia
3
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
непрочитано,
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. мај
zjk
,
Deanna Garcia
2
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
непрочитано,
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. мај
Yuhui ZHI
,
Adam Cozzette
2
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
непрочитано,
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. апр
avei shriety
,
Marc Gravell
2
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
непрочитано,
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. апр
gedden
2
10. апр
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/
непрочитано,
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. апр
Francisco Ferraz
,
Maximilian Bachl
2
8. апр
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
непрочитано,
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. апр
Viktor Sokolov
2
7. апр
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
непрочитано,
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. апр
habe...@google.com
22. мар
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
непрочитано,
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
22. мар
Arij AA.
12. мар
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
непрочитано,
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
12. мар
Karun Tahilramani
11. мар
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
непрочитано,
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
11. мар
Manel Boujlel
28. феб
decode protobuf file containing gzip
Hello, I'm newbie with Protobuf and I need your help please. I have a protobuf binary files (.bin
непрочитано,
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. феб
Rosiu Andrei
21. феб
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
непрочитано,
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. феб
Edvard Fagerholm
2
21. феб
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
непрочитано,
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. феб
Ista
20. феб
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
непрочитано,
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. феб
Csaba Szigeti
,
Adam Cozzette
6
19. феб
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
непрочитано,
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. феб
id_thx1138
19. феб
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
непрочитано,
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. феб