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 documentation for the `PingAndWarmResponse` class within the Google Bigtable v2 API for .NET, specifically showing the available versions."],["The latest version available is 3.17.0, and the documentation spans back to version 2.2.0, including numerous versions in between for the class."],["The `PingAndWarmResponse` class is used as a response message for Bigtable's ping and warm operations and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the [object](https://learn.microsoft.com/dotnet/api/system.object) and has inherited members including GetHashCode(), GetType(), and ToString()."],["There are two constructor options available for the class, a default constructor and one that takes another PingAndWarmResponse object."]]],[]]