[[["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 it has versions ranging down to 2.7.1."],["The `ApiMethodDescriptor` is an abstract class in Java used to describe the properties of an API method, such as HTTP method, full method name, request format, response parsing, and its primary function is to help define and manage API interaction within the application."],["The `ApiMethodDescriptor` class, extends from `java.lang.Object`, and includes methods for retrieving full method names (`getFullMethodName()`) and HTTP methods (`getHttpMethod()`), as well as returning its own type, an `OperationSnapshotFactory`, a `PollingRequestFactory`, an `HttpRequestFormatter`, and a `HttpResponseParser`."],["It includes information about the parameters `RequestT` and `ResponseT`, static methods such as `newBuilder()`, and abstract methods, such as `toBuilder()`, which allows for creating a builder instance and creating a builder instance from an existing `ApiMethodDescriptor`."],["The webpage contains a comprehensive list of all the versions of `ApiMethodDescriptor`, and contains links to each version's documentation for easy access to specific functionality."]]],[]]