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 provided content is a documentation page for the `PingAndWarmResponse` class in the `Google.Cloud.Bigtable.V2` namespace, detailing its usage in .NET applications."],["Version 3.17.0 is the latest version available for `PingAndWarmResponse`, with a history of prior releases dating back to version 2.2.0, each linked for direct navigation."],["`PingAndWarmResponse` serves as the response message for connection keepalive and warming within Bigtable, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor (`PingAndWarmResponse()`) and a copy constructor (`PingAndWarmResponse(PingAndWarmResponse other)`), allowing for new instances or clones."],["The documentation lists the inherited members and namespace, along with the assembly `Google.Cloud.Bigtable.V2.dll` in which the class is contained."]]],[]]