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-24 UTC."],[[["This page provides documentation for the `GetRegionHealthCheckRequest` class within the Google.Cloud.Compute.V1 API, specifically version 2.12.0."],["The `GetRegionHealthCheckRequest` class is a request message used for the RegionHealthChecks.Get method, facilitating the retrieval of specific HealthCheck resources."],["The documentation outlines the class's inheritance, which includes implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, as well as the `IBufferMessage` interface."],["The class has two constructors, a default one and one that takes another `GetRegionHealthCheckRequest` object, and it includes properties such as `HealthCheck`, `Project`, and `Region` to define the request's scope and target."],["This page also provides links to documentation of this class dating back to version 1.0.0 all the way to the most recent version 3.6.0, allowing you to navigate through the versions."]]],[]]