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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage details the `TargetPoolsAddHealthCheckRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 2.14.0, which is part of a collection that goes back to version 1.0.0 and is up to date until version 3.6.0, which is the latest."],["The `TargetPoolsAddHealthCheckRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and buffer message handling."],["The class inherits members from `object`, providing standard methods like `GetHashCode`, `GetType`, and `ToString`."],["The primary functionality of the `TargetPoolsAddHealthCheckRequest` class involves the `HealthChecks` property, which is of type `RepeatedField\u003cHealthCheckReference\u003e` and allows adding `HttpHealthCheck` instances to a target pool."],["The class provides two constructors, one that is empty and another that takes in a `TargetPoolsAddHealthCheckRequest` object as a parameter."]]],[]]