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-31 UTC."],[[["This webpage provides documentation for the `TargetPoolsAddHealthCheckRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0."],["The latest version documented is 3.6.0, with the page offering links to documentation for versions ranging from 1.0.0 to 3.6.0 of this specific class."],["`TargetPoolsAddHealthCheckRequest` is part of the `Google.Cloud.Compute.V1` assembly (Google.Cloud.Compute.V1.dll) and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `HealthChecks` property, which is a `RepeatedField` of `HealthCheckReference` objects, representing the health checks to be added to a target pool."],["The documentation offers two constructors for the `TargetPoolsAddHealthCheckRequest` class: a default constructor and one that takes another `TargetPoolsAddHealthCheckRequest` instance as an argument."]]],[]]