[[["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 webpage provides documentation for the `ProtocolBufferParsingException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The `ProtocolBufferParsingException` is a `RuntimeException` that is thrown when there is a failure in parsing a protocol buffer message, and it is often used to handle errors related to protocol buffer data."],["The latest version of this exception can be found within version `2.63.1` of the API, with older versions going back to 2.7.1 that are also referenced here."],["The class includes a constructor `ProtocolBufferParsingException(String message, Throwable cause)` which can take in a string `message` and a `Throwable` type `cause` to use when creating a new `ProtocolBufferParsingException`."],["Inherited members from the Object and Throwable classes are also documented, including methods for cloning, checking equality, and managing the exception's stack trace, message, and cause."]]],[]]