public sealed class GetBackendServiceRequest : IMessage<GetBackendServiceRequest>, IEquatable<GetBackendServiceRequest>, IDeepCloneable<GetBackendServiceRequest>, IBufferMessage, IMessage
A request message for BackendServices.Get. See the method description for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `GetBackendServiceRequest` class is used to request details about a specific BackendService in Google Cloud Compute."],["This page documents the `GetBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.0.0, and references numerous older versions, including 3.6.0 as the latest."],["The `GetBackendServiceRequest` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `BackendService` and `Project`, both strings, which are used to specify the target backend service and the project it resides in, respectively."],["The class can be constructed with an empty default constructor or with another instance of the same class as a parameter."]]],[]]