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 within the `com.google.api.gax.grpc` package, detailing how to handle metadata from RPCs."],["The `ResponseMetadataHandler` interface is designed to be used with the `GrpcMetadataHandlerInterceptor` class for custom handling of RPC headers and trailers."],["The interface includes two primary methods: `onHeaders(Metadata metadata)` for managing RPC headers, and `onTrailers(Metadata metadata)` for managing RPC trailers."],["The latest version documented is 2.63.1, with a comprehensive list of previous versions available, going back to version 2.7.1."]]],[]]