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-21 UTC."],[[["This webpage details the `GetBackendServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of `GetBackendServiceRequest` is 3.6.0, with a history of versions available down to 1.0.0 for review and reference."],["`GetBackendServiceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetBackendServiceRequest` class has two constructors: a default one and another that takes an existing `GetBackendServiceRequest` object."],["This request message for the BackendServices.Get method includes two properties, `BackendService` and `Project`, both of which are strings."]]],[]]