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."],[[["This page provides documentation for the `ResponseParams` class within the Google Bigtable v2 API for .NET, with the latest version being 3.17.0."],["`ResponseParams` is designed as an experimental feature to retrieve `zone_id` and `cluster_id` from response trailers for tagging metrics."],["The `ResponseParams` class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ResponseParams` has properties for `ClusterId` and `ZoneId`, both of which are strings, and also has corresponding boolean properties, `HasClusterId` and `HasZoneId`, to indicate if those fields are set."],["The documentation includes a list of all available versions of the `Google.Cloud.Bigtable.V2` package, starting from 2.2.0 up to the latest 3.17.0, enabling users to see the evolution of the API."]]],[]]