An interface to handle metadata returned from an RPC. A ResponseMetadataHandler is used by the
GrpcMetadataHandlerInterceptor class to provide custom handling of the returned headers and
trailers.
[[["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-08-15 UTC."],[[["This page provides documentation for the `ResponseMetadataHandler` interface in the `com.google.api.gax.grpc` package, which is used to handle metadata returned from an RPC."],["The documentation includes a list of available versions, ranging from version 2.63.1 (latest) down to version 2.7.1, for the `ResponseMetadataHandler`."],["The `ResponseMetadataHandler` interface defines two abstract methods: `onHeaders(Metadata metadata)` for handling RPC headers, and `onTrailers(Metadata metadata)` for handling RPC trailers."],["Both the `onHeaders` and `onTrailers` methods take a parameter named `metadata`, of the type `io.grpc.Metadata`, providing access to the RPC metadata."]]],[]]