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 designed for experimental use in gathering zone and cluster IDs from response trailers for metric tagging, and is not intended for direct customer use."],["This `ResponseParams` class, found within the `Google.Cloud.Bigtable.V2` namespace in the Google.Cloud.Bigtable.V2.dll assembly, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version of the `ResponseParams` class is `3.17.0`, and it has a history of versions that includes everything down to version `2.2.0`, all of which can be found within the dotnet docs."],["`ResponseParams` includes properties for `ClusterId` and `ZoneId`, which are string identifiers for the bigtable resources, along with `HasClusterId` and `HasZoneId` properties indicating whether these fields are set."],["The `ResponseParams` class can be instantiated via a parameterless constructor, or by using another instance of `ResponseParams` as an argument for the constructor."]]],[]]