public sealed class GetRegionHealthCheckRequest : IMessage<GetRegionHealthCheckRequest>, IEquatable<GetRegionHealthCheckRequest>, IDeepCloneable<GetRegionHealthCheckRequest>, IBufferMessage, IMessage
A request message for RegionHealthChecks.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 latest version of `GetRegionHealthCheckRequest` is 3.6.0, with previous versions ranging from 1.0.0 to 3.5.0, all accessible via their respective documentation links."],["`GetRegionHealthCheckRequest` is a request message for `RegionHealthChecks.Get` within the `Google.Cloud.Compute.V1` namespace, detailed further in the method description."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionHealthCheckRequest` class has two constructors: a default one and another that accepts an instance of itself."],["It includes three key properties: `HealthCheck` (the name of the HealthCheck resource), `Project` (the project ID), and `Region` (the region name)."]]],[]]