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."],[[["This webpage provides documentation for the `PingAndWarmRequest` class within the Google Bigtable v2 API, specifically for .NET development, including its constructors, properties, and implemented interfaces."],["The `PingAndWarmRequest` class is used for client connection keep-alive and warming operations within the Google Bigtable service and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The available versions of the `PingAndWarmRequest` class range from 2.2.0 to the latest version of 3.17.0, offering backward compatibility and access to different API releases."],["Key properties of the `PingAndWarmRequest` class include `AppProfileId`, `InstanceName`, and `Name`, each serving a specific purpose related to routing and identifying the target instance within Google Cloud."],["The `PingAndWarmRequest` class can be instantiated through a default constructor or by providing another `PingAndWarmRequest` instance as a parameter to its constructor."]]],[]]