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 page provides documentation for the `TargetPoolsAddHealthCheckRequest` class in the `Google.Cloud.Compute.V1` namespace, specifically for version 2.4.0."],["The documentation lists various versions of the `TargetPoolsAddHealthCheckRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to view older versions."],["The `TargetPoolsAddHealthCheckRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["The class includes a `HealthChecks` property, which is a `RepeatedField` of `HealthCheckReference`, used to add an `HttpHealthCheck` to the target pool."],["The page details the constructors available for `TargetPoolsAddHealthCheckRequest`, including a default constructor and a constructor that takes another `TargetPoolsAddHealthCheckRequest` object as a parameter."]]],[]]