public sealed class GetHealthRegionBackendServiceRequest : IMessage<GetHealthRegionBackendServiceRequest>, IEquatable<GetHealthRegionBackendServiceRequest>, IDeepCloneable<GetHealthRegionBackendServiceRequest>, IBufferMessage, IMessage
A request message for RegionBackendServices.GetHealth. 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 `GetHealthRegionBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting health information about a RegionBackendService."],["The page lists the different versions of this class, ranging from version 1.0.0 to the latest version 3.6.0, each with its own documentation link."],["`GetHealthRegionBackendServiceRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for specifying the `BackendService`, `Project`, and `Region`, as well as a `ResourceGroupReferenceResource` for the request body."],["The class includes two constructors: a parameterless constructor and one that takes another `GetHealthRegionBackendServiceRequest` instance as a parameter."]]],[]]