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 `GetHealthCheckRequest` class is part of the Compute Engine v1 API within the Google Cloud platform, specifically under the `Google.Cloud.Compute.V1` namespace."],["This class serves as a request message for retrieving health check details, as part of the `HealthChecks.Get` method."],["The `GetHealthCheckRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetHealthCheckRequest` documentation is version 3.6.0, with a range of previous versions available, dating back to version 1.0.0."],["It contains properties that handle the project ID and the name of the health check that is to be returned, named `Project` and `HealthCheck` respectively."]]],[]]