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 page provides reference documentation for the `GetBackendServiceRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GetBackendServiceRequest` class is used to formulate a request for retrieving details about a specific BackendService, inheriting from Object and implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of the `GetBackendServiceRequest` class, ranging from the latest version `3.6.0` down to version `1.0.0`, with each version linking to its respective documentation."],["Key properties of `GetBackendServiceRequest` include `BackendService` which is a string representing the name of the BackendService resource, and `Project`, a string representing the Project ID for the request."],["The `GetBackendServiceRequest` class has two constructors: a parameterless constructor, and one that accepts another `GetBackendServiceRequest` as a parameter."]]],[]]