public sealed class ResponseParams : IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ResponseParams.
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 in the Google Bigtable v2 API is used for response metadata, particularly to retrieve `zone_id` and `cluster_id` from response trailers."],["This experimental feature of `ResponseParams` is designed for internal use in tagging metrics and is not intended for direct customer interaction."],["The `ResponseParams` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message handling."],["The `ResponseParams` class includes properties `ClusterId` and `ZoneId`, which are string identifiers that hold the respective values for a Bigtable cluster and zone, alongside boolean properties `HasClusterId` and `HasZoneId` that determine if those fields are set."],["This class is implemented in different versions, with the latest version available being `3.17.0`, and older versions ranging from `3.16.0` all the way down to `2.2.0`."]]],[]]