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 the `GetRegionHealthCheckRequest` is 3.6.0, but there are many versions available, including versions as old as 1.0.0."],["`GetRegionHealthCheckRequest` is a request message used for the `RegionHealthChecks.Get` method and is implemented through multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class, `GetRegionHealthCheckRequest`, includes properties to define the `HealthCheck`, `Project`, and `Region`, all of which are strings."],["The `GetRegionHealthCheckRequest` class includes two constructors, a default one and one that takes another `GetRegionHealthCheckRequest` object as a parameter."],["The class belongs to the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly, inheriting members from the `Object` class."]]],[]]