[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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`."]]],[]]