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-24 UTC."],[[["The latest version of the `GetRegionHealthCheckServiceRequest` documentation is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`GetRegionHealthCheckServiceRequest` is a class in the Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace, and is part of the Google.Cloud.Compute.V1.dll assembly."],["This class is used to send a request for retrieving details of a regional health check service and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionHealthCheckServiceRequest` class has properties for `HealthCheckService`, `Project`, and `Region`, allowing specification of the health check service name, the project ID, and the region for the request."],["There are two constructors for this class, one empty and the other using another object of the same type, and it inherits basic functionalities from the base object class."]]],[]]