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 documentation for the `PingAndWarmRequest` class within the Google Bigtable v2 API for .NET, detailing its properties, constructors, and implemented interfaces."],["The `PingAndWarmRequest` class is a message type used for client connection keep-alive and warming in the Google Bigtable API, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the API, ranging from version 2.2.0 to the latest version 3.17.0, with links to each version's specific documentation."],["The class `PingAndWarmRequest` has properties such as `AppProfileId`, `InstanceName`, and `Name`, which are used for routing, instance name handling, and specifying the instance to check permissions for, respectively."],["The document provides constructor information for `PingAndWarmRequest` including one without any parameters and another one that takes another `PingAndWarmRequest` as input."]]],[]]