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 version being documented is 3.3.0."],["The `PingAndWarmRequest` class is a request message used for client connection keep-alive and warming within the Google Bigtable v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `PingAndWarmRequest` class includes properties such as `AppProfileId`, `InstanceName`, and `Name`, to manage instance specific routing and resource identification."],["The `PingAndWarmRequest` class has a constructor that takes in another `PingAndWarmRequest` object, as well as a default constructor."]]],[]]