[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The webpage provides documentation for the `ProtoMessageResponseParser` class, which is an implementation of `HttpResponseParser` designed for working with protocol buffer (protobuf) messages."],["This class offers static and instance methods such as `newBuilder()` to create a builder, `parse()` to read the http body content, and `serialize()` for outputting data."],["There is an extensive version history list of the `ProtoMessageResponseParser`, showing a range from version 2.63.1 down to 2.7.1, in this document, with version 2.63.1 being the latest version."],["The `ProtoMessageResponseParser` class inherits members from the `Object` class, such as `clone()`, `equals()`, and `hashCode()`, among others."],["The `parse()` method is provided in various forms to accommodate different input types, such as `InputStream` or `Reader`, and optional `TypeRegistry` settings, for converting content to the `MessageFormatT`."]]],[]]