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."],[[["The `TargetPoolsAddHealthCheckRequest` class is found within the `Google.Cloud.Compute.V1` namespace and assembly, specifically in `Google.Cloud.Compute.V1.dll`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer operations."],["The class provides two constructors, a default constructor and a copy constructor that accepts another `TargetPoolsAddHealthCheckRequest` instance as a parameter."],["It contains a `HealthChecks` property of type `RepeatedField\u003cHealthCheckReference\u003e`, which represents a list of health checks to be added to the target pool."],["The documentation for this class covers versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version available for reference."]]],[]]