public sealed class PingAndWarmRequest : IMessage<PingAndWarmRequest>, IEquatable<PingAndWarmRequest>, IDeepCloneable<PingAndWarmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class PingAndWarmRequest.
Request message for client connection keep-alive 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 document provides reference documentation for the `PingAndWarmRequest` class within the Google Bigtable v2 API, specifically for version 3.9.0 of the .NET library."],["`PingAndWarmRequest` is designed as a request message for maintaining client connections and server warming, as explained in the provided content, it is used as a keep-alive function."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cPingAndWarmRequest\u003e`, `IDeepCloneable\u003cPingAndWarmRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["The `PingAndWarmRequest` class includes properties such as `AppProfileId`, `InstanceName`, and `Name`, enabling the specification of routing and identification of the target instance, with `Name` being a required field."],["The documentation outlines available versions of the `PingAndWarmRequest`, starting from version 2.2.0 up to the latest version 3.17.0, demonstrating that multiple versions of this class are available to utilize."]]],[]]