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, designed to manage requests for retrieving health check information in a specified region."],["The class `GetRegionHealthCheckRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like deep cloning and buffer message handling."],["The latest version available on the webpage is 3.6.0, with the page also listing the different previous versions, each with their respective linked documentation."],["The `GetRegionHealthCheckRequest` class has two constructors: a default constructor and a copy constructor that accepts another `GetRegionHealthCheckRequest` instance."],["The properties of `GetRegionHealthCheckRequest` include `HealthCheck`, `Project`, and `Region`, which are all strings and provide details on the health check resource name, project ID, and the name of the region respectively."]]],[]]