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 documentation covers the `PingAndWarmResponse` class within the Google Bigtable v2 API, used for connection keepalive and warming, which is part of the `Google.Cloud.Bigtable.V2` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cPingAndWarmResponse\u003e`, `IDeepCloneable\u003cPingAndWarmResponse\u003e`, and `IBufferMessage`, showing its diverse functionality within the protobuf system."],["The documentation provides access to different versions of the API, ranging from the latest 3.17.0 down to 2.2.0, with each link leading to the `PingAndWarmResponse` documentation for that specific version."],["The class inherits from `object` and has two constructors: a default one and another one that accepts an existing `PingAndWarmResponse` object as a parameter."],["The documentation contains inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` that belong to the base object class."]]],[]]