Skupiny
Konverzace
Všechny skupiny a zprávy
Odeslat Googlu zpětnou vazbu
Nápověda
Přihlásit se
Skupiny
Protocol Buffers
Konverzace
O službě
Protocol Buffers
1–30 z 5192
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
Označit vše jako přečtené
Nahlásit nevhodnou skupinu
Je vybráno 0 řádků
Andrei Solodin
,
Jerry Berg
2
27. 1.
Getting enum value from object is slow
Hi Andrei, This doesn't work for proto3 where we need to support "open enums" so that
nepřečteno,
Getting enum value from object is slow
Hi Andrei, This doesn't work for proto3 where we need to support "open enums" so that
27. 1.
Debjit Kar
, …
Jerry Berg
4
27. 1.
Pure POJO from protobuf v3
What difference you are expecting from the current output of protoc? On Monday, January 23, 2023 at 4
nepřečteno,
Pure POJO from protobuf v3
What difference you are expecting from the current output of protoc? On Monday, January 23, 2023 at 4
27. 1.
Alexander Glukhov
,
Jerry Berg
2
27. 1.
Protoc won't generate java classes for nested classes having the same name
Hi Alexander, can you provide a link to the motivating gRPC contract example? Thanks, Jerry On Friday
nepřečteno,
Protoc won't generate java classes for nested classes having the same name
Hi Alexander, can you provide a link to the motivating gRPC contract example? Thanks, Jerry On Friday
27. 1.
Greg Alelov
26. 1.
Python protobuf>3.20.0 well known types wrappers(can't find a way to use Int32Value, StringValue, Empty and more)
Hey guys, We're using Java(protobuf-java:3.21.7)[Everything works fine there] and Python in our
nepřečteno,
Python protobuf>3.20.0 well known types wrappers(can't find a way to use Int32Value, StringValue, Empty and more)
Hey guys, We're using Java(protobuf-java:3.21.7)[Everything works fine there] and Python in our
26. 1.
David Lei
,
Claude Robitaille
2
20. 1.
how to specific a particular header is required
protobuf has nothing to do with http. It is just a message modelling system where the library will
nepřečteno,
how to specific a particular header is required
protobuf has nothing to do with http. It is just a message modelling system where the library will
20. 1.
Claude Robitaille
19. 1.
While using google.protobuf.Any getting error: '::descriptor_table_any_2eproto' has not been declared
Hi, I am trying to use google.protobuf.Any in one of model. protoc successfully generates the
nepřečteno,
While using google.protobuf.Any getting error: '::descriptor_table_any_2eproto' has not been declared
Hi, I am trying to use google.protobuf.Any in one of model. protoc successfully generates the
19. 1.
Claude Robitaille
19. 1.
conflicting declaration of C function 'uint32_t google::protobuf::internal::little_endian::FromHost(uint32_t)'
My solution is probably similar to this post: https://groups.google.com/g/protobuf/c/AheCuITR4rE/m/
nepřečteno,
conflicting declaration of C function 'uint32_t google::protobuf::internal::little_endian::FromHost(uint32_t)'
My solution is probably similar to this post: https://groups.google.com/g/protobuf/c/AheCuITR4rE/m/
19. 1.
Jeff Sawatzky
,
Adam Cozzette
3
18. 1.
Protobuf 3 optional vs FieldMasks
After much trial and error, I've come to the conclusion that FieldMasks are still required if
nepřečteno,
Protobuf 3 optional vs FieldMasks
After much trial and error, I've come to the conclusion that FieldMasks are still required if
18. 1.
David Sokhakyan
,
Marc Gravell
3
18. 1.
@(at) sign in import statemenq
I try but it didnt work :) compilation phase is working but compiled source gives error var test_@
nepřečteno,
@(at) sign in import statemenq
I try but it didnt work :) compilation phase is working but compiled source gives error var test_@
18. 1.
Ian Constantin
18. 1.
Fix for CVE-2022-3171
Hello, I wanted to ask which commit addresses CVE-2022-3171 from GHSA-h4h5-3hr4-j3g2. Thank you in
nepřečteno,
Fix for CVE-2022-3171
Hello, I wanted to ask which commit addresses CVE-2022-3171 from GHSA-h4h5-3hr4-j3g2. Thank you in
18. 1.
Vimla Sharma
,
Michael Ngarimu
3
16. 1.
C++ Proto3: Parsing messages from the TCP stream
Thank you, it worked. I used "any". google::protobuf::Any any; rc = any.ParseFromArray(ptr,
nepřečteno,
C++ Proto3: Parsing messages from the TCP stream
Thank you, it worked. I used "any". google::protobuf::Any any; rc = any.ParseFromArray(ptr,
16. 1.
Haseeb Bhatti
,
Jorg Brown
2
16. 1.
2D array of strings in proto3
Proto has no support for arrays with more than one dimension. Therefore you'll need to create an
nepřečteno,
2D array of strings in proto3
Proto has no support for arrays with more than one dimension. Therefore you'll need to create an
16. 1.
Fabio Ravera
,
Michael Ngarimu
2
15. 1.
Get list of option from enum
You should be able to get these values from the EnumDescriptor::value() method. https://developers.
nepřečteno,
Get list of option from enum
You should be able to get these values from the EnumDescriptor::value() method. https://developers.
15. 1.
Nour El Menshawy
5. 1.
Protobuffer cross-compiling for Android
Hello I'm facing an issue that consumes a lot of time trying to find out what is the issue and i
nepřečteno,
Protobuffer cross-compiling for Android
Hello I'm facing an issue that consumes a lot of time trying to find out what is the issue and i
5. 1.
Lars Olsson
,
Adam Cozzette
2
27.12.22
arena_impl.h:584:19: error: standard attributes in middle of decl-specifiers
Would you mind trying again at head? There have been a lot of changes recently to arena_impl.h, so I
nepřečteno,
arena_impl.h:584:19: error: standard attributes in middle of decl-specifiers
Would you mind trying again at head? There have been a lot of changes recently to arena_impl.h, so I
27.12.22
Aleh Linkin
,
Deanna Garcia
2
27.12.22
Fill message with oneof data
What language are you working in? I don't think any copying is necessary, you can just build Msg
nepřečteno,
Fill message with oneof data
What language are you working in? I don't think any copying is necessary, you can just build Msg
27.12.22
vignesh suresh
,
Deanna Garcia
2
27.12.22
Accessing Custom Options from .desc file
I think you want to use the FileDescriptorProto, specifically it's options field. On Sunday,
nepřečteno,
Accessing Custom Options from .desc file
I think you want to use the FileDescriptorProto, specifically it's options field. On Sunday,
27.12.22
Luciano Joublanc
,
Deanna Garcia
3
27.12.22
Conformance tests
There is some documentation in https://github.com/protocolbuffers/protobuf/blob/main/conformance/
nepřečteno,
Conformance tests
There is some documentation in https://github.com/protocolbuffers/protobuf/blob/main/conformance/
27.12.22
Ryan Truran
,
Deanna Garcia
2
27.12.22
ModuleNotFound issues with Protobuf / Python
Instead of modifying the imports in the generated code, can you modify the imports in the proto
nepřečteno,
ModuleNotFound issues with Protobuf / Python
Instead of modifying the imports in the generated code, can you modify the imports in the proto
27.12.22
Johan Skog RS
,
hrx
2
24.12.22
bcl.proto not found???
Go into your protoc "include" folder and create a folder called "protobuf-net"
nepřečteno,
bcl.proto not found???
Go into your protoc "include" folder and create a folder called "protobuf-net"
24.12.22
Matthew Fowles Kulukundis
16.12.22
Protocol Buffers Version 21.12 is Released!
This version includes the following non-breaking changes: Python * Fix broken enum ranges (#11171) *
nepřečteno,
Protocol Buffers Version 21.12 is Released!
This version includes the following non-breaking changes: Python * Fix broken enum ranges (#11171) *
16.12.22
Pavel Patrin
2
14.12.22
Changing type of integer fields in proto message
There is an answer to my question: https://developers.google.com/protocol-buffers/docs/proto3#
nepřečteno,
Changing type of integer fields in proto message
There is an answer to my question: https://developers.google.com/protocol-buffers/docs/proto3#
14.12.22
Arunav Sanyal
09.12.22
How to bound deserialized message in protocol buffers java
Same questions as in https://stackoverflow.com/questions/74748233/how-to-bound-deserialized-message-
nepřečteno,
How to bound deserialized message in protocol buffers java
Same questions as in https://stackoverflow.com/questions/74748233/how-to-bound-deserialized-message-
09.12.22
Spencer Smith
,
Deanna Garcia
2
09.12.22
tar.gz assets missing from 21.11 release?
Thanks for this report! We are working on uploading those files now. A warning: those files will no
nepřečteno,
tar.gz assets missing from 21.11 release?
Thanks for this report! We are working on uploading those files now. A warning: those files will no
09.12.22
Eric Salo
08.12.22
Protocol Buffers Version 21.11 is Released!
This version includes the following non-breaking changes: Python - Add license file to pypi wheels (#
nepřečteno,
Protocol Buffers Version 21.11 is Released!
This version includes the following non-breaking changes: Python - Add license file to pypi wheels (#
08.12.22
Michael Vodep
,
Marc Gravell
3
07.12.22
What does singular mean in ProtoBuf >=3.15?
(oh, and not "map"; "map" is just a specialized example of the semantics from
nepřečteno,
What does singular mean in ProtoBuf >=3.15?
(oh, and not "map"; "map" is just a specialized example of the semantics from
07.12.22
Komal Kamble
, …
Robert Yokota
5
04.12.22
Compatibility error on adding sub message type in existing proto file
Hi, I believe this is coming from the Confluent compatibility checker. (I work for Confluent.) A
nepřečteno,
Compatibility error on adding sub message type in existing proto file
Hi, I believe this is coming from the Confluent compatibility checker. (I work for Confluent.) A
04.12.22
LakshmiKanth Gupta
02.12.22
GetArenaNoVirtual is returning no Arena even after creating the message using Arena
message MyRec1 { int32 a=1; } message MyRec { MyRec1 rec = 1; } auto *rec= google::protobuf::Arena::
nepřečteno,
GetArenaNoVirtual is returning no Arena even after creating the message using Arena
message MyRec1 { int32 a=1; } message MyRec { MyRec1 rec = 1; } auto *rec= google::protobuf::Arena::
02.12.22
Jorg Brown
01.12.22
Protocol Buffers Version 21.10 is Released!
This version includes the following non-breaking changes: Java Use bit-field int values in
nepřečteno,
Protocol Buffers Version 21.10 is Released!
This version includes the following non-breaking changes: Java Use bit-field int values in
01.12.22
SUDHAVANI SUNKARA
,
Derek Perez
9
29.11.22
Repeated option in protocol Buffer
Tried this. syntax = "proto3"; message SkuCostAudit { message costs{ string
nepřečteno,
Repeated option in protocol Buffer
Tried this. syntax = "proto3"; message SkuCostAudit { message costs{ string
29.11.22