public sealed class GetHealthCheckRequest : IMessage<GetHealthCheckRequest>, IEquatable<GetHealthCheckRequest>, IDeepCloneable<GetHealthCheckRequest>, IBufferMessage, IMessage
A request message for HealthChecks.Get. See the method description for details.
[[["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 `GetHealthCheckRequest` class is used to request health check information within the Google Cloud Compute API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The latest version of `GetHealthCheckRequest` is 3.6.0, while other versions, dating back to 1.0.0, are also accessible."],["It includes two constructors, a default constructor and one that takes another `GetHealthCheckRequest` instance as a parameter for copying."],["It contains two key properties: `HealthCheck` for the name of the health check resource and `Project` for the associated project ID, both of which are strings."]]],[]]