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."],[[["The latest version available for the `PingAndWarmResponse` class within the Google Cloud Bigtable v2 API is 3.17.0, while the current version being viewed is 3.14.0."],["`PingAndWarmResponse` is a response message designed for connection keepalive and warming operations in Google Bigtable."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to enhance functionality."],["The class `PingAndWarmResponse` inherits from `object` and includes a public constructor, `PingAndWarmResponse()`, and a copy constructor, `PingAndWarmResponse(PingAndWarmResponse other)`, which is used to initialize a new instance with the data from an existing `PingAndWarmResponse` object."]]],[]]