[[["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."],["The latest version of the `ProtoMessageResponseParser` is 2.63.1, and the document lists all available versions back to 2.7.1 with their corresponding links."],["The `ProtoMessageResponseParser` class inherits methods from `java.lang.Object` and implements the `HttpResponseParser` interface, providing functionality for parsing and serializing HTTP responses."],["Key functionalities include parsing JSON streams from `InputStream` or `Reader` into `ResponseT` type, with or without a `TypeRegistry`, and serializing `ResponseT` into a string."],["A static `newBuilder()` method allows for the construction of a `ProtoMessageResponseParser.Builder`, used to produce new instances of the parser."]]],[]]