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."],[[["This page provides documentation for the `GetRegionHealthCheckServiceRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with version 3.6.0 being the latest available."],["The `GetRegionHealthCheckServiceRequest` class is a request message used for the `RegionHealthCheckServices.Get` method, as indicated by its documentation and purpose."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffer management."],["There are multiple versions available for the `GetRegionHealthCheckServiceRequest`, starting from 1.0.0 up to 3.6.0, allowing developers to reference different versions of the API."],["The class contains three key properties: `HealthCheckService`, `Project`, and `Region`, which are all strings used to define the parameters of the request."]]],[]]