public sealed class GetRegionHealthCheckServiceRequest : IMessage<GetRegionHealthCheckServiceRequest>, IEquatable<GetRegionHealthCheckServiceRequest>, IDeepCloneable<GetRegionHealthCheckServiceRequest>, IBufferMessage, IMessage
A request message for RegionHealthCheckServices.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."],[[["The webpage details the `GetRegionHealthCheckServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send a request message for retrieving regional health check service information."],["This class, part of the Google.Cloud.Compute.V1.dll assembly, inherits from Object and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionHealthCheckServiceRequest` class has properties for `HealthCheckService`, `Project`, and `Region`, allowing users to specify the desired health check service, the project ID, and the region, respectively, with each of these being of String Type."],["The page provides links to documentation for multiple versions of the Google Cloud Compute API, ranging from version 1.0.0 to the latest version, 3.6.0."]]],[]]