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 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."]]],[]]