[[["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 `ApiMethodDescriptor.Builder` class within the Google API Client Libraries for Java, specifically the `gax-httpjson` module."],["The page lists various versions of the library, with version 2.63.1 being the latest, and version 2.19.6 is also included in the list, which is where the current page's class information is being pulled from."],["The `ApiMethodDescriptor.Builder` class is an abstract class used for building `ApiMethodDescriptor` objects, and it inherits members from the `java.lang.Object` class."],["The class includes methods such as `build()`, `getRequestFormatter()`, and various setter methods like `setFullMethodName()`, `setHttpMethod()`, `setRequestFormatter()`, `setResponseParser()`, `setType()`, `setOperationSnapshotFactory()`, and `setPollingRequestFactory()` for configuring the `ApiMethodDescriptor` to be built."],["The class takes two type parameters, `RequestT` and `ResponseT`, which likely represent the request and response types for an API method."]]],[]]