[[["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-07-01 UTC."],[[["This page provides documentation for the `ApiMethodDescriptor` class within the `com.google.api.gax.httpjson` package, offering a range of versions from 2.7.1 to 2.63.1, with 2.63.1 being the latest."],["`ApiMethodDescriptor` is an abstract class that defines methods and properties related to an API method, inheriting from `java.lang.Object`, and contains methods like `getFullMethodName()`, `getHttpMethod()`, and others."],["The class uses type parameters `RequestT` and `ResponseT` for request and response types, and it provides static methods such as `newBuilder()` for creating `ApiMethodDescriptor.Builder` instances."],["It offers methods like `getOperationSnapshotFactory()`, `getPollingRequestFactory()`, `getRequestFormatter()`, and `getResponseParser()` to manage various aspects of the API method execution."],["The `ApiMethodDescriptor` class includes abstract methods, such as `getType()` and `toBuilder()`, which are meant to be implemented by concrete subclasses, and is used for http/json requests."]]],[]]