public sealed class GetHealthCheckRequest : IMessage<GetHealthCheckRequest>, IEquatable<GetHealthCheckRequest>, IDeepCloneable<GetHealthCheckRequest>, IBufferMessage, IMessage
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-04-02 UTC."],[[["This webpage details the `GetHealthCheckRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving health check information in Google Cloud."],["The latest version of the API available on this page is 3.6.0, with numerous prior versions listed, ranging down to version 1.0.0."],["The `GetHealthCheckRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetHealthCheckRequest` class has two constructors and two key properties: `HealthCheck` and `Project`, both of which are strings, and used to identify the target health check resource and the project respectively."],["This class serves as a request message for the `HealthChecks.Get` method, providing a structured way to request health check details from Google Cloud."]]],[]]