[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `ApiMethodDescriptor.Builder` class within the `com.google.api.gax.httpjson` package, specifically focusing on the Java version."],["The latest version of the API documented is 2.63.1, with links to the documentation for 47 previous versions ranging down to version 2.7.1."],["`ApiMethodDescriptor.Builder` is an abstract class used for constructing `ApiMethodDescriptor` objects, inheriting from `java.lang.Object`, and defining a builder for API method descriptions."],["The builder class includes methods to set various properties of the API method, such as `fullMethodName`, `httpMethod`, `requestFormatter`, `responseParser`, `operationSnapshotFactory`, `pollingRequestFactory`, and `type`, and also includes a `build()` method to finalize the construction."],["The `Builder` class is generic, using `RequestT` and `ResponseT` as type parameters, and it offers different methods to interact with different types, such as `HttpRequestFormatter`, `HttpResponseParser`, `OperationSnapshotFactory` and `PollingRequestFactory`."]]],[]]