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."],[[["This webpage provides reference documentation for the `GetHealthCheckRequest` class within the Compute Engine v1 API for .NET, with the current version being 2.8.0."],["The `GetHealthCheckRequest` class is a request message used for retrieving details about a specific health check, as part of the Google.Cloud.Compute.V1 namespace."],["The page lists documentation for a range of versions, from the latest (3.6.0) down to 1.0.0, allowing developers to access documentation tailored to the version they're using."],["The `GetHealthCheckRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role and capabilities in the API."],["The class has two constructors, a default one and one that accepts another `GetHealthCheckRequest` as a parameter, along with two properties: `HealthCheck` and `Project`, which are both of type string."]]],[]]