[[["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-03-21 UTC."],[[["This document outlines the `ProtoMessageResponseParser` class, which is an implementation of `HttpResponseParser` for handling protobuf messages in Java, as part of version 2.7.1 of the library."],["The `ProtoMessageResponseParser` class provides methods to parse an HTTP body content JSON stream into a `MessageFormatT` object using `parse(InputStream httpContent)` and `parse(InputStream httpContent, TypeRegistry registry)`."],["It includes a `newBuilder()` method for constructing a `ProtoMessageResponseParser.Builder`, with `ResponseT` being the type parameter for message response."],["The document lists the many different versions of the `ProtoMessageResponseParser`, with version 2.63.1 being the latest, and links to every version from 2.63.1 all the way down to 2.7.1."],["The `serialize(ResponseT response)` method will serialize the message response, returning a String object."]]],[]]