[[["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."],[[["The webpage provides documentation for various versions of `StatusCode.Code` within the `com.google.api.gax.rpc` package, ranging from version 2.63.1 (latest) down to version 2.7.1."],["`StatusCode.Code` is a Java enum, extending `java.lang.Enum`, and includes inherited members like `compareTo`, `equals`, `hashCode`, and `toString` from the parent `Enum` class."],["The `StatusCode.Code` enum defines a set of static fields that represent different status conditions, such as `ABORTED`, `CANCELLED`, `OK`, `UNAVAILABLE`, and `UNKNOWN`."],["There are static methods associated with the `StatusCode.Code` enum, `valueOf(String name)` and `values()`, and an instance method `getHttpStatusCode()`."],["The page lists 17 static fields, each being a status code, and 2 static and 1 instance method available within the `StatusCode.Code` enum."]]],[]]