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 `GetRegionHealthCheckRequest` class is used to request health check information within a specific region and project."],["This class is part of the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest in the list provided."],["It inherits from the base `Object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["It has properties to specify the `HealthCheck`, `Project`, and `Region` for targeted health check requests, all of which are string types."],["There are multiple version available for this `GetRegionHealthCheckRequest`, from version 1.0.0 to 3.6.0, including numerous minor version releases."]]],[]]