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 page provides documentation for the `GetHealthCheckRequest` class in the Google Cloud Compute Engine v1 API, specifically within the .NET library."],["Version 3.6.0 is the latest version of this class, with a history of versions ranging back to 1.0.0 available to browse, along with the current version 2.6.0 being documented."],["`GetHealthCheckRequest` is used as a message for the `HealthChecks.Get` method within the API."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionalities."],["The `GetHealthCheckRequest` class has a constructor, and two key properties, `HealthCheck` and `Project`, allowing specification of the HealthCheck resource name and the Project ID for a request."]]],[]]