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."],[[["The document outlines the `PingAndWarmRequest` class, which is used for client connection keep-alive and warming within the Google Cloud Bigtable V2 library."],["This document provides a comprehensive list of available versions, ranging from version 2.2.0 up to the latest 3.17.0 for `Google.Cloud.Bigtable.V2.PingAndWarmRequest`."],["The `PingAndWarmRequest` class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create new instances, either empty or by cloning another `PingAndWarmRequest`, as well as properties to handle `AppProfileId`, `InstanceName`, and the `Name` of the instance."],["The `PingAndWarmRequest` `Name` property is required, representing the instance's unique identifier in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."]]],[]]