Grups
Converses
Tots els grups i missatges
Envia suggeriments a Google
Ajuda
Inicia la sessió
Grups
Protocol Buffers
Converses
Informació
Protocol Buffers
1-30 de 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
Marca-ho tot com a llegit
Informa del grup com a abusiu
0 files seleccionades
Ashish Kumar
17 de maig
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
no llegida,
Repeated Field - Add element method.
When we are constructing an object with repeated field member, we generally call auto memberObj =
17 de maig
JENG IoT
13 de maig
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
no llegida,
Decode protobuf without proto files
Hello, I would like to decode protobuf data (IoT devices) and running into some decoding challenges.
13 de maig
Deanna Garcia
11 de maig
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
no llegida,
Recent changes to Protocol Buffers
Some recent changes to Protocol Buffers are worth being aware of. First, we've changed our
11 de maig
Yuhui ZHI
7 de maig
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
no llegida,
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 de maig
Bill Thorp
,
Marc Gravell
2
5 de maig
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
no llegida,
protocol buffers for inter-language IPC
Without a long-running process, what would this look like? what would cause the remote / out-of-
5 de maig
Jesse Thompson
3
3 de maig
Unknown field 'content' in struct literal of type tycoon_services.Msg
https://stackoverflow.com/questions/37780520/unknown-field-in-struct-literal Issue was lowercase
no llegida,
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 de maig
Jakob Merrild
,
Deanna Garcia
4
3 de maig
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
no llegida,
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 de maig
shubham bagwari
,
Deanna Garcia
2
2 de maig
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
no llegida,
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 de maig
Jatin Bhasin
,
Deanna Garcia
2
2 de maig
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
no llegida,
youtube .proto file for deserialising buffers
The protobuf team doesn't have any input into this decision, as we only opensource the protobuf
2 de maig
tyty
,
Deanna Garcia
2
2 de maig
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
no llegida,
best practices for querying a resource
I think this question is more suited for gRPC, protobuf doesn't have standards about RPC
2 de maig
Renaud Piperade
,
Deanna Garcia
2
2 de maig
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
no llegida,
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 de maig
tuk
,
Deanna Garcia
2
2 de maig
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
no llegida,
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 de maig
Gareth Williams
,
Deanna Garcia
2
2 de maig
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
no llegida,
2GB message limit
In general, the best ways to get around the message limit are to either split the messages and then
2 de maig
Darin Dimitrov
,
Deanna Garcia
2
2 de maig
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
no llegida,
(C#) Deserializing with a runtime provided .proto schema
Protobuf doesn't directly support deserialization like this. You could use JsonFormatter to
2 de maig
Somashekhar Rudrakshi
, …
Deanna Garcia
3
2 de maig
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
no llegida,
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 de maig
zjk
,
Deanna Garcia
2
2 de maig
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
no llegida,
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 de maig
Yuhui ZHI
,
Adam Cozzette
2
26 d’abr.
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
no llegida,
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 d’abr.
avei shriety
,
Marc Gravell
2
26 d’abr.
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
no llegida,
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 d’abr.
gedden
2
10 d’abr.
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/
no llegida,
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 d’abr.
Francisco Ferraz
,
Maximilian Bachl
2
8 d’abr.
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
no llegida,
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 d’abr.
Viktor Sokolov
2
7 d’abr.
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
no llegida,
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 d’abr.
habe...@google.com
22 de març
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
no llegida,
Request for feedback on the Automake build
We are considering removing the Automake build, leaving only CMake and Bazel as supported build
22 de març
Arij AA.
12 de març
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
no llegida,
[libprotobuf FATAL google/protobuf/stubs/common.cc:87]
Hello! How to fix this error? I got this error <stderr>:[libprotobuf FATAL google/protobuf/
12 de març
Karun Tahilramani
11 de març
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
no llegida,
ParseFrom equivalent for javacript protobuf files
I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does
11 de març
Manel Boujlel
28 de febr.
decode protobuf file containing gzip
Hello, I'm newbie with Protobuf and I need your help please. I have a protobuf binary files (.bin
no llegida,
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 de febr.
Rosiu Andrei
21 de febr.
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
no llegida,
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 de febr.
Edvard Fagerholm
2
21 de febr.
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
no llegida,
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 de febr.
Ista
20 de febr.
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
no llegida,
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 de febr.
Csaba Szigeti
,
Adam Cozzette
6
19 de febr.
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
no llegida,
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 de febr.
id_thx1138
19 de febr.
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
no llegida,
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 de febr.