public sealed class PingAndWarmResponse : IMessage<PingAndWarmResponse>, IEquatable<PingAndWarmResponse>, IDeepCloneable<PingAndWarmResponse>, IBufferMessage, IMessage
Response message for Bigtable.PingAndWarm connection keepalive and warming.
[[["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 webpage details the `PingAndWarmResponse` class within the `Google.Cloud.Bigtable.V2` namespace, used for connection keepalive and warming in Bigtable."],["The latest version of `PingAndWarmResponse` is 3.17.0, with the page providing access to documentation for multiple versions, ranging back to version 2.2.0."],["The `PingAndWarmResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating a new instance of `PingAndWarmResponse`, both with no parameters, or taking an existing `PingAndWarmResponse` as a parameter."]]],[]]