public sealed class GetRegionHealthCheckServiceRequest : IMessage<GetRegionHealthCheckServiceRequest>, IEquatable<GetRegionHealthCheckServiceRequest>, IDeepCloneable<GetRegionHealthCheckServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionHealthCheckServiceRequest.
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."],[[["The `GetRegionHealthCheckServiceRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request information about a specific health check service in a region."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the Google.Cloud.Compute.V1 is 3.6.0, with many prior versions also documented, going as far back as version 1.0.0."],["The `GetRegionHealthCheckServiceRequest` class has three main properties, `HealthCheckService`, `Project`, and `Region`, which define the health check service, the project ID, and the region for the request, respectively."],["The class has two constructors: one default constructor with no parameters and one that takes another `GetRegionHealthCheckServiceRequest` instance as a parameter."]]],[]]