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 in the `Google.Cloud.Compute.V1` namespace, specifically within the context of .NET development."],["The `TargetPoolsAddHealthCheckRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and has multiple versions available, from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf."],["The class has two constructors, a default constructor and a copy constructor, allowing for object creation and cloning."],["The `HealthChecks` property, of type `RepeatedField\u003cHealthCheckReference\u003e`, allows managing a list of `HealthCheckReference` objects, representing the HTTP health checks to add to a target pool."]]],[]]