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 documentation for the `GetHealthCheckRequest` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.13.0, but also providing links to other versions from 1.0.0 to 3.6.0."],["The `GetHealthCheckRequest` class is used to create a request message for retrieving a health check and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetHealthCheckRequest` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, and it has its own constructors."],["The class contains two key properties, `HealthCheck`, which is a string representing the name of the HealthCheck resource to return, and `Project`, which is a string representing the Project ID for the request."],["The namespace for the class is `Google.Cloud.Compute.V1`, and it is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]