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 `GetHealthCheckRequest` class is a part of the Google Cloud Compute Engine v1 API, used for requesting health check details, and is currently documented up to version 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `GetHealthCheckRequest` class inherits from `Object` and provides properties such as `HealthCheck` for specifying the name of the health check resource and `Project` for specifying the project ID."],["The class has two constructors: a default constructor and one that accepts another `GetHealthCheckRequest` object for copying."],["There are multiple documented versions of this class, ranging from version 1.0.0 up to the latest version 3.6.0, each accessible via a distinct URL."]]],[]]