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-24 UTC."],[[["This webpage provides reference documentation for the `GetBackendServiceRequest` class within the Compute Engine v1 API for .NET, specifically version 2.3.0."],["The `GetBackendServiceRequest` class is used to request details about a specific BackendService, as outlined in the method description."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the API, ranging from the latest version 3.6.0 down to version 1.0.0, with hyperlinks to each version's documentation."],["Key properties of `GetBackendServiceRequest` include `BackendService` and `Project`, which allow you to set the name of the BackendService and the Project ID in the request."]]],[]]