[[["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 `com.google.api.gax.httpjson` package, specifically focusing on Java."],["The latest version of the `ApiMethodDescriptor.Builder` documentation is 2.63.1, and the page lists multiple previous versions down to 2.7.1, with the current page displaying version 2.46.1."],["`ApiMethodDescriptor.Builder` is an abstract static class that inherits from `java.lang.Object` and is used for building `ApiMethodDescriptor` instances, accepting generic types for Request and Response."],["The `ApiMethodDescriptor.Builder` provides several abstract methods, such as `build()`, `getRequestFormatter()`, `setFullMethodName()`, `setHttpMethod()`, `setOperationSnapshotFactory()`, `setPollingRequestFactory()`, `setRequestFormatter()`, `setResponseParser()`, and `setType()`, to configure the API method descriptor."],["The type parameters `RequestT` and `ResponseT` are used within the builder class and its methods, though their specific descriptions are not provided."]]],[]]