public sealed class GetHealthCheckRequest : IMessage<GetHealthCheckRequest>, IEquatable<GetHealthCheckRequest>, IDeepCloneable<GetHealthCheckRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetHealthCheckRequest.
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 latest version of the `GetHealthCheckRequest` class is 3.6.0, but this page is showing version 3.0.0, with multiple previous versions ranging from 1.0.0 to 3.5.0 also available."],["`GetHealthCheckRequest` is a request message used for retrieving the health status of a specific resource in the Compute Engine v1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetHealthCheckRequest` class has two constructors, one default and another that takes an existing `GetHealthCheckRequest` object for duplication."],["It contains two properties `HealthCheck` and `Project`, to specify the name of the health check resource and the project ID, respectively, both of which are string type."]]],[]]