public sealed class GetHealthBackendServiceRequest : IMessage<GetHealthBackendServiceRequest>, IEquatable<GetHealthBackendServiceRequest>, IDeepCloneable<GetHealthBackendServiceRequest>, IBufferMessage, IMessage
A request message for BackendServices.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-24 UTC."],[[["This page details the `GetHealthBackendServiceRequest` class, which is used for requesting health information about backend services in Google Cloud Compute."],["The `GetHealthBackendServiceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google.Protobuf framework."],["The page lists a history of versions for the `GetHealthBackendServiceRequest`, starting with version 1.0.0 and going up to the latest version 3.6.0."],["The class can be constructed using a parameterless constructor or a copy constructor that takes another `GetHealthBackendServiceRequest` instance as a parameter."],["The `GetHealthBackendServiceRequest` includes properties for `BackendService`, `Project`, and `ResourceGroupReferenceResource`, which are all string or resource types, which represent key components for querying the health of a backend service."]]],[]]