public sealed class BackendServiceReference : IMessage<BackendServiceReference>, IEquatable<BackendServiceReference>, IDeepCloneable<BackendServiceReference>, IBufferMessage, IMessage
[[["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 `BackendServiceReference` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0 of the library."],["The `BackendServiceReference` class, which inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, represents a reference to a backend service."],["The webpage lists multiple versions of the `Google.Cloud.Compute.V1` library, ranging from the latest (3.6.0) down to version 1.0.0."],["The `BackendServiceReference` class has properties such as `BackendService` (a string) and `HasBackendService` (a boolean) and contains two constructors: a default constructor and one that takes another `BackendServiceReference` as an argument."],["The documentation provides information about inherited members, which include `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]