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-21 UTC."],[[["This webpage details the `GetRegionHealthCheckServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send a request message for retrieving health check service information."],["The `GetRegionHealthCheckServiceRequest` class has been released in many versions, ranging from 1.0.0 to the latest 3.6.0, all of which have corresponding documentation links."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `Object`."],["Key properties of the class include `HealthCheckService`, `Project`, and `Region`, which are used to specify the target health check service, project ID, and region for the request respectively."],["There are two constructors available for the class, one being an empty constructor, and another taking in an existing instance of `GetRegionHealthCheckServiceRequest` for cloning."]]],[]]