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 page provides documentation for the `GetHealthCheckRequest` class within the Google Compute Engine v1 API for .NET, with version 3.6.0 being the latest."],["The `GetHealthCheckRequest` class is a request message used for the `HealthChecks.Get` method, as detailed in its description, and it also implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetHealthCheckRequest` class has two constructors, one default and one that takes another `GetHealthCheckRequest` instance as a parameter, allowing it to be initialized with existing data."],["The `GetHealthCheckRequest` class has properties to set the `HealthCheck` and `Project` as string values, allowing for the specification of the health check resource and the project ID within the request."],["The page also includes links to versions of this resource ranging from version 1.0.0 all the way up to the latest version 3.6.0, allowing users to see the history of this resource."]]],[]]