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-04-02 UTC."],[[["This page details the `GetBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving specific BackendService resource information."],["The latest version of this API reference is 3.6.0, with a comprehensive list of versions going back to 1.0.0 available."],["The `GetBackendServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackendServiceRequest` class has two properties, `BackendService` and `Project`, which are strings that represent the name of the backend service resource and the project ID respectively."],["The page includes the constructor details for `GetBackendServiceRequest`, with two available constructors, a default and an overloaded one that takes another `GetBackendServiceRequest` object."]]],[]]