[[["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-09 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, inheriting from `java.lang.Object`, designed to define methods for API interactions, with `RequestT` and `ResponseT` as its type parameters."],["The class includes methods such as `getFullMethodName()`, `getHttpMethod()`, `getOperationSnapshotFactory()`, `getPollingRequestFactory()`, `getRequestFormatter()`, `getResponseParser()`, `getType()`, and `toBuilder()`, each serving a unique purpose for request and response handling."],["It also provides a static method `newBuilder()` for constructing `ApiMethodDescriptor` objects and has a non-static empty constructor, `ApiMethodDescriptor()`, for direct creation of the object."],["The document details the inherited methods from the `Object` class such as, `clone()`, `equals(Object)`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, `wait()`, `wait(long)`, and `wait(long,int)`."]]],[]]