public sealed class PingAndWarmRequest : IMessage<PingAndWarmRequest>, IEquatable<PingAndWarmRequest>, IDeepCloneable<PingAndWarmRequest>, IBufferMessage, IMessage
Request message for client connection keep-alive and warming.
Required. The unique name of the instance to check permissions for as well as
respond. Values are of the form projects/<project>/instances/<instance>.
[[["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.Cloud.Bigtable.V2` namespace, with the latest version being 3.17.0."],["The `PingAndWarmRequest` class is used for client connection keep-alive and warming, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from `Object` and has constructors for creating new instances of `PingAndWarmRequest`."],["Key properties of the `PingAndWarmRequest` class include `AppProfileId`, `InstanceName`, and `Name`, which are used for routing replication, defining a typed view over the resource name, and specifying the instance's unique name, respectively."],["The page lists all available versions of the `PingAndWarmRequest` class, starting from version 2.2.0 up to the latest 3.17.0."]]],[]]