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-04-09 UTC."],[[["The page provides reference documentation for the `GetHealthCheckRequest` class within the Google Compute Engine v1 API, specifically for version 3.2.0."],["`GetHealthCheckRequest` is used to send a request for retrieving information about a specific health check, as per the Compute Engine API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in message passing and data handling."],["The documentation outlines the class's constructors, including a parameter for taking another `GetHealthCheckRequest` instance, as well as two properties, `HealthCheck` and `Project`, for specifying the resource and project."],["The page shows a historical list of documented releases for this class, from version 1.0.0 up to 3.6.0 (latest)."]]],[]]