public sealed class GetHealthBackendServiceRequest : IMessage<GetHealthBackendServiceRequest>, IEquatable<GetHealthBackendServiceRequest>, IDeepCloneable<GetHealthBackendServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetHealthBackendServiceRequest.
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-04-09 UTC."],[[["This webpage provides documentation for the `GetHealthBackendServiceRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.3.0."],["The `GetHealthBackendServiceRequest` class is used to send a request to the `BackendServices.GetHealth` method, which retrieves health status details for a backend service."],["It shows a versioning list ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest, each having its own page documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging and object management."],["It contains three properties: `BackendService`, `Project`, and `ResourceGroupReferenceResource`, which are essential for constructing the request and specifying the targeted service and project."]]],[]]