[[["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-03-21 UTC."],[[["This webpage provides documentation for the `GrpcStatusCode` class, which is a failure code specific to gRPC calls, within the Google API client libraries for Java, with the latest version being 2.63.1."],["The `GrpcStatusCode` class implements the `StatusCode` interface and inherits from `java.lang.Object`, offering methods like `getCode()` and `getTransportCode()` to interact with gRPC status codes."],["The class includes a static method, `of(Status.Code grpcCode)`, that creates a new `GrpcStatusCode` instance based on a given `io.grpc.Status.Code`, as well as a constructor `GrpcStatusCode()` and an array of inherited methods from the Object class."],["The `getTransportCode()` method, which must be implemented by concrete subclasses, returns the transport-specific status code value as an `io.grpc.Status.Code`, while the `getCode()` method returns the Status.Code from gRPC as a `StatusCode.Code`."],["The available versions of the package range from 2.63.1 down to 2.7.1, with each version having its respective documentation."]]],[]]