[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides documentation for the `ApiMethodDescriptor` class within the `com.google.api.gax.httpjson` package, covering versions from 2.7.1 up to the latest version 2.63.1."],["`ApiMethodDescriptor` is an abstract class that defines the structure of API method descriptions, inheriting from `java.lang.Object` and having type parameters `RequestT` and `ResponseT`."],["Key methods of `ApiMethodDescriptor` include `getFullMethodName()`, `getHttpMethod()`, `getOperationSnapshotFactory()`, `getPollingRequestFactory()`, `getRequestFormatter()`, `getResponseParser()`, `getType()` and `toBuilder()` for configuring various aspects of API method descriptions."],["The `newBuilder()` static method allows for the creation of a new `ApiMethodDescriptor.Builder` instance to configure a new ApiMethodDescriptor object."],["Inherited methods like `clone()`, `equals()`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, `wait()`, and variants are available from the `java.lang.Object` superclass."]]],[]]