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."],[[["The latest version available for the Google Bigtable v2 API's `PingAndWarmRequest` class is 3.17.0, with a range of versions from 3.16.0 to 2.2.0 also documented."],["`PingAndWarmRequest` is a request message designed for maintaining client connections and warming up, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `PingAndWarmRequest` belongs to the `Google.Cloud.Bigtable.V2` namespace, and is located within the `Google.Cloud.Bigtable.V2.dll` assembly."],["The `PingAndWarmRequest` class has a constructor and accepts an `other` parameter of type `PingAndWarmRequest` for instantiating new objects, and has public string properties for `AppProfileId` and `Name`, and an `InstanceName` property for checking permissions and replication routing."],["The `Name` property in `PingAndWarmRequest` is a required field representing the instance's unique name, formatted as `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."]]],[]]