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-03-24 UTC."],[[["This webpage provides documentation for the `BackendServiceReference` class within the `Google.Cloud.Compute.V1` namespace, version 2.11.0 of the library."],["The `BackendServiceReference` class, which inherits from `object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it is part of a larger messaging system."],["The class contains a constructor, `BackendServiceReference()`, and a constructor that takes another `BackendServiceReference` as a parameter for copying, `BackendServiceReference(BackendServiceReference other)`."],["The `BackendServiceReference` class includes a `BackendService` property of type string and a `HasBackendService` property of type bool to check if `backend_service` is set."],["The latest version available is 3.6.0 and there are multiple versions going back as far as 1.0.0 to choose from to review the documentation."]]],[]]