グループ
会話
すべてのグループとメッセージ
Google にフィードバックを送信
ヘルプ
ログイン
グループ
Protocol Buffers
会話
概要
Protocol Buffers
1~30/5075 件
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
すべて既読にする
不正行為があったグループを報告
0 行を選択中
Steven Olson
5月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
未読、
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
5月20日
Ashish Kumar
5月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 =
5月17日
JENG IoT
5月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.
5月13日
Deanna Garcia
5月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
5月11日
Yuhui ZHI
5月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
5月7日
Bill Thorp
,
Marc Gravell
2
5月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月5日
Jesse Thompson
3
5月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
5月3日
Jakob Merrild
,
Deanna Garcia
4
5月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
5月3日
shubham bagwari
,
Deanna Garcia
2
5月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
5月2日
Jatin Bhasin
,
Deanna Garcia
2
5月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
5月2日
tyty
,
Deanna Garcia
2
5月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
5月2日
Renaud Piperade
,
Deanna Garcia
2
5月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
5月2日
tuk
,
Deanna Garcia
2
5月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
5月2日
Gareth Williams
,
Deanna Garcia
2
5月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
5月2日
Darin Dimitrov
,
Deanna Garcia
2
5月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
5月2日
Somashekhar Rudrakshi
, …
Deanna Garcia
3
5月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
5月2日
zjk
,
Deanna Garcia
2
5月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
5月2日
Yuhui ZHI
,
Adam Cozzette
2
4月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
4月26日
avei shriety
,
Marc Gravell
2
4月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
4月26日
gedden
2
4月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/
4月10日
Francisco Ferraz
,
Maximilian Bachl
2
4月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
4月8日
Viktor Sokolov
2
4月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
4月7日
habe...@google.com
3月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
3月22日
Arij AA.
3月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/
3月12日
Karun Tahilramani
3月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
3月11日
Manel Boujlel
2月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
2月28日
Rosiu Andrei
2月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
2月21日
Edvard Fagerholm
2
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
2月21日
Ista
2月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
2月20日
Csaba Szigeti
,
Adam Cozzette
6
2月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
2月19日