[[["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` class within the `com.google.api.gax.httpjson` package, spanning multiple versions, with version 2.63.1 being the most recent release."],["The `ApiMethodDescriptor` class is an abstract class that takes two type parameters, `RequestT` and `ResponseT`, which likely represent the types of the request and response objects used in an API method."],["Key methods of the `ApiMethodDescriptor` class include `getFullMethodName()`, `getHttpMethod()`, `getOperationSnapshotFactory()`, `getPollingRequestFactory()`, `getRequestFormatter()`, `getResponseParser()`, `getType()`, and `toBuilder()`, allowing for the specification of request and response handling for the api."],["The documentation also includes inherited members from the base `java.lang.Object` class, such as `clone()`, `equals(Object)`, and `hashCode()`."],["There is also a static `newBuilder()` method provided which returns a Builder object that can be used to build an instance of the `ApiMethodDescriptor` class."]]],[]]