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."],[[["The `GetHealthBackendServiceRequest` class is used to request health information for backend services in Google Cloud Compute."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class has constructors that allow creating instances with default values or by copying an existing `GetHealthBackendServiceRequest` object, and it offers properties to manage `BackendService`, `Project`, and `ResourceGroupReferenceResource`."],["The latest version of `GetHealthBackendServiceRequest` is 3.6.0, with previous versions available for use, all of which share the same functionalities."]]],[]]