public sealed class GetRegionHealthCheckRequest : IMessage<GetRegionHealthCheckRequest>, IEquatable<GetRegionHealthCheckRequest>, IDeepCloneable<GetRegionHealthCheckRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionHealthCheckRequest.
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-31 UTC."],[[["The `GetRegionHealthCheckRequest` class, part of the Google.Cloud.Compute.V1 API, is used to request details about a specific region's health check."],["Version 3.6.0 is the latest version of the API, while the content on the page is in reference to version 3.1.0, which is one of many previous versions available."],["The `GetRegionHealthCheckRequest` class includes properties for `HealthCheck`, `Project`, and `Region`, which are used to specify the target health check, the project ID, and the region, respectively."],["The `GetRegionHealthCheckRequest` class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionHealthCheckRequest` class provides two constructors: a default constructor and a copy constructor, to duplicate an existing `GetRegionHealthCheckRequest`."]]],[]]