protobuf
protobuf copied to clipboard
Protocol Buffers - Google's data interchange format
ByteString has the following method: ``` csharp // Copies all bytes of the byte array to dest at destOffset void CopyTo(byte[] dest, int destOffset); ``` But lacks an overload like...
When I tried uploading the package to NuGet, I got: > We found the following issue(s): > * The element is deprecated. Consider using the element instead. [Learn more](https://aka.ms/deprecateLicenseUrl).
**What version of protobuf and what language are you using?** Version: 6.9.0. Language: C# Core Api / Angular9 **What operating system (Linux, Windows, ...) and version?** Windows **What runtime /...
Hey, I have a Python gRPC server with reflection enabled using the proto below. I'm trying to get information about the server from a C# client with the code below...
Hi, When we try to use protobuf within windows service, its giving issue on deserialization. Its working fine with console but with windows service its giving exception on invalid wire...
## Metadata: Version: protobuf v3.9.1 Language: Python Python version: 3.6.8 ## Main topic As for now, if protobuf for python installed via `pip install protobuf`, there is an inconsistent behavior....
**What version of protobuf and what language are you using?** Version: main Language: Java **What operating system (Linux, Windows, ...) and version?** Any **What runtime / compiler are you using...
**What language does this apply to?** text_format **Describe the problem you are trying to solve.** Currently, the text_format s a nice debugging tool, However, there are a few drawbacks, when...
I'm using Google Analytics Data API in PHP 7.2 Google\Protobuf\Internal\GPBDecodeException: Error occurred during parsing: Unexpected wire type.
https://github.com/protocolbuffers/protobuf-php/blob/b760544e2ad1225415643ebe1b234c2797c3dad9/src/Google/Protobuf/Internal/GPBUtil.php#L105-L109 There are two parameters when used, but only one is used, the key parameter not use https://github.com/protocolbuffers/protobuf-php/blob/b760544e2ad1225415643ebe1b234c2797c3dad9/src/Google/Protobuf/Api.php#L343