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-03-24 UTC."],[[["This webpage provides documentation for the `GetHealthBackendServiceRequest` class within the Google Cloud Compute Engine v1 API, specifically version 3.4.0."],["The `GetHealthBackendServiceRequest` class is used to send requests for the `BackendServices.GetHealth` method, allowing users to query the health status of backend services."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There is a list of documented versions, ranging from the latest 3.6.0 down to 1.0.0, allowing developers to view documentation on different releases."],["The class has public properties to set the `BackendService` name, `Project`, and `ResourceGroupReferenceResource` which allows for flexibility when building a request."]]],[]]