public sealed class PingAndWarmRequest : IMessage<PingAndWarmRequest>, IEquatable<PingAndWarmRequest>, IDeepCloneable<PingAndWarmRequest>, IBufferMessage, IMessage
Request message for client connection keep-alive and warming.
Google.Cloud.Bigtable.Common.V2.InstanceName-typed view over the Name resource name property.
Property Value
Type
Description
Google.Cloud.Bigtable.Common.V2.InstanceName
Name
public string Name { get; set; }
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 `PingAndWarmRequest` class is designed for client connection keep-alive and warming within the Google Cloud Bigtable V2 service, serving as a message request."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specific to the PingAndWarmRequest type."],["The `PingAndWarmRequest` class contains properties such as `AppProfileId`, `InstanceName`, and `Name`, which are used to specify routing, resource name and the unique name of the instance."],["The latest version of this specific class is `3.17.0`, but it is also available in a range of versions starting at `2.2.0` all the way to `3.17.0`, each with a corresponding link."],["The object inherits core members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]