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-04-17 UTC."],[[["This webpage provides reference documentation for the `ResponseParams` class within the Google Bigtable v2 API for .NET, which is used for metadata related to zone and cluster identifiers."],["The `ResponseParams` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The documentation outlines the available constructors for the `ResponseParams` class, which include a default constructor and one that takes another `ResponseParams` object as a parameter."],["Key properties of the `ResponseParams` class include `ClusterId` and `ZoneId`, both of which are strings, along with boolean properties, `HasClusterId` and `HasZoneId`, which indicate whether the corresponding fields are set."],["The page also lists the different versions of the `Google.Cloud.Bigtable.V2` API, ranging from the latest version 3.17.0 down to 2.2.0, which includes links to their respective documentation."]]],[]]