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-21 UTC."],[[["This webpage provides documentation for the `TargetPoolsAddHealthCheckRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.17.0."],["The documentation outlines the class's inheritance from `object` and its implementation of various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetPoolsAddHealthCheckRequest` class includes constructors for creating new instances, either default or from an existing instance, and it offers a property called `HealthChecks` of type `RepeatedField\u003cHealthCheckReference\u003e`."],["The `HealthChecks` property allows for adding HttpHealthCheck instances to a target pool."],["The page also lists previous versions, ranging from version 1.0.0 to the latest 3.6.0, allowing users to access the corresponding documentation."]]],[]]