public sealed class TargetPoolsAddHealthCheckRequest : IMessage<TargetPoolsAddHealthCheckRequest>, IEquatable<TargetPoolsAddHealthCheckRequest>, IDeepCloneable<TargetPoolsAddHealthCheckRequest>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The `TargetPoolsAddHealthCheckRequest` class is documented across multiple versions, with the latest being 3.6.0, and it is used to add a health check to a target pool."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality comparisons, deep cloning, and buffer operations, respectively."],["The `TargetPoolsAddHealthCheckRequest` class has two constructors, one default and another that accepts another `TargetPoolsAddHealthCheckRequest` object as a parameter for creating a new instance based on an existing one."],["The class contains a `HealthChecks` property, which is a `RepeatedField` of `HealthCheckReference` objects used to specify the health checks to be added to a target pool."],["The class inherits from `Object` and provides members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, along with being part of the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]