[[["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` class within the `com.google.api.gax.httpjson` package in various versions, with the latest version being 2.63.1 and a list of versions dating back to 2.7.1."],["The `ApiMethodDescriptor` is an abstract class, with `RequestT` and `ResponseT` as the type parameters, meant to be extended with its primary role to define the structure of API methods."],["It inherits members from `java.lang.Object`, such as `clone()`, `equals()`, and `toString()`, among others."],["The class includes static and abstract methods for getting the full method name, HTTP method, operation snapshot factory, polling request factory, request formatter, response parser, type, and a method to create a builder."],["The `ApiMethodDescriptor` uses the static `newBuilder()` method to generate a `Builder` object for configuration, and has different `MethodType` objects, found inside it's definition."]]],[]]