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 `GetHealthCheckRequest` class is part of the Google Cloud Compute Engine v1 API, as seen in the `Google.Cloud.Compute.V1` namespace."],["This class is used to send a request to get the details of a specific health check, and can be found in versions ranging from 1.0.0 all the way to the current latest 3.6.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts."],["The `GetHealthCheckRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetHealthCheckRequest` object."],["The class contains the properties of `HealthCheck` and `Project`, both of which are of type string and are used for specifying the health check name and project ID."]]],[]]