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 webpage provides documentation for the `TargetPoolsAddHealthCheckRequest` class in the `Google.Cloud.Compute.V1` namespace, specifically version 2.8.0."],["Multiple previous versions of the `TargetPoolsAddHealthCheckRequest` class are linked to, ranging from version 1.0.0 to the latest version 3.6.0, allowing developers to find documentation for other versions."],["`TargetPoolsAddHealthCheckRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `TargetPoolsAddHealthCheckRequest` class includes a `HealthChecks` property, which is a `RepeatedField` of `HealthCheckReference` and is used to add an HttpHealthCheck to a target pool."],["The class offers two constructors: a default constructor `TargetPoolsAddHealthCheckRequest()` and a copy constructor `TargetPoolsAddHealthCheckRequest(TargetPoolsAddHealthCheckRequest other)`."]]],[]]