public sealed class ResponseParams : IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, IBufferMessage, IMessage
Response metadata proto
This is an experimental feature that will be used to get zone_id and
cluster_id from response trailers to tag the metrics. This should not be
used by customers directly
[[["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."],[[["The `ResponseParams` class provides metadata for responses, including `zone_id` and `cluster_id`, which are used for metrics tagging."],["This class is part of the `Google.Cloud.Bigtable.V2` namespace and is found in the `Google.Cloud.Bigtable.V2.dll` assembly."],["The `ResponseParams` class is experimental and should not be used directly by customers."],["Version 3.17.0 is the latest version available, with multiple prior versions ranging from 3.16.0 down to 2.2.0 also accessible."],["The `ResponseParams` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `ClusterId`, `HasClusterId`, `HasZoneId`, and `ZoneId`."]]],[]]