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."],[[["The latest version of the `PingAndWarmResponse` class is 3.17.0, and it is part of the Google.Cloud.Bigtable.V2 namespace for .NET."],["`PingAndWarmResponse` is a response message used for Bigtable connection keepalive and warming, and it has been documented across multiple versions, starting from 2.2.0 up to the latest 3.17.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cPingAndWarmResponse\u003e`, `IEquatable\u003cPingAndWarmResponse\u003e`, `IDeepCloneable\u003cPingAndWarmResponse\u003e`, `IBufferMessage`, and `IMessage`, showing its function as a message type in the Google.Protobuf system."],["There are two constructors available for `PingAndWarmResponse`: a default constructor and a copy constructor that takes another `PingAndWarmResponse` instance as a parameter."]]],[]]