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 several prior versions available, ranging down to version 1.0.0."],["`GetRegionHealthCheckRequest` is a request message used for retrieving health check details within a specific region, as part of the `RegionHealthChecks.Get` method."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with .NET and Google Cloud Protobuf functionalities."],["The `GetRegionHealthCheckRequest` class includes properties for `HealthCheck`, `Project`, and `Region`, all of which are strings and define the parameters needed to target specific health checks."]]],[]]