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."],[[["The latest version of the `GetHealthCheckRequest` is 3.6.0, as shown by the provided content."],["This page provides documentation for the `GetHealthCheckRequest` class across various versions, ranging from 1.0.0 to 3.6.0."],["`GetHealthCheckRequest` is a request message used within the `Google.Cloud.Compute.V1` namespace, for obtaining HealthCheck resource information, as indicated by its description."],["The `GetHealthCheckRequest` class includes constructors and properties like `HealthCheck` and `Project`, which allow for specifying the health check resource and project ID."],["The class implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base Object class."]]],[]]