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"]],[["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 `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."]]],[]]