[[["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 webpage documents the `ApiMethodDescriptor.MethodType` enum for the Google API Client Library for Java (gax), detailing its various versions and associated documentation."],["The latest version of `ApiMethodDescriptor.MethodType` is 2.63.1, with a comprehensive list of previous versions available for reference, ranging from 2.62.0 back to 2.7.1."],["The `ApiMethodDescriptor.MethodType` enum includes static fields such as `BIDI_STREAMING`, `CLIENT_STREAMING`, `SERVER_STREAMING`, `UNARY`, and `UNKNOWN`, each representing a different type of API method."],["Inherited members from `java.lang.Enum` and `java.lang.Object` provide standard enum and object methods, like `valueOf`, `clone`, `equals`, `hashCode`, `notify`, and `wait`, for managing enum behavior and object interaction."],["The webpage also provides static methods `valueOf(String name)` and `values()` allowing to respectively retrieve an enum constant by name and an array containing all the enum constants."]]],[]]