public sealed class PingAndWarmResponse : IMessage<PingAndWarmResponse>, IEquatable<PingAndWarmResponse>, IDeepCloneable<PingAndWarmResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class PingAndWarmResponse.
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 provides reference documentation for the `PingAndWarmResponse` class within the Google Bigtable v2 API for .NET."],["The `PingAndWarmResponse` class is a response message used for Bigtable connection keepalive and warming, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions of the Google.Cloud.Bigtable.V2 library ranging from 2.2.0 to 3.17.0, with version 3.17.0 being the latest."],["The `PingAndWarmResponse` class inherits from the `object` class and has two constructors, a default one and one that takes another `PingAndWarmResponse` object."],["The page lists inherited members from the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]