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 latest version available for the `PingAndWarmRequest` class in the Google.Cloud.Bigtable.V2 API is 3.17.0, while the current context is set to version 3.12.0, with a list of the historical versions being shown from 3.17.0 to 2.2.0."],["The `PingAndWarmRequest` class is used for client connection keep-alive and warming, serving as a request message."],["`PingAndWarmRequest` inherits from object and implements multiple interfaces, including `IMessage`, `IEquatable\u003cPingAndWarmRequest\u003e`, `IDeepCloneable\u003cPingAndWarmRequest\u003e`, and `IBufferMessage`, which is located in the `Google.Cloud.Bigtable.V2` namespace."],["The class includes properties like `AppProfileId`, which specifies routing for replication, and `InstanceName` and `Name`, which are used to define the unique instance being referred to."],["There are two types of constructors available within this class, `PingAndWarmRequest()`, and `PingAndWarmRequest(PingAndWarmRequest other)`."]]],[]]