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 latest version available for the Google Bigtable v2 API is 3.17.0, while the current page is presenting information for version 3.8.0."],["The `ResponseParams` class is part of the Google.Cloud.Bigtable.V2 namespace and is used for handling response metadata in the Bigtable API."],["The `ResponseParams` class allows you to access and work with cluster and zone identifiers."],["The `ResponseParams` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The ResponseParams class includes properties such as ClusterId and ZoneId, which can be retrieved and set as string values, and HasClusterId and HasZoneId to check whether these fields have been set."]]],[]]