[[["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."],[[["This webpage provides documentation for the `ApiMethodDescriptor` class within the Google API Client Library for Java, specifically focusing on the `com.google.api.gax.httpjson` package."],["The page lists multiple versions of the `ApiMethodDescriptor` class, ranging from version 2.63.1 (latest) down to version 2.7.1, with each version linking to its respective documentation."],["The `ApiMethodDescriptor` class is an abstract class that defines methods for describing API methods, including the HTTP method, request formatting, and response parsing."],["The class includes methods such as `getFullMethodName()`, `getHttpMethod()`, `getRequestFormatter()`, `getResponseParser()`, and `getType()` to specify the functionality of a given method."],["It shows that the `ApiMethodDescriptor` allows for generics through `RequestT` and `ResponseT` to be applied to its parameters, and also shows that the class allows for static calls through the `newBuilder()` method."]]],[]]