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, used for retrieving backend service information in Google Cloud."],["The latest version available for the `GetBackendServiceRequest` documentation is 3.6.0, with a range of previous versions listed down to version 1.0.0."],["The class `GetBackendServiceRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like deep cloning and equality checks."],["`GetBackendServiceRequest` includes two constructors, a default one and another which takes another instance of the class for initialization, along with the properties `BackendService` and `Project` which are strings."],["The page also lists inherited members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]