public sealed class GetBackendServiceRequest : IMessage<GetBackendServiceRequest>, IEquatable<GetBackendServiceRequest>, IDeepCloneable<GetBackendServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetBackendServiceRequest.
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-21 UTC."],[[["This webpage provides documentation for the `GetBackendServiceRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with the most recent version listed as 3.6.0, and the version corresponding to this page being 2.5.0."],["The `GetBackendServiceRequest` class is used to request a specific backend service and is part of the Compute Engine v1 API, where it implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackendServiceRequest` class includes properties for `BackendService` and `Project`, which are both of type string and allow you to specify the desired backend service and the project ID, respectively."],["The page lists a history of older versions of the `GetBackendServiceRequest` class, starting with version 1.0.0, going all the way up to 3.6.0."],["This page details the inheritance and implementation aspects of the `GetBackendServiceRequest` class, as well as its constructors, `GetBackendServiceRequest()` and `GetBackendServiceRequest(GetBackendServiceRequest)`, and its inherited members from the `Object` class."]]],[]]