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 document provides reference and code samples for the `PingAndWarmRequest` class in the Google Bigtable v2 API, which is used for client connection keep-alive and warming."],["The `PingAndWarmRequest` class, found within the `Google.Cloud.Bigtable.V2` namespace, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.17.0, with a range of versions from 2.2.0 up to 3.17.0 accessible via links."],["The `PingAndWarmRequest` class includes properties like `AppProfileId`, `InstanceName`, and `Name`, which are used for routing, instance identification, and checking permissions."],["The class also defines two constructors, a parameterless one and one that accepts another `PingAndWarmRequest` object, for creating instances and cloning respectively."]]],[]]