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."],[[["This webpage details the `GetRegionHealthCheckRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request health check details for a specific region."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and deep cloning operations."],["The `GetRegionHealthCheckRequest` class contains properties to define `HealthCheck`, `Project`, and `Region` in order to perform the corresponding query."],["There are various versions of the resource available, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest version listed."],["The webpage provides information about the available constructors, namely a default constructor and one that accepts another `GetRegionHealthCheckRequest` object as a parameter for cloning."]]],[]]