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."],[[["The `GetHealthBackendServiceRequest` class in the Google.Cloud.Compute.V1 namespace is a request message for the BackendServices.GetHealth API method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The latest version of this documentation is for version 3.6.0, with versions ranging from 1.0.0 to 3.6.0 being available for reference."],["The class has properties such as `BackendService`, `Project`, and `ResourceGroupReferenceResource`, to define the necessary information for the request."],["There are two different constructors for this class: `GetHealthBackendServiceRequest()` and `GetHealthBackendServiceRequest(GetHealthBackendServiceRequest other)`, to create an empty instance, or an instance from another `GetHealthBackendServiceRequest`."]]],[]]