[[["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.Builder` class within the `com.google.api.gax.httpjson` package, specifically version 2.54.1, and gives access to documentation from version 2.7.1 up to the latest 2.63.1."],["`ApiMethodDescriptor.Builder` is an abstract static class that extends `java.lang.Object` and is used to build `ApiMethodDescriptor` objects."],["The `ApiMethodDescriptor.Builder` class features an array of methods for configuring request formatting, response parsing, HTTP method, full method name, method type, and operation and polling request factories, all returning the same `Builder` object to be chained."],["The class defines generic type parameters `RequestT` and `ResponseT`, which are used to specify the types of requests and responses handled by the `ApiMethodDescriptor` being built."],["The `build()` method, which is present within the `ApiMethodDescriptor.Builder` class, can be used to generate an `ApiMethodDescriptor` object, as well as several methods to set the parameters of the `ApiMethodDescriptor`."]]],[]]