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-21 UTC."],[[["This webpage details the `GetHealthBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, used to query the health of backend services."],["The latest version available is 3.6.0, with a range of previous versions from 3.5.0 down to 1.0.0 accessible via the provided links."],["`GetHealthBackendServiceRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `BackendService`, `Project`, and `ResourceGroupReferenceResource` for defining the request."],["The `GetHealthBackendServiceRequest` class inherits from the base `Object` class and contains inherited methods such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]