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 page details the `GetRegionHealthCheckServiceRequest` class, which is a request message for the RegionHealthCheckServices.Get operation within the Google.Cloud.Compute.V1 namespace."],["The `GetRegionHealthCheckServiceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class offers two constructors: a default constructor and a copy constructor that takes another `GetRegionHealthCheckServiceRequest` object as a parameter."],["The class includes properties like `HealthCheckService`, `Project`, and `Region`, each requiring string values and providing necessary information for executing the health check service request within a specified project and region."],["The page also lists the different versions of the GetRegionHealthCheckServiceRequest class available from version 1.0.0 to the latest version 3.6.0, allowing users to find the relevant documentation of previous versions."]]],[]]